aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/Range
AgeCommit message (Expand)Author
2023-02-21Memory: Faster Split for NonOverlappingRangeList (#4451)1.1.628riperiperi
2023-01-17Implement support for page sizes > 4KB (#4252)1.1.568gdkchan
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan
2022-02-22Allow textures to have their data partially mapped (#2629)1.1.52gdkchan
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-10-04Smaller initial size for ModifiedRangeList & directly inherit range list (#2663)riperiperi
2021-09-19Implement and use an Interval Tree for the MultiRangeList (#2641)riperiperi
2021-09-19Array based RangeList that caches Address/EndAddress (#2642)riperiperi
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-06Improve handling for unmapped GPU resources (#2083)riperiperi
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2021-01-17Support for resources on non-contiguous GPU memory regions (#1905)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi