vulkan/runtime: Validate instance version on 1.0 implementations
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 10 Dec 2021 16:34:20 +0000 (10:34 -0600)
committerMarge Bot <emma+marge@anholt.net>
Mon, 20 Dec 2021 16:45:55 +0000 (16:45 +0000)
commit88b9b68f3023df0651d970896cc3123a2dfdef15
tree51425e91c436991c11fbce22409d34349151ca39
parent64991d44a830b66f05643d9aae42e924330e616c
vulkan/runtime: Validate instance version on 1.0 implementations

This isn't something that ANV or RADV have cared about in a long time
but, as people bring up new Vulkan drivers, shipping Vulkan 1.0 is still
a thing that happens in Mesa.  The common code should also implement the
1.0 rules.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14150>
src/vulkan/runtime/vk_instance.c