summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/var_alloc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-07-23glsl: Remove Signed Integer variablesameerj1-5/+1
2021-07-23glsl: Allow dynamic tracking of variable allocationameerj1-3/+2
2021-07-23glsl: Increase NUM_VARS that can be allocatedameerj1-1/+1
needed for HW:AoC.
2021-07-23glsl: Implement precise fp variable allocationameerj1-2/+6
2021-07-23glsl: Rework var alloc to not assign unused resultsameerj1-0/+6
2021-07-23glsl: Rework variable allocator to allow for variable reuseameerj1-0/+100