aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Cpu
AgeCommit message (Expand)Author
2021-02-17Fix memory tracking performance regression (#2026)gdkchan
2021-02-16Validate CPU virtual addresses on access (#1987)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
2020-12-16Clear JIT cache on exit (#1518)gdkchan
2020-12-12Rewrite size for fixed size buffers (#1808)gdkchan
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-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-07-30 Implement inline memory load/store exclusive and ordered (#1413)gdkchan
2020-07-30 Print guest stack trace on invalid memory access (#1407)gdkchan
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan