Remove YCbCr from the instance extensions
authorAlexander Galazin <alexander.galazin@arm.com>
Wed, 27 Sep 2017 12:13:30 +0000 (14:13 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Wed, 27 Sep 2017 12:30:51 +0000 (14:30 +0200)
VK_KHR_sampler_ycbcr_conversion is a device extension.
It must not be listed as an allowed instance extension.

Components: Vulkan

VK-GL-CTS issue: 698

Affects:
dEQP-VK.api.info.instance.extensions

Change-Id: I1ee1448535df75016a0214ebfe800a476daf32c4

external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp

index af8c011..4693ff8 100644 (file)
@@ -660,7 +660,6 @@ void checkInstanceExtensions (tcu::ResultCollector& results, const vector<string
                "VK_KHR_external_memory_capabilities",
                "VK_KHR_external_semaphore_capabilities",
                "VK_KHR_external_fence_capabilities",
-               "VK_KHR_sampler_ycbcr_conversion"
        };
 
        checkKhrExtensions(results, extensions, DE_LENGTH_OF_ARRAY(s_allowedInstanceKhrExtensions), s_allowedInstanceKhrExtensions);