mesa: Add missing features.
authorChia-I Wu <olv@lunarg.com>
Tue, 30 Mar 2010 05:13:20 +0000 (13:13 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 30 Mar 2010 07:39:17 +0000 (15:39 +0800)
commit066477ab226c6bf9598511ebe9134cb360fb54a2
tree8e6fda75fb3aa7253fbdeff719167544637c5849
parent9f0e1be2de1d9256f340b541630ad258ca8885f7
mesa: Add missing features.

Add features tested in the code but missing from mfeatures.h.

This also fixes some tests of features.  They should be tested with
"#if", not "#ifdef".
src/mesa/main/bufferobj.c
src/mesa/main/context.c
src/mesa/main/extensions.c
src/mesa/main/fbobject.c
src/mesa/main/mfeatures.h
src/mesa/main/texparam.c