diff options
author | Brian Paul <[email protected]> | 2008-06-20 11:49:25 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:55 -0700 |
commit | d17485fef9b084a6812c626d9734816429f29199 (patch) | |
tree | 7d8085f0558d2656bbc804a88e8ca888fbf1a6c2 /src/mesa/main/mfeatures.h | |
parent | 394c1d1c53074f82d2664f655f948f8966f46b9d (diff) |
mesa: GL_BYTE vertex/texcoord 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 6563bdd19f6..6e73620a77e 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -53,6 +53,7 @@ #define FEATURE_texture_fxt1 _HAVE_FULL_GL #define FEATURE_texture_s3tc _HAVE_FULL_GL #define FEATURE_userclip _HAVE_FULL_GL +#define FEATURE_vertex_array_byte 0 #define FEATURE_windowpos _HAVE_FULL_GL #define FEATURE_es2_glsl 0 |