summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/control_flow.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-9/+10
2021-07-23shader: Fix conditional execution of exit instructionsReinUsesLisp1-1/+1
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-47/+30
2021-07-23shader: Add pools and rename filesReinUsesLisp1-1/+1
2021-07-23shader: SSA and dominanceReinUsesLisp1-6/+38
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+137