aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitFlowControl.cs
AgeCommit message (Expand)Author
2022-10-15Improve shader BRX instruction code generation (#3759)1.1.301gdkchan
2022-07-24Add support for conditional (with CC) shader Exit instructions (#3470)1.1.190gdkchan
2022-01-10Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#...gdkchan
2021-10-28Add support for fragment shader interlock (#2768)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan