aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/FramebufferParams.cs
AgeCommit message (Expand)Author
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-05-23Workaround AMD bug on logic op with float framebuffer (#6852)gdkchan
2024-02-17Vulkan: Improve texture barrier usage, timing and batching (#6240)riperiperi
2024-01-31Vulkan: Add Render Pass / Framebuffer Cache (#6182)riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
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-07-14Fix some Vulkan validation errors (#5452)gdkchan
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)TSRBerry
2023-05-29Make sure blend is disabled if render target has integer format (#5122)gdkchan
2023-04-27Move solution and projects to srcTSR Berry