summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Add NVN storage buffer fallbacksReinUsesLisp1-12/+12
2021-07-23spirv: Replace Constant/ConstantComposite with Const helperameerj1-2/+2
2021-07-23spirv: Rework storage buffers and shader memoryReinUsesLisp1-71/+64
2021-07-23spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp1-13/+33
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-2/+16
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-6/+16
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-28/+28
2021-07-23spirv: Initial bindings supportReinUsesLisp1-5/+31
2021-07-23spirv: Initial SPIR-V supportReinUsesLisp1-0/+125