swrast: Use _mesa_format_convert to implement draw_rgba_pixels.
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 10 Nov 2014 10:25:20 +0000 (11:25 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:29 +0000 (11:20 +0100)
commit84eb402c01962e3ff4b70c9948c85a61ed81678f
tree5f256152fa87110ed34ab81a6adfda4de0d47f63
parenta629f0612d59f5a304df2e809f4b8bd6c8757adf
swrast: Use _mesa_format_convert to implement draw_rgba_pixels.

This is the only place that uses _mesa_unpack_color_span_float so after
this we should be able to remove that function.

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