index
:
mirror/yuzu-mainline
master
patched
An experimental open-source emulator for the Nintendo Switch from the creators of Citra
git daemon user
about
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 (
Collapse
)
Author
2023-03-12
general: fix spelling mistakes
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
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
and more cleanup
2021-07-22
glsl: Cleanup and address feedback
ameerj
2021-07-22
glsl: Implement Load/WriteGlobal
ameerj
along with some other misc changes and fixes
2021-07-22
glsl: Fix atomic SSBO offsets
ameerj
and implement misc getters
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