From: Dave Airlie Date: Tue, 17 Oct 2017 06:47:16 +0000 (+1000) Subject: radv: enable VK_KHX_multiview always. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c00256a12c5be3d0f1c222176b62c13c4a2e4b50;p=mesa.git radv: enable VK_KHX_multiview always. This was in the wrong place. Fixes: ba51ad2f2 (radv: Expose VK_KHX_multiview.) Acked-by: Bas Nieuwenhuizen Signed-off-by: Dave Airlie --- diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index b2aef2a8130..cedb9a4acfc 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -186,6 +186,10 @@ static const VkExtensionProperties common_device_extensions[] = { .extensionName = VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME, .specVersion = 1, }, + { + .extensionName = VK_KHX_MULTIVIEW_EXTENSION_NAME, + .specVersion = 1, + }, }; static const VkExtensionProperties rasterization_order_extension[] ={ @@ -204,10 +208,6 @@ static const VkExtensionProperties ext_sema_device_extensions[] = { .extensionName = VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME, .specVersion = 1, }, - { - .extensionName = VK_KHX_MULTIVIEW_EXTENSION_NAME, - .specVersion = 1, - }, }; static VkResult