Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-23 | spirv: Initial bindings support | ReinUsesLisp | 1 | -3/+4 | |
2021-07-23 | shader: Support SSA loops on IR | ReinUsesLisp | 1 | -4/+8 | |
2021-07-23 | shader: Misc fixes | ReinUsesLisp | 2 | -4/+4 | |
2021-07-23 | shader: Initial implementation of an AST | ReinUsesLisp | 10 | -477/+238 | |
2021-07-23 | spirv: Initial SPIR-V support | ReinUsesLisp | 1 | -5/+5 | |
2021-07-23 | shader: Add pools and rename files | ReinUsesLisp | 15 | -63/+40 | |
2021-07-23 | shader: Make typed IR | ReinUsesLisp | 9 | -46/+74 | |
2021-07-23 | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 1 | -2/+4 | |
2021-07-23 | shader: Initial instruction support | ReinUsesLisp | 16 | -178/+1039 | |
2021-07-23 | shader: SSA and dominance | ReinUsesLisp | 8 | -55/+223 | |
2021-07-23 | shader: Initial recompiler work | ReinUsesLisp | 24 | -0/+3555 | |