summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-10-17 16:47:16 +1000
committerDave Airlie <[email protected]>2017-10-17 16:48:14 +1000
commitc00256a12c5be3d0f1c222176b62c13c4a2e4b50 (patch)
treea4d14449d7495b8f3d857b0926bcbec78c8d311d /src
parent5d071bf04bcf4c35452faaac253cdc9bac31f780 (diff)
radv: enable VK_KHX_multiview always.
This was in the wrong place. Fixes: ba51ad2f2 (radv: Expose VK_KHX_multiview.) Acked-by: Bas Nieuwenhuizen <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/amd/vulkan/radv_device.c8
1 files changed, 4 insertions, 4 deletions
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