util: Expose rgba unpack/fetch functions as external functions as well.
authorEric Anholt <eric@anholt.net>
Thu, 13 Aug 2020 20:10:04 +0000 (13:10 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 20 Aug 2020 05:03:16 +0000 (05:03 +0000)
commitedf0aeb3cd264a431cd9d6bf7a758fe37bfbef04
treee241bcf3c3b4d0ca55f8b2695db80326c660ab60
parent9d503b36ca24e1747e99a034e05700ad80c0682c
util: Expose rgba unpack/fetch functions as external functions as well.

Like we just did for pack functions for freedreno, it will be useful to be
able to pick out a specific rgba unpack function instead of going through
the table.

Reviewed-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6307>
src/util/format/u_format_pack.py