util: add new helper util_format_rgb_to_bgr
authorMarek Olšák <marek.olsak@amd.com>
Mon, 15 Mar 2021 23:55:35 +0000 (19:55 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Mar 2021 16:05:02 +0000 (16:05 +0000)
commite3e66e1fab0286715b7d8b3130e2ffc2b44dda11
tree58d3118d9152b3a11287541304dd24bef0d79064
parent5a29a55aa3db8ed4d191196395de9b0262487179
util: add new helper util_format_rgb_to_bgr

We have BGR formats for all RGB formats where it matters except
USCALED/SSCALED. radeonsi will use it.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9615>
src/util/format/u_format.c
src/util/format/u_format.h