summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/var_alloc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-01-04glsl: Remove unreachable returnGravatar Narr the Reg1-1/+0
2021-07-22glsl: Cleanup/Address feedbackGravatar ameerj1-2/+1
2021-07-22glsl: Remove Signed Integer variablesGravatar ameerj1-16/+0
2021-07-22glsl: Address Rodrigo's feedbackGravatar ameerj1-1/+1
2021-07-22glsl: Allow dynamic tracking of variable allocationGravatar ameerj1-14/+20
2021-07-22glsl: Implement Load/WriteGlobalGravatar ameerj1-3/+3
2021-07-22glsl: Fix precise variable declarationGravatar ameerj1-18/+16
2021-07-22glsl: Implement precise fp variable allocationGravatar ameerj1-0/+16
2021-07-22glsl: Rework var alloc to not assign unused resultsGravatar ameerj1-1/+16
2021-07-22glsl: Rework variable allocator to allow for variable reuseGravatar ameerj1-0/+290