dri: add [ax]bgr16161616 to format lookup tables
authorManuel Stoeckl <code@mstoeckl.com>
Tue, 18 Jan 2022 03:03:20 +0000 (22:03 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 27 Jul 2022 07:27:10 +0000 (07:27 +0000)
commit19f62b430369760ccfa246da6fcd3686e495f2df
tree0e33fd8084bc146d33ad504d29cb7545e7e4b3ba
parent7e554e11a1795d3db8f22b7ed059735f06ee4ca8
dri: add [ax]bgr16161616 to format lookup tables

Note: The format __DRI_IMAGE_FORMAT_ABGR16161616 was already
in the dri2_format_table, but had been hidden from outside view,
for lack of an official DRM fourcc. Since its fourcc has now been
assigned, it is safe to reveal the format.

Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14580>
src/egl/drivers/dri2/egl_dri2.c
src/gallium/frontends/dri/dri_helpers.c
src/gallium/frontends/dri/dri_util.c
src/loader/loader_dri3_helper.c