mesa: Remove _mesa_make_temp_float_image
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 7 Nov 2014 11:20:11 +0000 (12:20 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:29 +0000 (11:20 +0100)
commitc540800aa5521023f28eeb288f0d7bb0b67278f3
tree8a739adeab1c99aa1da7125b6dc9fd6844c41c86
parent4468386a3c8126cf94691c5f0ee12b0b157f314c
mesa: Remove _mesa_make_temp_float_image

Now that we have _mesa_format_convert we don't need this.

This was only used to create temporary RGBA float images in the process
of storing some compressed formats. These can call _mesa_texstore
with a RGBA/float dst to achieve the same goal.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/texcompress_bptc.c
src/mesa/main/texcompress_rgtc.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h