aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/PipelineBase.cs
AgeCommit message (Expand)Author
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)TSRBerry
2023-05-31Skip draws with zero vertex count (#5149)gdkchan
2023-05-29Make sure blend is disabled if render target has integer format (#5122)gdkchan
2023-05-29Workaround for MoltenVK barrier issues (#5118)gdkchan
2023-05-29Fix incorrect vertex attribute format change (#5112)gdkchan
2023-05-28Add support for VK_EXT_depth_clip_control. (#5027)cstamford
2023-05-18Fix Vulkan blit-like operations swizzle (#5003)gdkchan
2023-05-08Vulkan: Batch vertex buffer updates (#4843)riperiperi
2023-05-03Vulkan: Record modifications after changing the framebuffer (#4775)riperiperi
2023-04-27Move solution and projects to srcTSR Berry