index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
ir_opt
/
rescaling_pass.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-25
video_code: support rectangle texture
FengChen
1
-1
/
+6
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
1
-1
/
+0
2022-03-12
rescaling_pass: Fix rescaling Color2DArray ImageFetch offsets
ameerj
1
-2
/
+27
2021-11-16
ShaderCache: Better fix for Shuffling gl_FragCoord
Fernando Sahmkow
1
-2
/
+13
2021-11-16
Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and make reaper more agressive on 4Gb GPUs.
FernandoS27
1
-0
/
+21
2021-11-16
rescaling_pass: Fix IR errors when unscalable texture types are encountered
ameerj
1
-0
/
+28
2021-11-16
rescaling_pass: Logic simplification and minor style cleanup
ameerj
1
-32
/
+17
2021-11-16
rescaling_pass: Scale ImageFetch offset if it exists
ameerj
1
-59
/
+37
2021-11-16
rescaling_pass: Enable PatchImageQueryDimensions on fragment stages
ameerj
1
-5
/
+4
2021-11-16
gl_texture_cache/rescaling_pass: minor cleanup
ameerj
1
-12
/
+8
2021-11-16
rescaling_pass: Fix and simplify shuffle/fragcoord pass
ameerj
1
-26
/
+20
2021-11-16
Shader: Don't rescale FragCoord if used by Shuffle
Fernando Sahmkow
1
-1
/
+52
2021-11-16
RescalingPass: Agregate pixels on texelFetch while on Fragment Shader
Fernando Sahmkow
1
-3
/
+97
2021-11-16
shader: Fix TextureSize check on rescaling.
Fernando Sahmkow
1
-27
/
+21
2021-11-16
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
1
-2
/
+1
2021-11-16
shader: Properly blacklist and scale image loads
ReinUsesLisp
1
-3
/
+19
2021-11-16
shader/rescaling_pass: Patch more instructions
ReinUsesLisp
1
-4
/
+101
2021-11-16
shader: Fix rescaling pass
ReinUsesLisp
1
-1
/
+1
2021-11-16
shader: Fix resolution scaling pass
ReinUsesLisp
1
-34
/
+26
2021-11-16
ShaderDecompiler: Add initial support for rescaling.
Fernando Sahmkow
1
-0
/
+72