index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
shader: Properly scale image reads and add GL SPIR-V support
ReinUsesLisp
2021-11-16
20
-51
/
+171
*
shader: Properly blacklist and scale image loads
ReinUsesLisp
2021-11-16
1
-3
/
+19
*
glsl/glasm: Pass and use scaling parameters in shaders
ReinUsesLisp
2021-11-16
6
-7
/
+11
*
gl_graphics_pipeline: Add downscale factor to shader uniforms
ameerj
2021-11-16
3
-4
/
+5
*
spirv: Implement rescaling patching
ReinUsesLisp
2021-11-16
8
-5
/
+86
*
shader/rescaling_pass: Patch more instructions
ReinUsesLisp
2021-11-16
1
-4
/
+101
*
shader: Add IsTextureScaled opcode
ReinUsesLisp
2021-11-16
10
-0
/
+34
*
shader: Add copy constructor to instructions
ReinUsesLisp
2021-11-16
4
-1
/
+20
*
shader: Add integer division opcodes
ReinUsesLisp
2021-11-16
9
-0
/
+37
*
shader: Fix rescaling pass
ReinUsesLisp
2021-11-16
1
-1
/
+1
*
shader: Fix resolution scaling pass
ReinUsesLisp
2021-11-16
5
-35
/
+32
*
shader: Add resolution down factor opcode
ReinUsesLisp
2021-11-16
9
-0
/
+25
*
ShaderDecompiler: Add initial support for rescaling.
Fernando Sahmkow
2021-11-16
2
-0
/
+73
*
Merge pull request #7260 from vonchenplus/spirv_support_legacy_attribute_v2
bunnei
2021-11-14
3
-71
/
+153
|
\
|
*
Simply legacy attribute implement
Feng Chen
2021-11-04
3
-152
/
+125
|
*
Support gl_FogFragCoord attribute
vonchenplus
2021-10-31
3
-48
/
+58
|
*
Support gl_BackSecondaryColor attribute
vonchenplus
2021-10-26
3
-0
/
+33
|
*
Support gl_FrontSecondaryColor attribute
vonchenplus
2021-10-26
3
-0
/
+33
|
*
Support gl_BackColor attribute
vonchenplus
2021-10-26
3
-0
/
+33
*
|
Merge pull request #7262 from FernandoS27/Buffalo-buffalo-Buffalo-buffalo-buf...
bunnei
2021-11-02
7
-3
/
+68
|
\
\
|
*
|
Shader Cahe: Fix Phi Nodes on GLASM.
Fernando Sahmkow
2021-11-02
1
-1
/
+1
|
*
|
ShaderCache: Fix Phi Nodes Type on OGL.
Fernando Sahmkow
2021-11-01
3
-2
/
+30
|
*
|
ShaderCache: Order Phi Arguments from farthest away to nearest.
Fernando Sahmkow
2021-10-31
5
-0
/
+37
|
|
/
*
|
Merge pull request #7201 from ameerj/spirv-depth-sampling
Fernando S
2021-10-30
1
-5
/
+16
|
\
\
|
|
/
|
/
|
|
*
emit_spirv_image: Fix depth image implicit lod sample in compute
ameerj
2021-10-17
1
-5
/
+16
*
|
TexturePass: Fix clamping of images as this allowed negative indices.
Fernando Sahmkow
2021-10-24
1
-1
/
+1
|
/
*
Merge pull request #7077 from FernandoS27/face-down
Ameer J
2021-10-16
1
-1
/
+2
|
\
|
*
Shader Compiler: avoid overflowed indices on indixed samplers.
Fernando Sahmkow
2021-10-17
1
-1
/
+2
*
|
style: Remove extra space preceding the :: operator
Morph
2021-09-29
1
-2
/
+2
*
|
general: Update style to clang-format-12
ameerj
2021-09-24
1
-2
/
+4
|
/
*
Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan.
Fernando Sahmkow
2021-09-15
1
-1
/
+7
*
Merge pull request #6948 from ameerj/amd-warp-fix
Morph
2021-09-12
2
-54
/
+109
|
\
|
*
emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
1
-24
/
+36
|
*
emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-08-31
1
-24
/
+38
|
*
emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
1
-1
/
+29
|
*
emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-08-31
1
-10
/
+11
*
|
Merge pull request #6962 from vonchenplus/spirv_support_legacy_attribute
bunnei
2021-09-08
3
-0
/
+107
|
\
\
|
*
|
Detail adjustment
Feng Chen
2021-09-08
1
-13
/
+14
|
*
|
Detail adjustment
Feng Chen
2021-09-08
2
-28
/
+35
|
*
|
Re-implement get unused location
Feng Chen
2021-09-07
1
-30
/
+30
|
*
|
Move attribute related definitions to spirv anonymous namespace
Feng Chen
2021-09-07
4
-30
/
+26
|
*
|
Dynamic get unused location
Feng Chen
2021-09-06
1
-27
/
+49
|
*
|
Implement intput and output fixed fnc textures
Feng Chen
2021-09-06
4
-19
/
+25
|
*
|
Rename parameters
Feng Chen
2021-09-03
5
-14
/
+24
|
*
|
Fix create GraphicsPipelines crash
Feng Chen
2021-09-03
1
-5
/
+5
|
*
|
Add input/output location
Feng Chen
2021-09-02
1
-5
/
+13
|
*
|
Add colorfront and txtcoord support
Feng Chen
2021-09-01
5
-0
/
+57
*
|
|
Merge pull request #6900 from ameerj/attr-reorder
bunnei
2021-09-01
4
-10
/
+133
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
structured_control_flow: Skip reordering nested demote branches.
ameerj
2021-08-30
1
-0
/
+11
|
*
|
structured_control_flow: Conditionally invoke demote reorder pass
ameerj
2021-08-30
4
-10
/
+16
[prev]
[next]