summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Mark blocks with no end branch as unreachableReinUsesLisp2021-07-231-2/+7
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-2/+1
* shader: Fix indirect branches to scheduler instructionsReinUsesLisp2021-07-231-3/+3
* shader: Implement BRXFernandoS272021-07-231-0/+57
* shader: Fix structured control flow on KIL instructionsReinUsesLisp2021-07-231-3/+6
* shader: Properly insert Prologue instructionReinUsesLisp2021-07-231-1/+2
* shader: Implement NDC [-1, 1], attribute types and default varying initializationReinUsesLisp2021-07-231-1/+6
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-0/+18
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-0/+770