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_atomic.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
2023-06-03
video_core: Enable support_descriptor_aliasing on Turnip, disable storage ato...
bunnei
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-22
Include <bit> header when std::count{r,l}_zero is used
Billy Laws
2022-01-29
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
2022-01-28
spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics
ameerj
2021-12-05
emit_spirv: Reduce emit_spirv.h include overhead
ameerj
2021-07-22
shader: Add logging
ReinUsesLisp
2021-07-22
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-22
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
2021-07-22
spirv: Fix non-atomic 64-bit store
ameerj
2021-07-22
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-22
shader: Implement ATOM/S and RED
ameerj