aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory.Tests
AgeCommit message (Expand)AuthorFilesLines
2023-01-01chore: Update tests dependencies (#3978)1.1.502Mary-nyan1-18/+6
2022-12-12Use NuGet Central Package Management to manage package versions solution-wise...1.1.466Andrey Sukharev1-3/+3
2022-12-07nuget: bump NUnit from 3.12.0 to 3.13.3 (#4060)1.1.446dependabot[bot]1-1/+1
2022-12-05nuget: bump Microsoft.NET.Test.Sdk from 16.8.0 to 17.4.0 (#3900)1.1.424dependabot[bot]1-1/+1
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)1.1.382riperiperi1-0/+5
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan1-1/+1
2022-10-19Fix mapping leaks caused by UnmapView not working on Linux (#3650)1.1.316gdkchan1-0/+26
2022-07-29Move partial unmap handler to the native signal handler (#3437)1.1.199riperiperi2-3/+15
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan2-4/+46
2022-03-21Memory.Tests: Make Multithreading test explicit (#3220)1.1.82merry1-1/+1
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