mesa/formats: Remove IndexBits
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Jul 2014 06:58:56 +0000 (23:58 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Aug 2014 17:56:15 +0000 (10:56 -0700)
commit55a929955fa683a4e59ffb730ae37b645d10ba49
tree6284788b3a9445e75da246aba5f263d9c04058b4
parent12610ffcf79b20996f16fec4cbed1c1e2ef67f5e
mesa/formats: Remove IndexBits

Mesa hasn't supported color-indexed textures for some time.  This is 0 for
all texture formats, so we don't need to store it.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/format_info.py
src/mesa/main/formats.c