Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-01-05 | glsl: Remove unreachable return | Narr the Reg | 1 | -1/+0 |
2021-07-23 | glsl: Cleanup/Address feedback | ameerj | 1 | -2/+1 |
2021-07-23 | glsl: Remove Signed Integer variables | ameerj | 1 | -16/+0 |
2021-07-23 | glsl: Address Rodrigo's feedback | ameerj | 1 | -1/+1 |
2021-07-23 | glsl: Allow dynamic tracking of variable allocation | ameerj | 1 | -14/+20 |
2021-07-23 | glsl: Implement Load/WriteGlobal | ameerj | 1 | -3/+3 |
2021-07-23 | glsl: Fix precise variable declaration | ameerj | 1 | -18/+16 |
2021-07-23 | glsl: Implement precise fp variable allocation | ameerj | 1 | -0/+16 |
2021-07-23 | glsl: Rework var alloc to not assign unused results | ameerj | 1 | -1/+16 |
2021-07-23 | glsl: Rework variable allocator to allow for variable reuse | ameerj | 1 | -0/+290 |