aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/VulkanInitialization.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-25Refactor attribute handling on the shader generator (#4565)gdkchan
2023-04-05vulkan: Cleanup PhysicalDevice and Instance querying (#4632)Mary
2023-04-01vulkan: Separate debug utils logic from VulkanInitialization (#4609)Mary
2023-03-27vulkan: Fix access level of extensions fields and make them readonly (#4608)Mary
2023-03-27vulkan: Remove CreateCommandBufferPool from VulkanInitialization (#4606)Mary
2023-02-26Vulkan: Support list topology primitive restart (#4483)gdkchan
2023-02-19Add support for advanced blend (part 1/2) (#2801)gdkchan
2023-02-15vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419)Mary
2023-02-13vulkan: Enforce Vulkan 1.2+ at instance API level and 1.1+ at device level (#...Mary
2023-02-06Implement safe depth-stencil blit using stencil export extension (#4356)gdkchan
2023-01-26Relax Vulkan requirements (#4282)gdkchan
2023-01-19Vulkan: Explicitly enable precise occlusion queries (#4292)riperiperi
2023-01-13Revert "Relax Vulkan requirements (#4228)" (#4279)Ac_K
2023-01-13Relax Vulkan requirements (#4228)gdkchan
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2022-12-14 Vulkan: enable VK_EXT_custom_border_color features (#4116)Georg Lehmann
2022-12-06UI: Add Metal surface creation for MoltenVK (#3980)riperiperi
2022-12-01chore: Update Silk.NET to 2.16.0 (#3953)Mary-nyan
2022-11-30Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote e...gdkchan
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-10-29Vulkan: Replace `VK_EXT_debug_report` usage with `VK_EXT_debug_utils` (#3802)Wunk
2022-09-08Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...riperiperi
2022-07-31Vulkan backend (#2518)gdkchan