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
/
backend
/
glsl
/
emit_glsl_special.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
1
-2
/
+0
*
glsl: Add boolean reference workaround
ameerj
2021-12-30
1
-1
/
+3
*
shader_recompiler: Adjust emit_context includes
ameerj
2021-12-06
1
-1
/
+1
*
ShaderCache: Fix Phi Nodes Type on OGL.
Fernando Sahmkow
2021-11-01
1
-2
/
+2
*
glsl: Add passthrough geometry shader support
ameerj
2021-07-23
1
-0
/
+3
*
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
glsl: Remove frag color initialization
ameerj
2021-07-23
1
-9
/
+0
*
emit_glsl_special: Skip initialization of frag_color0
ameerj
2021-07-23
1
-1
/
+1
*
glsl: Fix output varying initialization when transform feedback is used
ameerj
2021-07-23
1
-3
/
+37
*
shader: Properly manage attributes not written from previous stages
ReinUsesLisp
2021-07-23
1
-9
/
+9
*
glsl: Obey need_declared_frag_colors to declare and initialize all frag_color
ameerj
2021-07-23
1
-0
/
+9
*
glsl: Address rest of feedback
ameerj
2021-07-23
1
-8
/
+14
*
glsl: Move gl_Position/generic attribute initialization to EmitProlgue
ameerj
2021-07-23
1
-5
/
+12
*
glsl: Reorganize backend code, remove unneeded [[maybe_unused]]
ameerj
2021-07-23
1
-0
/
+61
*
glsl: Initial backend
ameerj
2021-07-23
1
-0
/
+0