aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/BufferHolder.cs
AgeCommit message (Expand)Author
2024-01-25Vulkan: Use staging buffer for temporary constants (#6168)1.1.1127riperiperi
2024-01-16Vulkan: Cache delegate for EndRenderPass (#6132)1.1.1111riperiperi
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-10-12Replace ReaderWriterLock with ReaderWriterLockSlim (#5785)1.1.1051sunshineinabox
2023-09-02Vulkan: Device Local and higher invocation count for buffer conversions (#5623)1.1.1005riperiperi
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-05-13Vulkan: Device map buffers written more than flushed (#4911)1.1.799riperiperi
2023-05-08Vulkan: Simplify MultiFenceHolder and managing them (#4845)1.1.770riperiperi
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