aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/PipelineConverter.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-02-15vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419)Mary
2023-02-08Fix some Vulkan validation errors (#4357)gdkchan
2023-01-26Relax Vulkan requirements (#4282)gdkchan
2022-12-04Implement non-MS to MS copies with draws (#3958)gdkchan
2022-12-01chore: Update Silk.NET to 2.16.0 (#3953)Mary-nyan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-10-25Vulkan: Use dynamic state for blend constants (#3793)riperiperi
2022-09-29Vulkan: Zero blend state when disabled or write mask is 0 (#3719)riperiperi
2022-09-20Convert Quads to Triangles in Vulkan (#3715)riperiperi
2022-09-08Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...riperiperi
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan