diff options
author | Jason Ekstrand <[email protected]> | 2017-07-31 11:27:23 -0700 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-08-05 00:09:26 +0100 |
commit | e4371d14f17049e4878966de60cfb88e8cd137cb (patch) | |
tree | cf29f56db206d067603a7c0da067c9d7e5a5d7c6 | |
parent | 0b2c034f6457ef62cc20d308a91620116cdc057d (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.c | 4 |
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 * |