summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/reg_alloc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Implement TXQ and other misc changesameerj2021-07-231-3/+8
|
* shader_recompiler: GCC fixeslat9nq2021-07-231-1/+0
|
* glsl: WIP var forward declarationameerj2021-07-231-1/+3
| | | | to fix Loop control flow.
* glsl: Fix non-immediate buffer accessameerj2021-07-231-0/+4
| | | | and many other misc implementations
* glsl: textures wipameerj2021-07-231-45/+27
|
* glsl: Implement some attribute getters and settersameerj2021-07-231-0/+6
|
* glsl: Update phi node managementameerj2021-07-231-1/+2
|
* glsl: F16x2 storage atomicsameerj2021-07-231-0/+2
|
* glsl: implement phi nodesameerj2021-07-231-0/+17
|
* glsl: Wip storage atomic opsameerj2021-07-231-0/+6
|
* glsl: Implement FCMPameerj2021-07-231-0/+12
|
* glsl: Add a more robust fp formatterameerj2021-07-231-4/+10
|
* glsl: FP function fixesameerj2021-07-231-1/+1
|
* glsl: More FP instructions/fixesameerj2021-07-231-3/+3
|
* glsl: Add many FP32/64 instructionsameerj2021-07-231-0/+4
|
* glsl: Implement a few Integer instructionsameerj2021-07-231-4/+15
|
* glsl: INeg and IAdd negate testsameerj2021-07-231-2/+1
|
* glsl: Reusable typed variables. IADD32ameerj2021-07-231-18/+34
|
* glsl: Fix "reg" allocingameerj2021-07-231-7/+30
| | | | based on glasm with some tweaks
* glsl: Initial backendameerj2021-07-231-0/+96