Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shader: Add support for forward declarations | ReinUsesLisp | 2021-07-23 | 1 | -2/+2 |
* | shader: Initial implementation of an AST | ReinUsesLisp | 2021-07-23 | 1 | -9/+14 |
* | shader: Make typed IR | ReinUsesLisp | 2021-07-23 | 1 | -33/+36 |
* | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 2021-07-23 | 1 | -1/+4 |
* | shader: Initial instruction support | ReinUsesLisp | 2021-07-23 | 1 | -2/+65 |
* | shader: Initial recompiler work | ReinUsesLisp | 2021-07-23 | 1 | -0/+123 |