summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/var_alloc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glsl: Implement Load/WriteGlobalameerj2021-07-231-3/+3
* glsl: Fix precise variable declarationameerj2021-07-231-18/+16
* glsl: Implement precise fp variable allocationameerj2021-07-231-0/+16
* glsl: Rework var alloc to not assign unused resultsameerj2021-07-231-1/+16
* glsl: Rework variable allocator to allow for variable reuseameerj2021-07-231-0/+290