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_memory.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Ignore global memory ops on devices lacking int64 support
ameerj
2021-07-23
1
-6
/
+30
*
spirv: Handle small storage buffer loads on devices with no support
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
spirv: Add SSBO read fallbacks when no aliasing is available
ReinUsesLisp
2021-07-23
1
-37
/
+99
*
shader: Add NVN storage buffer fallbacks
ReinUsesLisp
2021-07-23
1
-12
/
+12
*
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
2021-07-23
1
-2
/
+2
*
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-23
1
-71
/
+64
*
spirv: Implement VertexId and InstanceId, refactor code
ReinUsesLisp
2021-07-23
1
-13
/
+33
*
shader: Initial support for textures and TEX
ReinUsesLisp
2021-07-23
1
-2
/
+16
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-6
/
+16
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-23
1
-28
/
+28
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-5
/
+31
*
spirv: Initial SPIR-V support
ReinUsesLisp
2021-07-23
1
-0
/
+125