summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/environment.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix "Propietary" typo elsewhereViktor Szépe2024-01-081-3/+3
* shader_recompiler: use float image operations on load/store when requiredLiam2023-12-211-0/+2
* Fix shader dumps with nvdisasmKelebek12023-08-031-1/+1
* ShaderCompiler: Inline driver specific constants.Fernando Sahmkow2023-01-031-0/+5
* MacroHLE: Final cleanup and fixes.Fernando Sahmkow2023-01-011-2/+2
* MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow2023-01-011-0/+5
* video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen2022-11-041-0/+2
* video_core: Generate mipmap texture by drawingFengChen2022-09-201-0/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* ShaderDecompiler: Add a debug option to dump the game's shaders.Fernando Sahmkow2022-01-041-0/+2
* general: Add missing copyright noticesameerj2021-12-051-0/+4
* shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2021-07-231-0/+5
* shader: Implement D3D samplersReinUsesLisp2021-07-231-1/+1
* shader: Implement BRXFernandoS272021-07-231-0/+2
* shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp2021-07-231-0/+4
* shader: Implement TXQ and fix FragDepthReinUsesLisp2021-07-231-0/+3
* vk_pipeline_cache: Add pipeline cacheReinUsesLisp2021-07-231-3/+8
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-0/+14
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-0/+2
* shader: Primitive Vulkan integrationReinUsesLisp2021-07-231-1/+5
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+14