anv: Unconditionally advertise Vulkan 1.1
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 10 Dec 2019 20:22:25 +0000 (14:22 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Wed, 11 Dec 2019 18:52:08 +0000 (18:52 +0000)
commit5f5f5019bd2ed93da2cd0bcfae1e3b83de93ba74
tree25c0daba47e68f196d2cea97dac21a2bde3d9786
parent98a83d0fcef5580aa4535a325f7aebed09bb6b8e
anv: Unconditionally advertise Vulkan 1.1

Vulkan 1.1 requires VK_KHR_external_fence which requires syncobj support
to be actually usable.  However, it doesn't strictly require that we
support any external handle types.  We should be able to advertise 1.1
even on old kernels that don't have syncobj support.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_extensions.py