panvk: advertise version 1.1 support
panvk: advertise version 1.1 support
We know we have a broken Vulkan driver, so it's debatable whether it's
a broken Vulkan 1.0 or broken 1.1. Advertising 1.1 lets us run more
tests, and this patch does this. It also turns on `imageCubeArray` and
`fragmentStoresAndAtomics`, which again lets us run more tests.
Signed-off-by: Eric R. Smith <eric.smith@collabora.com>
There's still a couple of optional vk 1.1 and required vk 1.0 features we're missing, but exposing vk 1.1 doesn't make that bit any worse.
Edited by Erik Faye-Lund