Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-23 | shader: Implement VertexA stage | FernandoS27 | 1 | -0/+7 |
2021-07-23 | shader: Implement indexed attributes | FernandoS27 | 1 | -1/+1 |
2021-07-23 | shader: Implement CAL inlining function calls | ReinUsesLisp | 1 | -13/+5 |
2021-07-23 | shader: Initial support for textures and TEX | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | spirv: Initial bindings support | ReinUsesLisp | 1 | -1/+3 |
2021-07-23 | shader: Support SSA loops on IR | ReinUsesLisp | 1 | -3/+5 |
2021-07-23 | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 1 | -2/+4 |
2021-07-23 | shader: Initial instruction support | ReinUsesLisp | 1 | -1/+0 |
2021-07-23 | shader: SSA and dominance | ReinUsesLisp | 1 | -0/+9 |
2021-07-23 | shader: Initial recompiler work | ReinUsesLisp | 1 | -0/+16 |