Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-23 | glsl: textures wip | ameerj | 1 | -4/+50 |
2021-07-23 | glsl: Implement some attribute getters and setters | ameerj | 1 | -3/+49 |
2021-07-23 | glsl: Track S32 atomics | ameerj | 1 | -3/+6 |
2021-07-23 | glsl: Query GL Device for FP16 extension support | ameerj | 1 | -2/+7 |
2021-07-23 | glsl: Simply FP storage atomics | ameerj | 1 | -14/+14 |
2021-07-23 | glsl: F16x2 storage atomics | ameerj | 1 | -0/+16 |
2021-07-23 | glsl: Revert ssbo aliasing. Storage Atomics impl | ameerj | 1 | -21/+21 |
2021-07-23 | glsl: Wip storage atomic ops | ameerj | 1 | -5/+37 |
2021-07-23 | glsl: More FP fixes | ameerj | 1 | -5/+10 |
2021-07-23 | glsl: FP function fixes | ameerj | 1 | -1/+4 |
2021-07-23 | glsl: Implement a few Integer instructions | ameerj | 1 | -0/+7 |
2021-07-23 | glsl: Fix program linking and cbuf | ameerj | 1 | -2/+2 |
2021-07-23 | glsl: Fix "reg" allocing | ameerj | 1 | -4/+24 |
2021-07-23 | glsl: Initial backend | ameerj | 1 | -0/+30 |