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
/
glsl
/
emit_glsl_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-03-12
general: fix spelling mistakes
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-29
emit_glsl_atomic: Implement 32x2 fallback atomic ops
ameerj
2022-01-29
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
2021-12-05
shader_recompiler: Adjust emit_context includes
ameerj
2021-07-22
glsl: Cleanup/Address feedback
ameerj
2021-07-22
glsl: Add Shader_GLSL logging
ameerj
2021-07-22
glsl: Remove Signed Integer variables
ameerj
2021-07-22
glsl: Implement barriers
ameerj
2021-07-22
glsl: Fix <32-bit SSBO writes
ameerj
2021-07-22
glsl: Cleanup and address feedback
ameerj
2021-07-22
glsl: Implement Load/WriteGlobal
ameerj
2021-07-22
glsl: Fix atomic SSBO offsets
ameerj
2021-07-22
glsl: SHFL fix and prefer shift operations over divide in glsl shader
ameerj
2021-07-22
glsl: Fix ssbo indexing and name shadowing between shader stages
ameerj
2021-07-22
glsl: Rework var alloc to not assign unused results
ameerj
2021-07-22
glsl: Rework variable allocator to allow for variable reuse
ameerj
2021-07-22
glsl: Fix ATOM and implement ATOMS
ameerj
2021-07-22
shader_recompiler: GCC fixes
lat9nq
2021-07-22
glsl: remove unused headers
ameerj
2021-07-22
glsl: Simply FP storage atomics
ameerj
2021-07-22
glsl: F16x2 storage atomics
ameerj
2021-07-22
glsl: Revert ssbo aliasing. Storage Atomics impl
ameerj
2021-07-22
glsl: Wip storage atomic ops
ameerj
2021-07-22
glsl: Initial backend
ameerj