Age | Commit message (Expand) | Author |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph |
2022-03-20 | shader_recompiler: Reduce unused includes | ameerj |
2021-12-05 | shader_recompiler: Adjust emit_context includes | ameerj |
2021-07-22 | glasm: Implement PREC on relevant instructions | ReinUsesLisp |
2021-07-22 | glasm: Review all GLASM insts to be aware of register aliasing | ReinUsesLisp |
2021-07-22 | glasm: Add MUFU instructions to GLASM | ReinUsesLisp |
2021-07-22 | glasm: Properly clamp Fp64 on GLASM | ReinUsesLisp |
2021-07-22 | glasm: Fix clamps so the min value has priority on NAN on GLASM | ReinUsesLisp |
2021-07-22 | glasm: Add conversion instructions to GLASM | ReinUsesLisp |
2021-07-22 | glasm: Add fp min/max insts and fix store for fp64 on GLASM | ReinUsesLisp |
2021-07-22 | glasm: Add floating-point comparisons on GLASM | ReinUsesLisp |
2021-07-22 | glasm: Initial GLASM fp64 support | ReinUsesLisp |
2021-07-22 | glasm: Make GLASM aware of types | ReinUsesLisp |
2021-07-22 | glasm: Implement basic GLASM instructions | ReinUsesLisp |
2021-07-22 | glasm: Add GLASM backend infrastructure | ReinUsesLisp |