summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/control_flow.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-14general: fix compilation on GCC 12Liam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20shader_recompiler: Reduce unused includesameerj1-1/+1
2021-07-23shader_recompiler, video_core: Resolve clang errorslat9nq1-1/+0
2021-07-23shader: Implement delegation of Exit to dispatcher on CFGFernandoS271-1/+8
2021-07-23shader: Address feedback + clang formatlat9nq1-8/+8
2021-07-23shader: Fix BRX trackingFernandoS271-0/+1
2021-07-23shader: Fix splits on blocks using indirect branchesReinUsesLisp1-11/+7
2021-07-23shader: Fix indirect branches to scheduler instructionsReinUsesLisp1-1/+8
2021-07-23shader: Implement BRXFernandoS271-1/+6
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-1/+2
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