aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/Tracking/MemoryTracking.cs
AgeCommit message (Expand)Author
2023-02-16Clear CPU side data on GPU buffer clears (#4125)1.1.624gdkchan
2023-01-17Implement support for page sizes > 4KB (#4252)1.1.568gdkchan
2022-10-29GPU: Use a bitmap to track buffer modified flags. (#3775)1.1.335riperiperi
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-07-29Move partial unmap handler to the native signal handler (#3437)1.1.199riperiperi
2022-06-24Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407)1.1.155gdkchan
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi
2021-06-24Inherit buffer tracking handles rather than recreating on resize (#2330)riperiperi
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
2020-11-10Do not report unmapped pages as dirty (#1672)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi