mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.
authorEric Anholt <eric@anholt.net>
Mon, 1 Jul 2019 23:45:32 +0000 (16:45 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Jul 2019 19:51:13 +0000 (12:51 -0700)
commitece03848c27675eb4933f07f45acd49336d99144
treee3d747e967869e297c970a3ccbf97a58caf7481e
parent5956b46e1680059c2ee5e0d11cd45b44e46ed607
mesa: Fold _mesa_unpack_depth_stencil_row() into its only caller.

This was the last bit of gl.h usage in format packing.

Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/mesa/main/format_unpack.h
src/mesa/main/format_unpack.py
src/mesa/main/texgetimage.c