[Mesa-stable] [PATCH] anv: Stop advertising VK_KHX_multiview
Jason Ekstrand
jason at jlekstrand.net
Mon Jul 31 18:27:23 UTC 2017
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 c72a100..f69ebfc 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 *
--
2.5.0.400.gff86faf
More information about the mesa-stable
mailing list