summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_glsl_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glsl: minor cleanupameerj2021-07-231-8/+8
* shader_recompiler: GCC fixeslat9nq2021-07-231-0/+1
* glsl: Better Storage access and wip warpsameerj2021-07-231-19/+41
* glsl: SSBO access fixes and wip SampleExplicitLod implementation.ameerj2021-07-231-3/+5
* glsl: remove unused headersameerj2021-07-231-2/+0
* glsl: Fix non-immediate buffer accessameerj2021-07-231-7/+11
* glsl: Revert ssbo aliasing. Storage Atomics implameerj2021-07-231-6/+8
* glsl: Wip storage atomic opsameerj2021-07-231-4/+4
* glsl: FP function fixesameerj2021-07-231-3/+2
* glsl: Add many FP32/64 instructionsameerj2021-07-231-9/+6
* glsl: Use std::string_view for Emit function args.ameerj2021-07-231-7/+7
* glsl: Fix "reg" allocingameerj2021-07-231-0/+99
* glsl: Initial backendameerj2021-07-231-0/+0