mesa: Remove all mention of MESA_FORMAT_CI8
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 26 Aug 2011 19:20:00 +0000 (12:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Aug 2011 18:07:49 +0000 (11:07 -0700)
commit55d232a81566cf7ab8855c42e2ef1a280276a04c
treeb38fc84b73db9c96e23fe69654f40770eb74e045
parent0c1b71665487fcaeffa8f4d7b5ad0ba425a2c169
mesa: Remove all mention of MESA_FORMAT_CI8

Nothing in Mesa supports color-index textures, and most of the other
infrastructure that could allow such support has already been removed.
This puts the final nail in the coffin.

Also clean out some GL_COLOR_INDEX comments in formats.c.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/common/texmem.c
src/mesa/drivers/dri/r200/r200_texstate.c
src/mesa/drivers/dri/radeon/radeon_texstate.c
src/mesa/main/debug.c
src/mesa/main/fbobject.c
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/texfetch.c
src/mesa/main/texfetch_tmp.h
src/mesa/main/texformat.c
src/mesa/main/texstore.c