summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* structured_control_flow: Conditionally invoke demote reorder passameerj2021-08-301-3/+6
| | | | This is only needed on select drivers when a fragment shader discards/demotes.
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-8/+4
| | | | | This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow.
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+1
|
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-0/+24