summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Move loop safety tests to code emissionReinUsesLisp2021-07-231-33/+4
* shader: Calibrate loop safety thresholdReinUsesLisp2021-07-231-1/+1
* shader: Fix loop safety to SSA passReinUsesLisp2021-07-231-1/+3
* shader: Add shader loop safety check settingslat9nq2021-07-231-4/+38
* shader: Always initialize up reference in structure control flowReinUsesLisp2021-07-231-31/+36
* shader: Read branch conditions from an instructionReinUsesLisp2021-07-231-6/+3
* shader_recompiler: GCC fixeslat9nq2021-07-231-24/+24
* glasm: Initial implementation of phi nodes on GLASMReinUsesLisp2021-07-231-3/+3
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-99/+136
* shader: Fix gcc warningsReinUsesLisp2021-07-231-1/+1
* shader: Improve goto removal algorithm complexityReinUsesLisp2021-07-231-49/+28
* shader: Move siblings check to a separate function and comment them outReinUsesLisp2021-07-231-16/+21
* 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