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