aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/PipelineBase.cs
AgeCommit message (Expand)Author
2024-09-17Change image format view handling to allow view incompatible formats (#7311)gdkchan
2024-09-01Vulkan: Feedback loop detection and barriers (#7226)riperiperi
2024-09-01Vulkan: Update Silk.NET to 2.21 (#7266)riperiperi
2024-07-17Vulkan: Defer guest barriers, and improve image barrier timings (#7012)riperiperi
2024-07-10Use draw clear on Adreno, instead of vkCmdClearAttachments (#7013)gdkchan
2024-07-09Force dynamic state update after rasterizer discard disable (#7007)gdkchan
2024-07-07Disable descriptor set template updates for buffer textures on Adreno (#7002)gdkchan
2024-05-26Allow texture arrays to use separate descriptor sets on Vulkan (#6870)gdkchan
2024-05-23Workaround AMD bug on logic op with float framebuffer (#6852)gdkchan
2024-04-07Add support for large sampler arrays on Vulkan (#6489)gdkchan
2024-04-06Vulkan: Skip draws when patches topology is used without a tessellation shade...gdkchan
2024-02-17Vulkan: Improve texture barrier usage, timing and batching (#6240)riperiperi
2024-02-16Vulkan: Use push descriptors for uniform bindings when possible (#6154)riperiperi
2024-01-31Vulkan: Add Render Pass / Framebuffer Cache (#6182)riperiperi
2024-01-26Allow skipping draws with broken pipeline variants on Vulkan (#5807)gdkchan
2024-01-20Vulkan: Use templates for descriptor updates (#6014)riperiperi
2024-01-16Vulkan: Cache delegate for EndRenderPass (#6132)riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
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