Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-23 | shader: Add partial rasterizer integration | ReinUsesLisp | 1 | -8/+23 |
2021-07-23 | shader: Implement CAL inlining function calls | ReinUsesLisp | 1 | -40/+38 |
2021-07-23 | shader: Fix conditional execution of exit instructions | ReinUsesLisp | 1 | -4/+5 |
2021-07-23 | shader: Fix control flow | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Initial implementation of an AST | ReinUsesLisp | 1 | -272/+154 |
2021-07-23 | shader: SSA and dominance | ReinUsesLisp | 1 | -6/+124 |
2021-07-23 | shader: Initial recompiler work | ReinUsesLisp | 1 | -0/+531 |