aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
AgeCommit message (Expand)Author
2021-07-22shader: Fix loop safety to SSA passReinUsesLisp
2021-07-22shader: Add shader loop safety check settingslat9nq
2021-07-22shader: Always initialize up reference in structure control flowReinUsesLisp
2021-07-22shader: Read branch conditions from an instructionReinUsesLisp
2021-07-22shader_recompiler: GCC fixeslat9nq
2021-07-22glasm: Initial implementation of phi nodes on GLASMReinUsesLisp
2021-07-22glasm: Rework control flow introducing a syntax listReinUsesLisp
2021-07-22shader: Fix gcc warningsReinUsesLisp
2021-07-22shader: Improve goto removal algorithm complexityReinUsesLisp
2021-07-22shader: Move siblings check to a separate function and comment them outReinUsesLisp
2021-07-22shader: Mark blocks with no end branch as unreachableReinUsesLisp
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-22shader: Fix indirect branches to scheduler instructionsReinUsesLisp
2021-07-22shader: Implement BRXFernandoS27
2021-07-22shader: Fix structured control flow on KIL instructionsReinUsesLisp
2021-07-22shader: Properly insert Prologue instructionReinUsesLisp
2021-07-22shader: Implement NDC [-1, 1], attribute types and default varying initializa...ReinUsesLisp
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Implement CAL inlining function callsReinUsesLisp