summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/emit_context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glsl: Query GL Device for FP16 extension supportameerj2021-07-231-2/+7
* glsl: Simply FP storage atomicsameerj2021-07-231-14/+14
* glsl: F16x2 storage atomicsameerj2021-07-231-0/+16
* glsl: Revert ssbo aliasing. Storage Atomics implameerj2021-07-231-21/+21
* glsl: Wip storage atomic opsameerj2021-07-231-5/+37
* glsl: More FP fixesameerj2021-07-231-5/+10
* glsl: FP function fixesameerj2021-07-231-1/+4
* glsl: Implement a few Integer instructionsameerj2021-07-231-0/+7
* glsl: Fix program linking and cbufameerj2021-07-231-2/+2
* glsl: Fix "reg" allocingameerj2021-07-231-4/+24
* glsl: Initial backendameerj2021-07-231-0/+30