summaryrefslogtreecommitdiff
path: root/src/mesa/main/mfeatures.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-20 11:32:22 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-20 11:32:22 -0600
commit42c468a5dea30d1428205d81798eaf3a0c42ef3a (patch)
tree595ecce91b0d779e0760bf76bd36b9e72c0fdcc3 /src/mesa/main/mfeatures.h
parent8e0f166eb5edb8537af573d8d33a26ffaf8e66c9 (diff)
mesa: initial support for fixed-pt vertex arrays
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r--src/mesa/main/mfeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h
index 6a71954648..13397e97ba 100644
--- a/src/mesa/main/mfeatures.h
+++ b/src/mesa/main/mfeatures.h
@@ -46,6 +46,7 @@
#define FEATURE_drawpix _HAVE_FULL_GL
#define FEATURE_evaluators _HAVE_FULL_GL
#define FEATURE_feedback _HAVE_FULL_GL
+#define FEATURE_fixedpt 0
#define FEATURE_histogram _HAVE_FULL_GL
#define FEATURE_pixel_transfer _HAVE_FULL_GL
#define FEATURE_texgen _HAVE_FULL_GL