vk/0.210.0: Rework result and structure type enums
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 00:14:58 +0000 (16:14 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 21:43:54 +0000 (13:43 -0800)
commitfed3586f34ce701b0f6464c54456122e096c0bee
treec530992004a89b7060696c22a4bb10aa43a86595
parenta5f19f64c3317c98b984010f144416ce768a3c0b
vk/0.210.0: Rework result and structure type enums

By and large, this is just moving enum values around.  However, it also
removed VK_UNSUPPORTED which we were returning a number of places.  Those
places now return VK_ERROR_INCOMPATABLE_DRIVER.
include/vulkan/vulkan.h
src/vulkan/anv_device.c
src/vulkan/anv_pipeline.c
src/vulkan/anv_query.c