anv: check support for enabled features in vkCreateDevice()
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Wed, 28 Jun 2017 13:52:34 +0000 (15:52 +0200)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Mon, 3 Jul 2017 06:01:31 +0000 (08:01 +0200)
commit5dd96b1156e25e10d649d49377df02763fcd45a5
treecedc035070eca8c2e53f2dcbf4984c1a6c9e4417
parentba05f6f72b3ca0e88816a6a9e3bdcae3c3f67254
anv: check support for enabled features in vkCreateDevice()

From Vulkan spec, 4.2.1. "Device Creation":

  "vkCreateDevice verifies that extensions and features requested in
   the ppEnabledExtensionNames and pEnabledFeatures members of
   pCreateInfo, respectively, are supported by the implementation."

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@gmail.com>
src/intel/vulkan/anv_device.c