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