mesa: refactor: move #define FEATURE flags into new mfeatures.h file
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 02:29:15 +0000 (19:29 -0700)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:52 +0000 (22:13 -0700)
commit34a61c66fd1b625a5606b795d192a49632ff1787
tree6c185413739b4af3b9790df17dc53a76a32f2312
parent24172fe595eede2649dd88363d2cda68f928a03e
mesa: refactor: move #define FEATURE flags into new mfeatures.h file

Also, check the FEATURE flags in many places.
(cherry picked from commit 40d1a40f294f1ed2dacfad6f5498322fc08cc2d1)

Conflicts:

src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/texobj.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
16 files changed:
src/mesa/main/api_exec.c
src/mesa/main/api_exec.h
src/mesa/main/api_noop.c
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/mfeatures.h [new file with mode: 0644]
src/mesa/main/state.c
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/vbo/vbo_context.c
src/mesa/vbo/vbo_context.h
src/mesa/vbo/vbo_exec.c
src/mesa/vbo/vbo_exec_api.c