summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/rescaling_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shader: Don't rescale FragCoord if used by ShuffleFernando Sahmkow2021-11-161-1/+52
* RescalingPass: Agregate pixels on texelFetch while on Fragment ShaderFernando Sahmkow2021-11-161-3/+97
* shader: Fix TextureSize check on rescaling.Fernando Sahmkow2021-11-161-27/+21
* shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp2021-11-161-2/+1
* shader: Properly blacklist and scale image loadsReinUsesLisp2021-11-161-3/+19
* shader/rescaling_pass: Patch more instructionsReinUsesLisp2021-11-161-4/+101
* shader: Fix rescaling passReinUsesLisp2021-11-161-1/+1
* shader: Fix resolution scaling passReinUsesLisp2021-11-161-34/+26
* ShaderDecompiler: Add initial support for rescaling.Fernando Sahmkow2021-11-161-0/+72