summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/var_alloc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-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.
* glsl: Remove Signed Integer variablesGravatar ameerj2021-07-221-5/+1
|
* glsl: Allow dynamic tracking of variable allocationGravatar ameerj2021-07-221-3/+2
|
* glsl: Increase NUM_VARS that can be allocatedGravatar ameerj2021-07-221-1/+1
| | | | needed for HW:AoC.
* glsl: Implement precise fp variable allocationGravatar ameerj2021-07-221-2/+6
|
* glsl: Rework var alloc to not assign unused resultsGravatar ameerj2021-07-221-0/+6
|
* glsl: Rework variable allocator to allow for variable reuseGravatar ameerj2021-07-221-0/+100