summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/microinstruction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23shader: Fix instruction transitions in and out of PhiReinUsesLisp1-9/+11
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-25/+48
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-0/+4
2021-07-23shader: Add support for forward declarationsReinUsesLisp1-1/+1
2021-07-23shader: Misc fixesReinUsesLisp1-7/+9
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-2/+2
2021-07-23shader: Properly store phi on InstReinUsesLisp1-28/+74
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-11/+15
2021-07-23shader: SSA and dominanceReinUsesLisp1-0/+22
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+189