summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/microinstruction.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-6/+16
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-0/+2
2021-07-23shader: Add support for forward declarationsReinUsesLisp1-3/+17
2021-07-23shader: Properly store phi on InstReinUsesLisp1-11/+26
2021-07-23shader: Add pools and rename filesReinUsesLisp1-1/+1
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-1/+3
2021-07-23shader: Initial instruction supportReinUsesLisp1-1/+11
2021-07-23shader: SSA and dominanceReinUsesLisp1-0/+10
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+82