Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |