mesa: Remove GL_COLOR_INDEX from base format assertions
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Aug 2011 20:34:52 +0000 (13:34 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 6 Sep 2011 19:09:20 +0000 (12:09 -0700)
commit559241d48c01ad36e1ea18e6c44aa5bc587d3002
treea9fb50e73b2421dc69e5401f71e80ec7f61d0924
parentede7d9fff504db3a4790b0e55d247f85ef22d045
mesa: Remove GL_COLOR_INDEX from base format assertions

_mesa_make_temp_float_image can't work on color-index textures, but
there is no such thing as a color-index texture anymore.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/texstore.c