mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 10 Nov 2014 16:45:55 +0000 (17:45 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:29 +0000 (11:20 +0100)
commit3a4de321449551e48682ad42a57df020570fec6d
tree86b78de29ef8d37a867221cce71bc7006998786d
parent873437e209cd54bed64e634cb9bd0e3332efb7b7
mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h

_mesa_pack_rgba_span_float was the last of the color span functions
and we have replaced all calls to it with calls to _mesa_format_convert,
so we can remove it together with tmp_pack.h which was used to
generate the pack functions for multiple types that were used from
the various color span functions that have been removed.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/pack.c
src/mesa/main/pack.h
src/mesa/main/pack_tmp.h [deleted file]