Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shader: Implement ATOM/S and RED | ameerj | 2021-07-23 | 1 | -0/+12 |
* | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 2021-07-23 | 1 | -1/+1 |
* | shader: Fix F2I | FernandoS27 | 2021-07-23 | 1 | -0/+2 |
* | shader: Add support for fp16 comparisons and misc fixes | ReinUsesLisp | 2021-07-23 | 1 | -0/+2 |
* | shader: Fix floating point comparison for FP16 | FernandoS27 | 2021-07-23 | 1 | -0/+24 |
* | shader: Implement I2F | ReinUsesLisp | 2021-07-23 | 1 | -0/+16 |
* | shader: Implement CAL inlining function calls | ReinUsesLisp | 2021-07-23 | 1 | -5/+3 |
* | shader: Implement HADD2 | ReinUsesLisp | 2021-07-23 | 1 | -0/+10 |
* | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 2021-07-23 | 1 | -0/+79 |