icd:Add support for extended features queries
authorTobin Ehlis <tobine@google.com>
Wed, 9 May 2018 22:39:27 +0000 (16:39 -0600)
committerTobin Ehlis <tobine@google.com>
Fri, 11 May 2018 13:20:28 +0000 (07:20 -0600)
commit49601bab4ef76e4d42db8a24054401b0efbc3856
tree5a14366d0bcd5262b445e7e3e0ebea40eb5c2557
parent10cf18c37cec82aa9e70b819437e55b88286d289
icd:Add support for extended features queries

Update mock ICD generator so that if we have an extension that's been
promoted to core, the core version will call any existing custom
implementation of the extension function.

Update Features query to detect the two existing extension structs
(VkPhysicalDeviceDescriptorIndexingFeaturesEXT and
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT) and enable all of
those features when those queries are present.
scripts/mock_icd_generator.py