summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/impl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Implement LOP and LOP3ameerj1-0/+7
2021-07-23Implement PSET, refactor common comparison funcsameerj1-4/+4
2021-07-23shader: Implement ISET, add common_funcsameerj1-0/+19
2021-07-23shader: Fix control flowReinUsesLisp1-1/+1
2021-07-23shader: FMUL, select, RRO, and MUFU fixesReinUsesLisp1-2/+3
2021-07-23shader: Rename, implement FADD.SAT and P2R (imm)ReinUsesLisp1-3/+4
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-1/+1
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-0/+1
2021-07-23shader: Make typed IRReinUsesLisp1-0/+6
2021-07-23shader: Initial instruction supportReinUsesLisp1-2/+7
2021-07-23shader: SSA and dominanceReinUsesLisp1-2/+2
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+316