Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | shader_recompiler: Reduce unused includes | ameerj | 2022-03-20 | 1 | -1/+0 |
* | emit_spirv: Reduce emit_spirv.h include overhead | ameerj | 2021-12-06 | 1 | -0/+1 |
* | 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 |