mesa: Remove _mesa_make_temp_ubyte_image
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 7 Nov 2014 10:17:29 +0000 (11:17 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:29 +0000 (11:20 +0100)
commit4468386a3c8126cf94691c5f0ee12b0b157f314c
tree2abd536a7053c563353f2935ab0d88682061a309
parent43a76a9e4416a2ff0b09bb0bc2a39bd4c61148b4
mesa: Remove _mesa_make_temp_ubyte_image

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

texstore_rgba will use the GL_COLOR_INDEX to RGBA conversion
helpers instead and compressed formats that used
_mesa_make_temp_ubyte_image to create an ubyte RGBA temporary
image can call _mesa_texstore with a RGBA/ubyte dst to
achieve the same goal.

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