summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_instance.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-22Add macos moltenvk bundle, Add copy moltevk dylib scriptFeng Chen1-3/+5
2023-08-02vulkan: centralize configAlexandre Bouvier1-13/+0
2023-07-01vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK.Steveice101-4/+2
2023-06-28renderer_vulkan: Add suport for debug report callbackGPUCode1-27/+31
2023-01-01vulkan_common: unify VK_EXT_debug_utils and selection of validation layerLiam1-7/+7
2022-11-27Vulkan: update initializationLiam1-7/+20
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-2/+0
2021-02-13vulkan_instance: Initialize Vulkan instance in a separate threadReinUsesLisp1-1/+5
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp1-9/+12
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp1-1/+1
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp1-9/+5
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp1-0/+152