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
/
IVirtualMemoryManager.cs
Age
Commit message (
Expand
)
Author
2023-03-17
Reducing memory allocations (#4537)
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
2022-11-24
GPU: Don't trigger uploads for redundant buffer updates (#3828)
riperiperi
2022-05-02
Support memory aliasing (#2954)
gdkchan
2021-10-24
misc: Fix IVirtualMemoryManager.Fill ignoring value (#2775)
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-07-10
Fix GetWritableRegion write-back (#2456)
gdkchan
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-01-19
Reduce temporary copy/fill buffer size (#1926)
gdkchan
2020-12-13
Correct type of executable sizes (#1802)
gdkchan
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