index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Memory.Tests
Age
Commit message (
Expand
)
Author
2023-03-11
Misc performance tweaks (#4509)
jhorv
2023-02-16
Clear CPU side data on GPU buffer clears (#4125)
gdkchan
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2023-01-01
chore: Update tests dependencies (#3978)
Mary-nyan
2022-12-12
Use NuGet Central Package Management to manage package versions solution-wise...
Andrey Sukharev
2022-12-07
nuget: bump NUnit from 3.12.0 to 3.13.3 (#4060)
dependabot[bot]
2022-12-05
nuget: bump Microsoft.NET.Test.Sdk from 16.8.0 to 17.4.0 (#3900)
dependabot[bot]
2022-11-24
GPU: Don't trigger uploads for redundant buffer updates (#3828)
riperiperi
2022-11-09
infra: Migrate to .NET 7 (#3795)
Mary-nyan
2022-10-19
Fix mapping leaks caused by UnmapView not working on Linux (#3650)
gdkchan
2022-07-29
Move partial unmap handler to the native signal handler (#3437)
riperiperi
2022-05-02
Support memory aliasing (#2954)
gdkchan
2022-03-21
Memory.Tests: Make Multithreading test explicit (#3220)
merry
2021-11-28
infra: Migrate to .NET 6 (#2829)
Mary
2021-09-29
Replace CacheResourceWrite with more general "precise" write (#2684)
riperiperi
2021-07-19
Return mapped buffer pointer directly for flush, WriteableRegion for textures...
riperiperi
2021-06-24
Inherit buffer tracking handles rather than recreating on resize (#2330)
riperiperi
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-03-13
Test: Fixes github action warning (#2100)
Ac_K
2021-03-06
Remove unused physical region tracking (#2085)
riperiperi
2021-01-17
Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)
riperiperi
2020-12-07
Signal memory tracking before/after mapping into another process (#1785)
riperiperi
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-11-15
infra: Migrate to .NET 5 (#1694)
Mary
2020-11-10
Do not report unmapped pages as dirty (#1672)
gdkchan
2020-10-16
Memory Read/Write Tracking using Region Handles (#1272)
riperiperi
2020-08-13
Fix Vcvt_FI & Vcvt_RM; Add Vfma_S & Vfms_S. Add Tests. (#1471)
LDj3SNuD
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan