anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVER
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 11 Oct 2017 23:06:13 +0000 (16:06 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 7 Mar 2018 20:13:47 +0000 (12:13 -0800)
commit59b0ea0c7483bc95f9d24742ea4bdbaa998fc0ec
treef304e65ad3d63778f443f8d38b467e73e826ffb0
parentcbab2d1da5edfe9df27a010adf8b1aa9dbee473b
anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVER

From the Vulkan 1.1 spec:

    "Vulkan 1.0 implementations were required to return
    VK_ERROR_INCOMPATIBLE_DRIVER if apiVersion was larger than 1.0.
    Implementations that support Vulkan 1.1 or later must not return
    VK_ERROR_INCOMPATIBLE_DRIVER for any value of apiVersion."

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/intel/vulkan/anv_device.c