| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader: Fix dangling labels | 2021-07-22 | 1 | -0/+5 | |
| * | shader: Fix BRX tracking | 2021-07-22 | 1 | -3/+3 | |
| * | shader: Fix splits on blocks using indirect branches | 2021-07-22 | 1 | -5/+30 | |
| * | shader: Fix branches to visited virtual blocks | 2021-07-22 | 1 | -0/+10 | |
| * | shader: Fix indirect branches to scheduler instructions | 2021-07-22 | 1 | -3/+6 | |
| * | shader: Implement BRX | 2021-07-22 | 1 | -9/+49 | |
| * | shader: Add partial rasterizer integration | 2021-07-22 | 1 | -8/+23 | |
| * | shader: Implement CAL inlining function calls | 2021-07-22 | 1 | -40/+38 | |
| * | shader: Fix conditional execution of exit instructions | 2021-07-22 | 1 | -4/+5 | |
| * | shader: Fix control flow | 2021-07-22 | 1 | -1/+1 | |
| * | shader: Initial implementation of an AST | 2021-07-22 | 1 | -272/+154 | |
| * | shader: SSA and dominance | 2021-07-22 | 1 | -6/+124 | |
| * | shader: Initial recompiler work | 2021-07-22 | 1 | -0/+531 |