summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/rescaling_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_code: support rectangle textureFengChen2022-08-251-1/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler: Reduce unused includesameerj2022-03-201-1/+0
* rescaling_pass: Fix rescaling Color2DArray ImageFetch offsetsameerj2022-03-121-2/+27
* ShaderCache: Better fix for Shuffling gl_FragCoordFernando Sahmkow2021-11-161-2/+13
* Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and make reaper more agressive on 4Gb GPUs.FernandoS272021-11-161-0/+21
* rescaling_pass: Fix IR errors when unscalable texture types are encounteredameerj2021-11-161-0/+28
* rescaling_pass: Logic simplification and minor style cleanupameerj2021-11-161-32/+17
* rescaling_pass: Scale ImageFetch offset if it existsameerj2021-11-161-59/+37
* rescaling_pass: Enable PatchImageQueryDimensions on fragment stagesameerj2021-11-161-5/+4
* gl_texture_cache/rescaling_pass: minor cleanupameerj2021-11-161-12/+8
* rescaling_pass: Fix and simplify shuffle/fragcoord passameerj2021-11-161-26/+20
* 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