Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
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-22 | glsl: Remove Signed Integer variables | ameerj | |
2021-07-22 | glsl: Allow dynamic tracking of variable allocation | ameerj | |
2021-07-22 | glsl: Increase NUM_VARS that can be allocated | ameerj | |
needed for HW:AoC. | |||
2021-07-22 | glsl: Implement precise fp variable allocation | ameerj | |
2021-07-22 | glsl: Rework var alloc to not assign unused results | ameerj | |
2021-07-22 | glsl: Rework variable allocator to allow for variable reuse | ameerj | |