OSDN Git Service

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)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 12 Sep 2009 12:55:58 +0000 (20:55 +0800)
commit17f2649e269b9d98abd6a66f687ffa29904bf4a0
treeac6322916e350b280b326327b749d063d48686f7
parent57ce3ab32382d08ac8f0aeca13677612af3adfc0
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.  It is renamed to FEATURE_eval
along the way.
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/mfeatures.h
src/mesa/main/vtxfmt.c
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_save_api.c