index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
spirv
/
emit_spirv_memory.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-11
shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-05
emit_spirv: Reduce emit_spirv.h include overhead
ameerj
2021-07-22
shader: Ignore global memory ops on devices lacking int64 support
ameerj
2021-07-22
spirv: Handle small storage buffer loads on devices with no support
ReinUsesLisp
2021-07-22
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-22
spirv: Add SSBO read fallbacks when no aliasing is available
ReinUsesLisp
2021-07-22
shader: Add NVN storage buffer fallbacks
ReinUsesLisp
2021-07-22
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
2021-07-22
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-22
spirv: Implement VertexId and InstanceId, refactor code
ReinUsesLisp
2021-07-22
shader: Initial support for textures and TEX
ReinUsesLisp
2021-07-22
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-22
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-22
spirv: Initial bindings support
ReinUsesLisp
2021-07-22
spirv: Initial SPIR-V support
ReinUsesLisp