summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This could potentially leave unvisited blocks, leading to illegal phi nodes.
* 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