summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/microinstruction.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Fix instruction transitions in and out of PhiReinUsesLisp2021-07-231-9/+11
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-25/+48
* spirv: Add lower fp16 to fp32 passReinUsesLisp2021-07-231-0/+4
* shader: Add support for forward declarationsReinUsesLisp2021-07-231-1/+1
* shader: Misc fixesReinUsesLisp2021-07-231-7/+9
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-2/+2
* shader: Properly store phi on InstReinUsesLisp2021-07-231-28/+74
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-11/+15
* shader: SSA and dominanceReinUsesLisp2021-07-231-0/+22
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+189