aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory.Tests
AgeCommit message (Expand)AuthorFilesLines
2021-11-28infra: Migrate to .NET 6 (#2829)Mary1-1/+1
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi3-1/+93
2021-07-19Return mapped buffer pointer directly for flush, WriteableRegion for textures...riperiperi1-1/+1
2021-06-24Inherit buffer tracking handles rather than recreating on resize (#2330)riperiperi1-1/+121
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi3-6/+8
2021-03-13Test: Fixes github action warning (#2100)Ac_K1-1/+1
2021-03-06Remove unused physical region tracking (#2085)riperiperi2-49/+14
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi2-0/+66
2020-12-07Signal memory tracking before/after mapping into another process (#1785)riperiperi1-0/+5
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan1-2/+56
2020-11-15infra: Migrate to .NET 5 (#1694)Mary1-3/+2
2020-11-10Do not report unmapped pages as dirty (#1672)gdkchan1-0/+5
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi3-0/+731
2020-08-13Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471)LDj3SNuD1-3/+3
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan2-0/+61