st/mesa: Use _mesa_format_convert to implement st_GetTexImage.
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 26 Nov 2014 09:20:55 +0000 (10:20 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:29 +0000 (11:20 +0100)
commita55f67fcb064b4ed3019259a711b5be07f4e72ff
treee703167fdc2b1fb1048da6995dd40a6f29229056
parent84eb402c01962e3ff4b70c9948c85a61ed81678f
st/mesa: Use _mesa_format_convert to implement st_GetTexImage.

Instead of using _mesa_pack_rgba_span_float. This should allow us to remove
that function in a later patch.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/state_tracker/st_cb_texture.c