From e4371d14f17049e4878966de60cfb88e8cd137cb Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Mon, 31 Jul 2017 11:27:23 -0700 Subject: anv: Stop advertising VK_KHX_multiview We don't want to advertise experimental extensions in actual releases. However, there's no harm in leaving the code lying around in the tree. --- src/intel/vulkan/anv_device.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index c72a1006749..f69ebfc485f 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -496,10 +496,6 @@ static const VkExtensionProperties device_extensions[] = { .extensionName = VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME, .specVersion = 1, }, - { - .extensionName = VK_KHX_MULTIVIEW_EXTENSION_NAME, - .specVersion = 1, - }, }; static void * -- cgit v1.2.3