anv: Advertise two more formats
authorJason Ekstrand <jason.ekstrand@collabora.com>
Mon, 28 Mar 2022 23:36:39 +0000 (18:36 -0500)
committerMarge Bot <emma+marge@anholt.net>
Mon, 4 Apr 2022 21:42:23 +0000 (21:42 +0000)
commit94ce812497332dbc84360936dfe7c55fe38a0bc1
tree8381de496cb7816a27e93dc50599eee6977aa98f
parente32b9e5c3fbabce07dd154b99dc05f7213e9de1e
anv: Advertise two more formats

These both require swizzling so border colors won't work.  However,
they're conveniently in the list of formats for which custom border
colors require you to specify a format in the sampler.  That list
constists of:

    - VK_FORMAT_B4G4R4A4_UNORM_PACK16
    - VK_FORMAT_B5G6R5_UNORM_PACK16
    - VK_FORMAT_B5G5R5A1_UNORM_PACK16

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6226
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15624>
src/intel/vulkan/anv_formats.c