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)
committerBrian Paul <brianp@vmware.com>
Fri, 25 Sep 2009 03:48:22 +0000 (21:48 -0600)
commitcb4f24e51d0f4f4b867b2c01ed26d2a5ce73aeab
tree8814ee8b9722cf1e8bdaa28f87ddb99acad1a5d7
parentdbb8fb8de9a9deca0ae22015e4680f4e631d6d32
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