aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Memory/BufferManager.cs
AgeCommit message (Expand)Author
2023-12-04Implement support for multi-range buffers using Vulkan sparse mappings (#5427)1.1.1098gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-08-29Geometry shader emulation for macOS (#5551)1.1.1002gdkchan
2023-08-14Vulkan: Buffer Mirrors for MacOS performance (#4899)1.1.988riperiperi
2023-08-06GPU: Don't sync/bind index buffer when it's not in use (#5526)1.1.975riperiperi
2023-07-11Move support buffer update out of the backends (#5411)1.1.959gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry
2023-06-10Implement transform feedback emulation for hardware without native support (#...1.1.882gdkchan
2023-06-03Implement shader storage buffer operations using new Load/Store instructions ...1.1.861gdkchan
2023-04-27Move solution and projects to srcTSR Berry