summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2017-07-31 11:27:23 -0700
committerEmil Velikov <emil.l.velikov@gmail.com>2017-08-05 00:09:26 +0100
commite4371d14f17049e4878966de60cfb88e8cd137cb (patch)
treecf29f56db206d067603a7c0da067c9d7e5a5d7c6
parent0b2c034f6457ef62cc20d308a91620116cdc057d (diff)
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.
-rw-r--r--src/intel/vulkan/anv_device.c4
1 files changed, 0 insertions, 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 *