aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/IVirtualMemoryManager.cs
AgeCommit message (Expand)Author
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)1.1.382riperiperi
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan
2021-10-24misc: Fix IVirtualMemoryManager.Fill ignoring value (#2775)Mary
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-07-10Fix GetWritableRegion write-back (#2456)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-01-19Reduce temporary copy/fill buffer size (#1926)gdkchan
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