aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitFlow.cs
AgeCommit message (Expand)Author
2021-10-12Rewrite shader decoding stage (#2698)gdkchan
2021-08-11Use a new approach for shader BRX targets (#2532)gdkchan
2021-01-08Support conditional on BRK and SYNC shader instructions (#1878)gdkchan
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-03-26Implement NOP and stub DEPBAR shader instructions (#1041)Elise
2020-03-06Fix branch with CC and predicate, and a case of SYNC propagation (#967)jduncanator
2020-01-09Remove some unused args on the shader translatorgdkchan
2020-01-09Partial support for branch with CC, and fix a edge case of branch out of loop...gdk
2020-01-09Add partial support for the BRX shader instructiongdk
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Initial workgdk