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
/
src
/
Ryujinx.Memory
Age
Commit message (
Expand
)
Author
2024-09-18
Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<by...
jhorv
2024-08-05
Replace and remove obsolete ByteMemoryPool type (#7155)
jhorv
2024-08-05
Fix same textures with unmapped start being considered different (#7141)
gdkchan
2024-04-21
implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695)
jhorv
2024-04-21
Use pooled memory and avoid memory copies (#6691)
jhorv
2024-04-06
Delete old 16KB page workarounds (#6584)
gdkchan
2024-04-04
Add support to IVirtualMemoryManager for zero-copy reads (#6251)
jhorv
2024-03-26
Implement host tracked memory manager mode (#6356)
gdkchan
2024-03-16
chore: remove repetitive words (#6500)
standstaff
2024-03-14
Separate guest/host tracking + unaligned protection (#6486)
riperiperi
2024-03-09
Refactor memory managers to a common base class, consolidate Read() method lo...
jhorv
2023-12-04
Implement support for multi-range buffers using Vulkan sparse mappings (#5427)
gdkchan
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-15
Migrate to .NET 8 (#5887)
Zoltan Csizmadia
2023-11-07
Force all exclusive memory accesses to be ordered on AppleHv (#5898)
gdkchan
2023-06-28
[Ryujinx.Memory] Address dotnet-format issues (#5386)
TSRBerry
2023-06-26
misc: memory: Migrate from OutOfMemoryException to SystemException entirely (...
Mary
2023-06-24
MemoryManagement: Change return types for Commit/Decommit to void (#5325)
TSRBerry
2023-06-15
Blocks should be synchronized on read-only fields (#5212)
Marco Carvalho
2023-05-30
Linux: Automatically increase vm.max_map_count if it's too low (#4702)
TSRBerry
2023-05-05
GPU: Remove CPU region handle containers (#4817)
riperiperi
2023-05-01
GPU: Fix errors handling texture remapping (#4745)
riperiperi
2023-04-27
Move solution and projects to src
TSR Berry