index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
ir_opt
/
rescaling_pass.cpp
Age
Commit message (
Expand
)
Author
2021-11-16
rescaling_pass: Fix IR errors when unscalable texture types are encountered
ameerj
2021-11-16
rescaling_pass: Logic simplification and minor style cleanup
ameerj
2021-11-16
rescaling_pass: Scale ImageFetch offset if it exists
ameerj
2021-11-16
rescaling_pass: Enable PatchImageQueryDimensions on fragment stages
ameerj
2021-11-16
gl_texture_cache/rescaling_pass: minor cleanup
ameerj
2021-11-16
rescaling_pass: Fix and simplify shuffle/fragcoord pass
ameerj
2021-11-16
Shader: Don't rescale FragCoord if used by Shuffle
Fernando Sahmkow
2021-11-16
RescalingPass: Agregate pixels on texelFetch while on Fragment Shader
Fernando Sahmkow
2021-11-16
shader: Fix TextureSize check on rescaling.
Fernando Sahmkow
2021-11-16
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
shader: Properly blacklist and scale image loads
ReinUsesLisp
2021-11-16
shader/rescaling_pass: Patch more instructions
ReinUsesLisp
2021-11-16
shader: Fix rescaling pass
ReinUsesLisp
2021-11-16
shader: Fix resolution scaling pass
ReinUsesLisp
2021-11-16
ShaderDecompiler: Add initial support for rescaling.
Fernando Sahmkow