summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-3/+5
2021-07-23shader: Partial implementation of LDCReinUsesLisp1-6/+16
2021-07-23shader: FMUL, select, RRO, and MUFU fixesReinUsesLisp1-1/+1
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-6/+6
2021-07-23shader: Add XMAD multiplication folding optimizationReinUsesLisp1-5/+77
2021-07-23spirv: Initial bindings supportReinUsesLisp1-12/+64
2021-07-23shader: Misc fixesReinUsesLisp1-16/+11
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-0/+50
2021-07-23shader: Better constant foldingReinUsesLisp1-12/+47
2021-07-23shader: Make typed IRReinUsesLisp1-0/+20
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-0/+146