OSDN Git Service

mesa/main: Make FEATURE_colortable follow feature conventions.
authorChia-I Wu <olvaffe@gmail.com>
Mon, 7 Sep 2009 09:17:11 +0000 (17:17 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 12 Sep 2009 12:55:55 +0000 (20:55 +0800)
commit5bcfe4b5c81f850d68d3100b8bcd2f2b74a258a6
treed1c1ece6503be0d2e23d5e20d1c554964997855d
parent57377d5d69ecdf03e4fa2ef44dfbb7fb37f3f799
mesa/main: Make FEATURE_colortable follow feature conventions.

As shown in mfeatures.h, this allows users of colortab.h to work
without knowing if the feature is available.
src/mesa/main/api_exec.c
src/mesa/main/colortab.c
src/mesa/main/colortab.h
src/mesa/main/context.c
src/mesa/main/texobj.c
src/mesa/main/texstate.c