aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory
AgeCommit message (Expand)Author
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-06Remove unused physical region tracking (#2085)riperiperi
2021-03-06Improve handling for unmapped GPU resources (#2083)riperiperi
2021-03-02Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)riperiperi
2021-02-28Fix virtual address overflow near ulong limit (#2044)Caian Benedicto
2021-02-22PPTC & Pool Enhancements. (#1968)LDj3SNuD
2021-01-19Reduce temporary copy/fill buffer size (#1926)gdkchan
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2021-01-17Support for resources on non-contiguous GPU memory regions (#1905)gdkchan
2021-01-12Add a simple Pools Limiter. (#1830)LDj3SNuD
2020-12-25Update InvalidMemoryRegionException.cs to abide by English rules. (#1834)EmulationFanatic
2020-12-13Correct type of executable sizes (#1802)gdkchan
2020-12-07Signal memory tracking before/after mapping into another process (#1785)riperiperi
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-11-15infra: Migrate to .NET 5 (#1694)Mary
2020-11-10Do not report unmapped pages as dirty (#1672)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-07-30 Print guest stack trace on invalid memory access (#1407)gdkchan
2020-07-17Improve kernel IPC related syscalls (#1379)gdkchan
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan