Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spirv/convert: Catch more signed operations oversights | ameerj | 2021-07-23 | 1 | -5/+5 |
* | spirv/convert: Catch more broken signed operations on Nvidia OpenGL | ReinUsesLisp | 2021-07-23 | 1 | -0/+6 |
* | Move SPIR-V emission functions to their own header | ReinUsesLisp | 2021-07-23 | 1 | -0/+1 |
* | spirv: Implement int8 and int16 conversion fallbacks | ReinUsesLisp | 2021-07-23 | 1 | -19/+80 |
* | shader: Implement I2F | ReinUsesLisp | 2021-07-23 | 1 | -0/+48 |
* | shader: Initial support for textures and TEX | ReinUsesLisp | 2021-07-23 | 1 | -0/+48 |
* | shader: Implement HADD2 | ReinUsesLisp | 2021-07-23 | 1 | -0/+16 |
* | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 2021-07-23 | 1 | -0/+89 |