summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/reg_alloc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glsl: WIP var forward declarationameerj2021-07-231-3/+6
| | | | to fix Loop control flow.
* glsl: Fix non-immediate buffer accessameerj2021-07-231-0/+2
| | | | and many other misc implementations
* glsl: textures wipameerj2021-07-231-8/+3
|
* glsl: Implement some attribute getters and settersameerj2021-07-231-0/+2
|
* glsl: Update phi node managementameerj2021-07-231-4/+6
|
* glsl: F16x2 storage atomicsameerj2021-07-231-0/+1
|
* glsl: implement phi nodesameerj2021-07-231-0/+2
|
* glsl: Wip storage atomic opsameerj2021-07-231-1/+2
|
* glsl: Add many FP32/64 instructionsameerj2021-07-231-1/+2
|
* glsl: Implement a few Integer instructionsameerj2021-07-231-0/+3
|
* glsl: Reusable typed variables. IADD32ameerj2021-07-231-8/+28
|
* glsl: Fix "reg" allocingameerj2021-07-231-0/+6
| | | | based on glasm with some tweaks
* glsl: Initial backendameerj2021-07-231-0/+46