summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/microinstruction.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-0/+6
2021-07-23shader: Implement SHFLameerj1-0/+12
2021-07-23shader: Implement NDC [-1, 1], attribute types and default varying initializationReinUsesLisp1-0/+2
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+3
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