aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/BufferCache.cs
AgeCommit message (Expand)Author
2022-12-01GPU: Track buffer migrations and flush source on incomplete copy (#3952)1.1.405riperiperi
2022-11-24GPU: Relax locking on Buffer Cache (#3883)1.1.375riperiperi
2022-11-18Prune ForceDirty and CheckModified caches on unmap (#3862)riperiperi
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)1.1.345gdkchan
2022-03-15Dynamically increase buffer size when resizing (#2861)1.1.73gdkchan
2021-08-26Add support for HLE macros and accelerate MultiDrawElementsIndirectCount #2 (...mpnico
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan