summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/var_alloc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-07-22glsl: Remove Signed Integer variablesGravatar ameerj1-5/+1
2021-07-22glsl: Allow dynamic tracking of variable allocationGravatar ameerj1-3/+2
2021-07-22glsl: Increase NUM_VARS that can be allocatedGravatar ameerj1-1/+1
2021-07-22glsl: Implement precise fp variable allocationGravatar ameerj1-2/+6
2021-07-22glsl: Rework var alloc to not assign unused resultsGravatar ameerj1-0/+6
2021-07-22glsl: Rework variable allocator to allow for variable reuseGravatar ameerj1-0/+100