Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Revert ssbo aliasing. Storage Atomics impl | ameerj | 2021-07-23 | 1 | -1/+2 |
* | glsl: Wip storage atomic ops | ameerj | 2021-07-23 | 1 | -56/+54 |
* | glsl: Implement FCMP | ameerj | 2021-07-23 | 1 | -23/+12 |
* | glsl: More FP instructions/fixes | ameerj | 2021-07-23 | 1 | -4/+4 |
* | glsl: Add many FP32/64 instructions | ameerj | 2021-07-23 | 1 | -144/+180 |
* | glsl: Implement more Integer ops | ameerj | 2021-07-23 | 1 | -2/+2 |
* | glsl: Implement BF* | ameerj | 2021-07-23 | 1 | -2/+2 |
* | glsl: Implement a few Integer instructions | ameerj | 2021-07-23 | 1 | -4/+6 |
* | glsl: Use std::string_view for Emit function args. | ameerj | 2021-07-23 | 1 | -376/+412 |
* | glsl: Pass IR::Inst& to Emit functions | ameerj | 2021-07-23 | 1 | -81/+81 |
* | glsl: INeg and IAdd negate tests | ameerj | 2021-07-23 | 1 | -35/+37 |
* | glsl: Fix "reg" allocing | ameerj | 2021-07-23 | 1 | -404/+379 |
* | glsl: Initial backend | ameerj | 2021-07-23 | 1 | -0/+656 |