Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Implement precise fp variable allocation | ameerj | 2021-07-23 | 1 | -0/+10 |
| | |||||
* | glsl: Rework var alloc to not assign unused results | ameerj | 2021-07-23 | 1 | -1/+7 |
| | |||||
* | glsl: Rework variable allocator to allow for variable reuse | ameerj | 2021-07-23 | 1 | -18/+18 |
| | |||||
* | glsl: minor cleanup | ameerj | 2021-07-23 | 1 | -0/+1 |
| | |||||
* | glsl: WIP var forward declaration | ameerj | 2021-07-23 | 1 | -0/+1 |
| | | | | to fix Loop control flow. | ||||
* | glsl: Fix bindings, add some CC ops | ameerj | 2021-07-23 | 1 | -3/+2 |
| | |||||
* | glsl: Implement derivatives and YDirection | ameerj | 2021-07-23 | 1 | -1/+6 |
| | | | | plus some other misc additions/changed | ||||
* | glsl: Fix non-immediate buffer access | ameerj | 2021-07-23 | 1 | -0/+15 |
| | | | | and many other misc implementations | ||||
* | glsl: textures wip | ameerj | 2021-07-23 | 1 | -0/+8 |
| | |||||
* | glsl: Implement some attribute getters and setters | ameerj | 2021-07-23 | 1 | -0/+9 |
| | |||||
* | glsl: F16x2 storage atomics | ameerj | 2021-07-23 | 1 | -0/+5 |
| | |||||
* | glsl: Wip storage atomic ops | ameerj | 2021-07-23 | 1 | -7/+1 |
| | |||||
* | glsl: Add many FP32/64 instructions | ameerj | 2021-07-23 | 1 | -0/+10 |
| | |||||
* | glsl: Implement a few Integer instructions | ameerj | 2021-07-23 | 1 | -12/+31 |
| | |||||
* | glsl: Reusable typed variables. IADD32 | ameerj | 2021-07-23 | 1 | -2/+26 |
| | |||||
* | glsl: Fix "reg" allocing | ameerj | 2021-07-23 | 1 | -5/+1 |
| | | | | based on glasm with some tweaks | ||||
* | glsl: Initial backend | ameerj | 2021-07-23 | 1 | -0/+62 |