Colortable re-org.
authorBrian <brian@yutani.localnet.net>
Fri, 16 Mar 2007 15:36:12 +0000 (09:36 -0600)
committerBrian <brian@yutani.localnet.net>
Fri, 16 Mar 2007 15:36:12 +0000 (09:36 -0600)
commit7573b58db659b32f3589fc955959710d44353239
treefc7519d69026218e0a61707b71763cc68667c40d
parentd7049431a09a71a51768fc8cea292653557fc261
Colortable re-org.

The pixel transfer path has three color table lookups.
Use an array [3] to store that info, rather than separate variables.
src/mesa/main/attrib.c
src/mesa/main/colortab.c
src/mesa/main/enable.c
src/mesa/main/get.c
src/mesa/main/get_gen.py
src/mesa/main/image.c
src/mesa/main/mtypes.h
src/mesa/main/pixel.c