1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 15:34:01 +01:00
Ryujinx/Ryujinx.Memory
riperiperi 65778a6b78
GPU: Don't trigger uploads for redundant buffer updates (#3828)
* Initial implementation

* Actually do The Thing

* Add remark about performance to IVirtualMemoryManager
2022-11-24 15:50:15 +01:00
..
Range
Tracking Allow _volatile to be set from MultiRegionHandle checks again (#3830) 2022-11-18 02:54:20 +00:00
WindowsShared Fix partial unmap reprotection on Windows (#3702) 2022-09-14 17:46:37 +02:00
AddressSpaceManager.cs GPU: Don't trigger uploads for redundant buffer updates (#3828) 2022-11-24 15:50:15 +01:00
InvalidAccessHandler.cs
InvalidMemoryRegionException.cs
IRefCounted.cs
IVirtualMemoryManager.cs GPU: Don't trigger uploads for redundant buffer updates (#3828) 2022-11-24 15:50:15 +01:00
IWritableBlock.cs
MemoryAllocationFlags.cs
MemoryBlock.cs
MemoryConstants.cs
MemoryManagement.cs
MemoryManagementUnix.cs Fix mapping leaks caused by UnmapView not working on Linux (#3650) 2022-10-19 01:02:45 +00:00
MemoryManagementWindows.cs
MemoryManagerUnixHelper.cs
MemoryNotContiguousException.cs
MemoryPermission.cs POWER - Performance Optimizations With Extensive Ramifications (#2286) 2021-05-24 22:52:44 +02:00
MemoryProtectionException.cs
NativeMemoryManager.cs
PageTable.cs
Ryujinx.Memory.csproj infra: Migrate to .NET 7 (#3795) 2022-11-09 20:22:43 +01:00
WritableRegion.cs