| Age | Commit message (Expand) | Author |
| 2021-07-22 | shader: Implement ClipDistance | FernandoS27 |
| 2021-07-22 | shader: Implement ImageGradient | FernandoS27 |
| 2021-07-22 | shader,spirv: Implement ImageQueryLod. | FernandoS27 |
| 2021-07-22 | shader: Implement TLD | FernandoS27 |
| 2021-07-22 | shader: Add PointCoord attribute | FernandoS27 |
| 2021-07-22 | shader: Add PointSize attribute | ameerj |
| 2021-07-22 | shader: Implement FSWZADD | ameerj |
| 2021-07-22 | shader: Implement BRX | FernandoS27 |
| 2021-07-22 | shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available | ReinUsesLisp |
| 2021-07-22 | shader: Better interpolation and disabled attributes support | ReinUsesLisp |
| 2021-07-22 | shader: Implement front face | ReinUsesLisp |
| 2021-07-22 | shader: Implement TXQ and fix FragDepth | ReinUsesLisp |
| 2021-07-22 | shader: Refactor PTP and other minor changes | ReinUsesLisp |
| 2021-07-22 | shader: Add IR opcode for ImageFetch | FernandoS27 |
| 2021-07-22 | shader: Implement TLD4.PTP | FernandoS27 |
| 2021-07-22 | shader: Implement TLD4 and TLD4_B | FernandoS27 |
| 2021-07-22 | shader: Implement SHFL | ameerj |
| 2021-07-22 | shader: Track first bindless argument instead of the instruction itself | ReinUsesLisp |
| 2021-07-22 | shader: Fix F2I | FernandoS27 |
| 2021-07-22 | shader: Implement VOTE | ameerj |
| 2021-07-22 | shader: Fold interpolation multiplications | ReinUsesLisp |
| 2021-07-22 | shader: Implement DMNMX, DSET, DSETP | ameerj |
| 2021-07-22 | shader: Implement F2F | FernandoS27 |
| 2021-07-22 | shader: Add missing fp64 usage flags | ReinUsesLisp |
| 2021-07-22 | shader: Add support for fp16 comparisons and misc fixes | ReinUsesLisp |
| 2021-07-22 | shader: Fix floating point comparison for FP16 | FernandoS27 |
| 2021-07-22 | spirv: Implement VertexId and InstanceId, refactor code | ReinUsesLisp |
| 2021-07-22 | shader: Implement I2F | ReinUsesLisp |
| 2021-07-22 | shader: Add partial rasterizer integration | ReinUsesLisp |
| 2021-07-22 | shader: Reorder phi nodes when redefined as undefined opcodes | ReinUsesLisp |
| 2021-07-22 | shader: Implement CAL inlining function calls | ReinUsesLisp |
| 2021-07-22 | shader: Implement FCMP | ameerj |
| 2021-07-22 | shader: Partial implementation of LDC | ReinUsesLisp |
| 2021-07-22 | shader: Initial support for textures and TEX | ReinUsesLisp |
| 2021-07-22 | shader: Implement HADD2 | ReinUsesLisp |
| 2021-07-22 | shader: Implement SEL | ameerj |
| 2021-07-22 | shader: Avoid infinite recursion when tracking global memory | ReinUsesLisp |
| 2021-07-22 | shader: FMUL, select, RRO, and MUFU fixes | ReinUsesLisp |
| 2021-07-22 | shader: Add denorm flush support | ReinUsesLisp |
| 2021-07-22 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp |
| 2021-07-22 | shader: Add XMAD multiplication folding optimization | ReinUsesLisp |
| 2021-07-22 | spirv: Initial bindings support | ReinUsesLisp |
| 2021-07-22 | shader: Fix tracking | ReinUsesLisp |
| 2021-07-22 | shader: Add support for forward declarations | ReinUsesLisp |
| 2021-07-22 | shader: Support SSA loops on IR | ReinUsesLisp |
| 2021-07-22 | shader: Misc fixes | ReinUsesLisp |
| 2021-07-22 | shader: Initial implementation of an AST | ReinUsesLisp |
| 2021-07-22 | spirv: Initial SPIR-V support | ReinUsesLisp |
| 2021-07-22 | shader: Better constant folding | ReinUsesLisp |
| 2021-07-22 | shader: Properly store phi on Inst | ReinUsesLisp |