aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/InlineToMemory/InlineToMemoryClass.cs
AgeCommit message (Expand)Author
2021-12-26Fix I2M texture copies when line length is not a multiple of 4 (#2938)gdkchan
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi
2021-09-19Fast path for Inline2Memory buffer write that skips write tracking (#2624)riperiperi
2021-09-11Account for negative strides on DMA copy (#2623)gdkchan
2021-08-04Support non-contiguous copies on I2M and DMA engines (#2473)gdkchan
2021-07-12Implement a fast path for I2M transfers (#2467)gdkchan
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan