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. | |||
2022-01-04 | glsl: Remove unreachable return | Narr the Reg | |
2021-07-22 | glsl: Cleanup/Address feedback | ameerj | |
2021-07-22 | glsl: Remove Signed Integer variables | ameerj | |
2021-07-22 | glsl: Address Rodrigo's feedback | ameerj | |
2021-07-22 | glsl: Allow dynamic tracking of variable allocation | ameerj | |
2021-07-22 | glsl: Implement Load/WriteGlobal | ameerj | |
along with some other misc changes and fixes | |||
2021-07-22 | glsl: Fix precise variable declaration | ameerj | |
and add some more separation in the shader for better debugability when dumped | |||
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 | |