aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/Tracking/MultiRegionHandle.cs
AgeCommit message (Expand)Author
2023-02-16Clear CPU side data on GPU buffer clears (#4125)gdkchan
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2022-11-18Allow _volatile to be set from MultiRegionHandle checks again (#3830)riperiperi
2022-10-29GPU: Use a bitmap to track buffer modified flags. (#3775)riperiperi
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)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-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi