aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/PipelineBase.cs
AgeCommit message (Expand)Author
2024-01-31Vulkan: Add Render Pass / Framebuffer Cache (#6182)1.1.1154riperiperi
2024-01-26Allow skipping draws with broken pipeline variants on Vulkan (#5807)1.1.1139gdkchan
2024-01-20Vulkan: Use templates for descriptor updates (#6014)1.1.1116riperiperi
2024-01-16Vulkan: Cache delegate for EndRenderPass (#6132)1.1.1111riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-09-14Fix some Vulkan validation errors (mostly related to barriers) (#5603)1.1.1014gdkchan
2023-08-18Implement support for masked stencil clears on Vulkan (#5589)1.1.997gdkchan
2023-08-14Vulkan: Buffer Mirrors for MacOS performance (#4899)1.1.988riperiperi
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)1.1.969TSRBerry
2023-07-14Fix some Vulkan validation errors (#5452)1.1.961gdkchan
2023-07-11Move support buffer update out of the backends (#5411)1.1.959gdkchan
2023-07-11MacOS: Allow barriers inside a render pass for non-Apple GPUs and don't treat...1.1.958gleng
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)1.1.946TSRBerry
2023-05-31Skip draws with zero vertex count (#5149)1.1.846gdkchan
2023-05-29Make sure blend is disabled if render target has integer format (#5122)1.1.840gdkchan
2023-05-29Workaround for MoltenVK barrier issues (#5118)1.1.839gdkchan
2023-05-29Fix incorrect vertex attribute format change (#5112)1.1.838gdkchan
2023-05-28Add support for VK_EXT_depth_clip_control. (#5027)1.1.835cstamford
2023-05-18Fix Vulkan blit-like operations swizzle (#5003)1.1.805gdkchan
2023-05-08Vulkan: Batch vertex buffer updates (#4843)1.1.769riperiperi
2023-05-03Vulkan: Record modifications after changing the framebuffer (#4775)1.1.745riperiperi
2023-04-27Move solution and projects to srcTSR Berry