Fix enabling of partially promoted extensions
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Tue, 23 Aug 2022 11:18:48 +0000 (13:18 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 25 Aug 2022 21:46:37 +0000 (21:46 +0000)
commita2fcd58d33acf6cb0f41f34987f676a6a41e3f2c
tree2d26b5412bc96694c089f5c28510de000efe0b14
parent753e735281dba44541401be3acf43215e58fbfcb
Fix enabling of partially promoted extensions

Recent framework change that generates .inl files
directly from vk.xml introduced an error in which
partially promoted extensions were added to core
device extensions list. This resulted in not
enabling those extensions which lead to failure of
some tests. This change fixed this.

VK-GL-CTS issue: 3892

Components: Framework, Vulkan

Affects:
dEQP-VK.pipeline.monolithic.extended_dynamic_state.*.logic_op_or
dEQP-VK.*

Change-Id: Ieb6b9e2d469be14d30ecd86b4b112655c82e297c
external/vulkancts/framework/vulkan/generated/vulkan/vkSupportedExtensions.inl
external/vulkancts/scripts/gen_framework.py