aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/GPFifo
AgeCommit message (Expand)Author
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2020-12-17Interrupt GPU command processing when a frame's fence is reached. (#1741)riperiperi
2020-11-06Only report that GPU commands are available when the queue is not empty. (#1656)riperiperi
2020-08-06Silence several build warnings (#1428)gdkchan
2020-08-03Implement a Macro JIT (#1445)gdkchan
2020-07-25Remove GPU MemoryAccessor (#1423)gdkchan
2020-07-23New GPFifo and fast guest constant buffer updates (#1400)gdkchan