aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/BufferManager.cs
AgeCommit message (Expand)Author
2024-01-25Vulkan: Use staging buffer for temporary constants (#6168)1.1.1127riperiperi
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-14Vulkan: Buffer Mirrors for MacOS performance (#4899)1.1.988riperiperi
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)1.1.946TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-06-03Implement shader storage buffer operations using new Load/Store instructions ...1.1.861gdkchan
2023-05-20Limit compute storage buffer size (#5028)1.1.810gdkchan
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...1.1.741riperiperi
2023-04-27Move solution and projects to srcTSR Berry