gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.
authorEric Anholt <eric@anholt.net>
Mon, 19 Aug 2019 21:33:51 +0000 (14:33 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 7 Nov 2019 19:43:41 +0000 (19:43 +0000)
commitb28eb044cdc1b9bbf4a830b36476f047b660b7ad
tree3c160cb4ee450cb56965b04415804a1dddf3982a
parent6fab4a7b59d566269437c88798ae4c811136b927
gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.

These are the last formats that MESA_FORMAT had and PIPE_FORMAT
didn't.  The .csv entries channel sizes and swizzles all came from the
corresponding UNORM format.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_format.csv
src/gallium/include/pipe/p_format.h
src/mesa/state_tracker/st_format.c