aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders/Decoder.cs
AgeCommit message (Expand)Author
2020-03-29Move the OpActivator to OpCodeTable class for improve performance (#1001)Chenj168
2020-03-06Fix branch with CC and predicate, and a case of SYNC propagation (#967)jduncanator
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Make the shader translator more error resilientgdk
2020-01-09Add missing check for BRX, do not add a out of bounds block to the queuegdk
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