aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/Window.cs
AgeCommit message (Expand)Author
2024-07-07Force Vulkan swapchain re-creation when window size changes (#7003)gdkchan
2024-04-11Account for swapchain image count change after re-creation (#6652)gdkchan
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-07Implement color space passthrough option (#5531)jcm
2023-07-11Move support buffer update out of the backends (#5411)gdkchan
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry