Ryujinx/Ryujinx.Graphics.Gpu/Memory
gdkchan 79408b68c3
De-tile GOB when DMA copying from block linear to pitch kind memory regions (#3207)
* De-tile GOB when DMA copying from block linear to pitch kind memory regions

* XML docs + nits

* Remove using

* No flush for regular buffer copies

* Add back ulong casts, fix regression due to oversight
2022-03-20 13:55:07 -03:00
..
Buffer.cs
BufferBounds.cs
BufferCache.cs Dynamically increase buffer size when resizing (#2861) 2022-03-15 03:33:53 +01:00
BufferCacheEntry.cs
BufferManager.cs
BufferModifiedRangeList.cs
BufferTextureBinding.cs
CounterCache.cs
GpuRegionHandle.cs
IndexBuffer.cs
MemoryManager.cs De-tile GOB when DMA copying from block linear to pitch kind memory regions (#3207) 2022-03-20 13:55:07 -03:00
MultiRangeWritableBlock.cs Texture Sync, incompatible overlap handling, data flush improvements. (#2971) 2022-01-09 13:28:48 -03:00
PhysicalMemory.cs Allow textures to have their data partially mapped (#2629) 2022-02-22 13:34:16 -03:00
PteKind.cs De-tile GOB when DMA copying from block linear to pitch kind memory regions (#3207) 2022-03-20 13:55:07 -03:00
UnmapEventArgs.cs
VertexBuffer.cs