aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Memory/Range/MultiRangeList.cs
AgeCommit message (Collapse)Author
2021-09-19Implement and use an Interval Tree for the MultiRangeList (#2641)riperiperi
* Implement and use an Interval Tree for the MultiRangeList * Feedback * Address Feedback * Missed this somehow
2021-01-17Support for resources on non-contiguous GPU memory regions (#1905)gdkchan
* Support for resources on non-contiguous GPU memory regions * Implement MultiRange physical addresses, only used with a single range for now * Actually use non-contiguous ranges * GetPhysicalRegions fixes * Documentation and remove Address property from TextureInfo * Finish implementing GetWritableRegion * Fix typo