aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/BufferModifiedRangeList.cs
AgeCommit message (Expand)Author
2022-12-01GPU: Track buffer migrations and flush source on incomplete copy (#3952)1.1.405riperiperi
2022-11-18Gpu: Fix thread safety of ReregisterRanges (#3865)1.1.362riperiperi
2021-10-07Avoid potential raceriperiperi
2021-10-07Reregister flush actions when taking a buffer's modified range list.riperiperi
2021-10-04Smaller initial size for ModifiedRangeList & directly inherit range list (#2663)riperiperi
2021-09-19Array based RangeList that caches Address/EndAddress (#2642)riperiperi
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi