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_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
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-05
shader_recompiler: Adjust emit_context includes
ameerj
2021-07-22
shader: Ignore global memory ops on devices lacking int64 support
ameerj
2021-07-22
glsl: Remove Signed Integer variables
ameerj
2021-07-22
glsl: Reorganize backend code, remove unneeded [[maybe_unused]]
ameerj
2021-07-22
glsl: Fix <32-bit SSBO writes
ameerj
2021-07-22
glsl: Implement Load/WriteGlobal
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 variable allocator to allow for variable reuse
ameerj
2021-07-22
glsl: minor cleanup
ameerj
2021-07-22
shader_recompiler: GCC fixes
lat9nq
2021-07-22
glsl: Better Storage access and wip warps
ameerj
2021-07-22
glsl: SSBO access fixes and wip SampleExplicitLod implementation.
ameerj
2021-07-22
glsl: remove unused headers
ameerj
2021-07-22
glsl: Fix non-immediate buffer access
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: FP function fixes
ameerj
2021-07-22
glsl: Add many FP32/64 instructions
ameerj
2021-07-22
glsl: Use std::string_view for Emit function args.
ameerj
2021-07-22
glsl: Fix "reg" allocing
ameerj
2021-07-22
glsl: Initial backend
ameerj