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
/
spirv
/
emit_spirv_special.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
shader_recompiler: throw on missing geometry streams in geometry shaders
Liam
1
-2
/
+6
2022-12-14
Vulkan: Add support for VK_EXT_depth_clip_control.
FernandoS27
1
-2
/
+3
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-12-06
emit_spirv: Reduce emit_spirv.h include overhead
ameerj
1
-0
/
+1
2021-07-23
shader: Add logging
ReinUsesLisp
1
-2
/
+2
2021-07-23
shader: Split profile and runtime information in separate structs
ReinUsesLisp
1
-6
/
+9
2021-07-23
Move SPIR-V emission functions to their own header
ReinUsesLisp
1
-0
/
+1
2021-07-23
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
1
-4
/
+4
2021-07-23
spirv: Fix alpha test
FernandoS27
1
-0
/
+5
2021-07-23
spirv: Implement alpha test
ameerj
1
-0
/
+45
2021-07-23
shader: Implement transform feedbacks and define file format
ReinUsesLisp
1
-3
/
+26
2021-07-23
shader: Fix fixed pipeline point size on geometry shaders
ReinUsesLisp
1
-10
/
+18
2021-07-23
shader: Implement geometry shaders
ReinUsesLisp
1
-12
/
+30
2021-07-23
shader: Implement OUT
ReinUsesLisp
1
-0
/
+8
2021-07-23
spirv: Add fixed pipeline point size
ReinUsesLisp
1
-0
/
+4
2021-07-23
spirv: Fix default output attribute initialization
ReinUsesLisp
1
-3
/
+3
2021-07-23
shader: Implement NDC [-1, 1], attribute types and default varying initialization
ReinUsesLisp
1
-0
/
+35