summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/constant_propagation_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-3/+5
* shader: Partial implementation of LDCReinUsesLisp2021-07-231-6/+16
* shader: FMUL, select, RRO, and MUFU fixesReinUsesLisp2021-07-231-1/+1
* spirv: Add lower fp16 to fp32 passReinUsesLisp2021-07-231-6/+6
* shader: Add XMAD multiplication folding optimizationReinUsesLisp2021-07-231-5/+77
* spirv: Initial bindings supportReinUsesLisp2021-07-231-12/+64
* shader: Misc fixesReinUsesLisp2021-07-231-16/+11
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-0/+50
* shader: Better constant foldingReinUsesLisp2021-07-231-12/+47
* shader: Make typed IRReinUsesLisp2021-07-231-0/+20
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-0/+146