mesa/main: Make FEATURE_evaluators follow feature conventions.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 8 Sep 2009 02:25:22 +0000 (10:25 +0800)
committerBrian Paul <brianp@vmware.com>
Wed, 30 Sep 2009 14:31:55 +0000 (08:31 -0600)
commitaefa1f6ab1d9267b223b06ae205ab34c8e0d7c02
tree5781879d25d11e6a5ded9c6a951a22a442a479b8
parent42fac11d437d6bf2cb27f9487dedf7fb396616d4
mesa/main: Make FEATURE_evaluators follow feature conventions.

As shown in mfeatures.h, this allows users of eval.h to work without
knowing if the feature is available.
src/mesa/main/api_exec.c
src/mesa/main/api_noop.c
src/mesa/main/context.c
src/mesa/main/dlist.c
src/mesa/main/eval.c
src/mesa/main/eval.h
src/mesa/main/vtxfmt.c
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_save_api.c