aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Memory
AgeCommit message (Expand)Author
2023-12-04Implement support for multi-range buffers using Vulkan sparse mappings (#5427)1.1.1098gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)1.1.1072gdkchan
2023-06-28[Ryujinx.Memory] Address dotnet-format issues (#5386)1.1.935TSRBerry
2023-06-26misc: memory: Migrate from OutOfMemoryException to SystemException entirely (...1.1.920Mary
2023-06-24MemoryManagement: Change return types for Commit/Decommit to void (#5325)1.1.905TSRBerry
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-05-30Linux: Automatically increase vm.max_map_count if it's too low (#4702)1.1.842TSRBerry
2023-05-05GPU: Remove CPU region handle containers (#4817)1.1.760riperiperi
2023-05-01GPU: Fix errors handling texture remapping (#4745)1.1.740riperiperi
2023-04-27Move solution and projects to srcTSR Berry