Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shader: Implement DMNMX, DSET, DSETP | ameerj | 2021-07-23 | 1 | -2/+8 |
* | shader: Implement CAL inlining function calls | ReinUsesLisp | 2021-07-23 | 1 | -3/+5 |
* | shader: Partial implementation of LDC | ReinUsesLisp | 2021-07-23 | 1 | -6/+16 |
* | shader: FMUL, select, RRO, and MUFU fixes | ReinUsesLisp | 2021-07-23 | 1 | -1/+1 |
* | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 2021-07-23 | 1 | -6/+6 |
* | shader: Add XMAD multiplication folding optimization | ReinUsesLisp | 2021-07-23 | 1 | -5/+77 |
* | spirv: Initial bindings support | ReinUsesLisp | 2021-07-23 | 1 | -12/+64 |
* | shader: Misc fixes | ReinUsesLisp | 2021-07-23 | 1 | -16/+11 |
* | shader: Initial implementation of an AST | ReinUsesLisp | 2021-07-23 | 1 | -0/+50 |
* | shader: Better constant folding | ReinUsesLisp | 2021-07-23 | 1 | -12/+47 |
* | shader: Make typed IR | ReinUsesLisp | 2021-07-23 | 1 | -0/+20 |
* | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 2021-07-23 | 1 | -0/+146 |