anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTED
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 28 May 2016 00:14:29 +0000 (17:14 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 28 May 2016 00:17:09 +0000 (17:17 -0700)
commit10bc9f7024f7a15ffbccaa49eca9447aaad86ce3
treef5e1814a282bf53765d92375bca4201994490e33
parentb16326c74047e3d75ad3fbdd14ce31dbfce067e5
anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTED

At one point in time, we may have used the mapping to ISL_FORMAT_RAW for
certain buffer surfaces but that time has long since passed.  This fixes a
bug where doing format queries on VK_FORMAT_UNDEFINED would assert-fail.
src/intel/vulkan/anv_formats.c