summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/passes.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-16shader: Fix resolution scaling passReinUsesLisp1-0/+1
2021-07-23shader: Add int64 to int32 lowering passReinUsesLisp1-0/+1
2021-07-23shader: Fix VertexA Shaders.FernandoS271-1/+0
2021-07-23shader: Implement VertexA stageFernandoS271-0/+7
2021-07-23shader: Implement indexed attributesFernandoS271-1/+1
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-13/+5
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+2
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-0/+1
2021-07-23spirv: Initial bindings supportReinUsesLisp1-1/+3
2021-07-23shader: Support SSA loops on IRReinUsesLisp1-3/+5
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-2/+4
2021-07-23shader: Initial instruction supportReinUsesLisp1-1/+0
2021-07-23shader: SSA and dominanceReinUsesLisp1-0/+9
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+16