aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/CommandBufferPool.cs
AgeCommit message (Expand)Author
2024-07-16Remove CommandBufferScoped Dependencies (#6958)Isaac Marovitz
2024-07-07Disallow concurrent fence waits on Adreno (#7001)gdkchan
2024-04-19Do not compare Span<T> to 'null' or 'default' (#6683)Marco Carvalho
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-09-26Reduce the amount of descriptor pool allocations on Vulkan (#5673)gdkchan
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)TSRBerry
2023-05-08Vulkan: Simplify MultiFenceHolder and managing them (#4845)riperiperi
2023-04-27Move solution and projects to srcTSR Berry