summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/ir_opt
AgeCommit message (Expand)Author
2021-07-22shader: Implement I2FReinUsesLisp
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Reorder phi nodes when redefined as undefined opcodesReinUsesLisp
2021-07-22shader: Implement CAL inlining function callsReinUsesLisp
2021-07-22shader: Implement FCMPameerj
2021-07-22shader: Partial implementation of LDCReinUsesLisp
2021-07-22shader: Initial support for textures and TEXReinUsesLisp
2021-07-22shader: Implement HADD2ReinUsesLisp
2021-07-22shader: Implement SELameerj
2021-07-22shader: Avoid infinite recursion when tracking global memoryReinUsesLisp
2021-07-22shader: FMUL, select, RRO, and MUFU fixesReinUsesLisp
2021-07-22shader: Add denorm flush supportReinUsesLisp
2021-07-22spirv: Add lower fp16 to fp32 passReinUsesLisp
2021-07-22shader: Add XMAD multiplication folding optimizationReinUsesLisp
2021-07-22spirv: Initial bindings supportReinUsesLisp
2021-07-22shader: Fix trackingReinUsesLisp
2021-07-22shader: Add support for forward declarationsReinUsesLisp
2021-07-22shader: Support SSA loops on IRReinUsesLisp
2021-07-22shader: Misc fixesReinUsesLisp
2021-07-22shader: Initial implementation of an ASTReinUsesLisp
2021-07-22spirv: Initial SPIR-V supportReinUsesLisp
2021-07-22shader: Better constant foldingReinUsesLisp
2021-07-22shader: Properly store phi on InstReinUsesLisp
2021-07-22shader: Add pools and rename filesReinUsesLisp
2021-07-22shader: Make typed IRReinUsesLisp
2021-07-22shader: Remove illegal character in SSA passReinUsesLisp
2021-07-22shader: Constant propagation and global memory to storage bufferReinUsesLisp
2021-07-22shader: Initial instruction supportReinUsesLisp
2021-07-22shader: SSA and dominanceReinUsesLisp
2021-07-22shader: Initial recompiler workReinUsesLisp