util: Merge util_format_read_4* functions.
authorEric Anholt <eric@anholt.net>
Wed, 1 Jul 2020 23:50:02 +0000 (16:50 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 7 Jul 2020 18:19:23 +0000 (18:19 +0000)
commite7010eeff03d96179f79a93b7766bb8e998ca8bf
tree7100e471bcf781de63650d5fcdf7441e743749a0
parent2f4d557a561b468dcbe806e02e703ec7a26791a1
util: Merge util_format_read_4* functions.

Everyone wants the same thing: unpack 4-bytes-per-channel data based on the
base type of the format.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5728>
src/gallium/auxiliary/util/u_tile.c
src/gallium/drivers/softpipe/sp_image.c
src/util/format/u_format.c
src/util/format/u_format.h
src/util/format/u_format_bptc.c