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)
commit0b512cb9e38631e4c384b7fb99f6d651d9792c8c
tree67304f39580cb5ec5d9c71296cb127d3e5038470
parent1319c31cd1dbc26d4a2113f22fdb0e52ab8ed358
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