aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/PipelineBase.cs
AgeCommit message (Expand)Author
2023-09-14Fix some Vulkan validation errors (mostly related to barriers) (#5603)gdkchan
2023-08-18Implement support for masked stencil clears on Vulkan (#5589)gdkchan
2023-08-14Vulkan: Buffer Mirrors for MacOS performance (#4899)riperiperi
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)TSRBerry
2023-07-14Fix some Vulkan validation errors (#5452)gdkchan
2023-07-11Move support buffer update out of the backends (#5411)gdkchan
2023-07-11MacOS: Allow barriers inside a render pass for non-Apple GPUs and don't treat...gleng
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