| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader: Remove old shader management | 2021-07-22 | 1 | -53/+0 | |
| * | shader: Use shared_ptr to store nodes and move initialization to file | 2019-06-05 | 1 | -0/+1 | |
| * | shader/decode/*: Add missing newline to files lacking them | 2019-05-23 | 1 | -1/+1 | |
| * | shader_ir: Rename BasicBlock to NodeBlock | 2019-02-03 | 1 | -1/+1 | |
| * | shader_ir: Pass decoded nodes as a whole instead of per basic blocks | 2019-02-03 | 1 | -1/+1 | |
| * | shader_ir: Pass to decoder functions basic block's code | 2019-01-15 | 1 | -1/+1 | |
| * | shader_decode: Improve zero flag implementation | 2019-01-15 | 1 | -4/+2 | |
| * | shader_decode: Implement FADD32I | 2019-01-15 | 1 | -0/+12 | |
| * | shader_decode: Implement FMUL32_IMM | 2019-01-15 | 1 | -0/+10 | |
| * | shader_decode: Implement MOV32_IMM | 2019-01-15 | 1 | -1/+9 | |
| * | shader_ir: Initial implementation | 2019-01-15 | 1 | -0/+24 |