v3dv: include Vulkan version 1.1 as unsupported.
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 14 Jan 2020 15:10:59 +0000 (16:10 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:26 +0000 (21:21 +0000)
commitecd0b1f4b1c3accf0588ba4548026ed3865225a8
tree5b85f477d1be18fe7c93bf3e4658257b98bf0abb
parent5935ef098d9c904d535688b2c045198f5afcc3d0
v3dv: include Vulkan version 1.1 as unsupported.

This is so we can generate entry points for extensions that have been
promoted to core in 1.1.

Entry points for promoted extensions are aliased without the KHR suffix
in the Vulkan API XML, and the entry point generation scripts are designed
to point the dispatch tables to entry points generated from the non-aliased
function names, however, these are not included in the header file without
this change.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_extensions.py