diff options
author | Brian Paul <[email protected]> | 2008-06-20 11:32:22 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:55 -0700 |
commit | 394c1d1c53074f82d2664f655f948f8966f46b9d (patch) | |
tree | 7e2c0cbb8b60fcf6ec98a4863b6c8b21e5b7d3bf /src/mesa/main/mfeatures.h | |
parent | bb00f09f1bfb195206ffac6481d83ecf57fd37ce (diff) |
mesa: initial support for fixed-pt vertex arrays
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 4e384b0b3be..6563bdd19f6 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 |