gallium/util: Remove pipe_get_tile_z/put_tile_z.
authorEric Anholt <eric@anholt.net>
Fri, 8 Nov 2019 21:20:18 +0000 (13:20 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 4 Feb 2020 19:02:59 +0000 (19:02 +0000)
commit6cdf523f00398b98c73743f6eb4167409ff065e0
tree14e3105fbed6e1512baf833626fcb3584219c5bb
parente986f2b7aff6c51e420fbb06553a748f15f55a01
gallium/util: Remove pipe_get_tile_z/put_tile_z.

The previous caller wasn't using it as tiled, just row-at-a-time, and
didn't want the clipping (since copytexsubimage comes in clipped).  If
someone wanted these functions again in the future, they should be
rewritten on u_format_pack/unpack.

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