Ryujinx/Ryujinx.Graphics.Gpu/Memory
gdkchan 0a24aa6af2
Allow textures to have their data partially mapped (#2629)
* Allow textures to have their data partially mapped

* Explicitly check for invalid memory ranges on the MultiRangeList

* Update GetWritableRegion to also support unmapped ranges
2022-02-22 13:34:16 -03:00
..
Buffer.cs
BufferBounds.cs
BufferCache.cs
BufferCacheEntry.cs
BufferManager.cs
BufferModifiedRangeList.cs Avoid potential race 2021-10-07 01:13:51 +01:00
BufferTextureBinding.cs
CounterCache.cs
GpuRegionHandle.cs
IndexBuffer.cs
MemoryManager.cs Allow textures to have their data partially mapped (#2629) 2022-02-22 13:34:16 -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
ResourceName.cs
UnmapEventArgs.cs
VertexBuffer.cs