aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/InlineToMemory/InlineToMemoryClass.cs
AgeCommit message (Expand)Author
2023-02-21Mark texture as modified and sync on I2M fast path (#4449)1.1.627gdkchan
2022-12-26Added Generic Math to BitUtils (#3929)1.1.491Hunter
2022-08-26Fast path for Inline-to-Memory texture data transfers (#3610)1.1.233gdkchan
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