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
/
video_core
/
shader
/
glsl_decompiler.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader_ir: Remove RZ and use Register::ZeroIndex instead
ReinUsesLisp
2019-01-15
1
-4
/
+5
*
shader_decode: Implement TEXS.F16
ReinUsesLisp
2019-01-15
1
-0
/
+26
*
glsl_decompiler: Fixup TLDS
ReinUsesLisp
2019-01-15
1
-1
/
+0
*
glsl_decompiler: Fixup geometry shaders
ReinUsesLisp
2019-01-15
1
-10
/
+16
*
glsl_decompiler: Fixup permissive member function declarations
ReinUsesLisp
2019-01-15
1
-133
/
+133
*
video_core: Implement IR based geometry shaders
ReinUsesLisp
2019-01-15
1
-2
/
+68
*
shader_decode: Implement HSET2
ReinUsesLisp
2019-01-15
1
-0
/
+6
*
shader_decode: Rework HSETP2
ReinUsesLisp
2019-01-15
1
-26
/
+33
*
shader_decode: Implement HFMA2
ReinUsesLisp
2019-01-15
1
-4
/
+5
*
glsl_decompiler: Remove HNegate inlining
ReinUsesLisp
2019-01-15
1
-10
/
+0
*
shader_decode: Implement POPC
ReinUsesLisp
2019-01-15
1
-0
/
+7
*
shader_decode: Implement TLDS (untested)
ReinUsesLisp
2019-01-15
1
-2
/
+27
*
shader_ir: Fixup TEX and TEXS and partially fix TLD4 decompiling
ReinUsesLisp
2019-01-15
1
-9
/
+20
*
video_core: Return safe values after an assert hits
ReinUsesLisp
2019-01-15
1
-0
/
+5
*
video_core: Address feedback
ReinUsesLisp
2019-01-15
1
-1
/
+1
*
glsl_decompiler: Implementation
ReinUsesLisp
2019-01-15
1
-0
/
+1393