mesa/st: Use direct util_format_pack/unpack instead of u_tile.
authorEric Anholt <eric@anholt.net>
Fri, 8 Nov 2019 21:21:18 +0000 (13:21 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 4 Feb 2020 19:02:59 +0000 (19:02 +0000)
commite986f2b7aff6c51e420fbb06553a748f15f55a01
treeeb3e75022bab287017b22a477aafb5404395c059
parentc574cda3c6a3f880f99e4e22967fc82e34609942
mesa/st: Use direct util_format_pack/unpack instead of u_tile.

We're doing a row at a time, and don't need u_tile's clipping.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2744>
src/mesa/state_tracker/st_cb_texture.c