aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory.Tests/MockVirtualMemoryManager.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-03-11Misc performance tweaks (#4509)jhorv
2023-02-16Clear CPU side data on GPU buffer clears (#4125)gdkchan
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)riperiperi
2022-07-29Move partial unmap handler to the native signal handler (#3437)riperiperi
2022-05-02Support memory aliasing (#2954)gdkchan
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi
2021-07-19Return mapped buffer pointer directly for flush, WriteableRegion for textures...riperiperi
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-13Test: Fixes github action warning (#2100)Ac_K
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
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-10Do not report unmapped pages as dirty (#1672)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi