aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/GPFifo
AgeCommit message (Expand)Author
2022-01-27Add timestamp to 16-byte/4-word semaphore releases. (#3049)1.1.11riperiperi
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-08-26Add support for HLE macros and accelerate MultiDrawElementsIndirectCount #2 (...mpnico
2021-07-12Implement a fast path for I2M transfers (#2467)gdkchan
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan
2021-07-07Flush UBO updates more frequently (#2407)gdkchan
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan
2021-06-09Do not clear gpu subchannel state on BindChannel (#2348)Mary
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