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