summaryrefslogtreecommitdiff
path: root/src/mesa/main/enums.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2005-08-26 17:50:39 +0000
committerAdam Jackson <ajax@freedesktop.org>2005-08-26 17:50:39 +0000
commitca1ac986a1d6d3f292e3d20540de884ad08d9816 (patch)
treebf0126b4f7bbfbf114169f13c733c628e7223cb4 /src/mesa/main/enums.c
parentf4166a1fd76935f358c2db900c21b3532ba9d6a8 (diff)
/dri/msg
Diffstat (limited to 'src/mesa/main/enums.c')
-rw-r--r--src/mesa/main/enums.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c
index c653e0c48f..837618cd74 100644
--- a/src/mesa/main/enums.c
+++ b/src/mesa/main/enums.c
@@ -3267,6 +3267,7 @@ static const enum_elt all_enums[1612] =
static const unsigned reduced_enums[1232] =
{
+ 26, /* GL_ALL_CLIENT_ATTRIB_BITS */
389, /* GL_FALSE */
561, /* GL_LINES */
563, /* GL_LINE_LOOP */
@@ -4498,7 +4499,6 @@ static const unsigned reduced_enums[1232] =
1212, /* GL_SCISSOR_BIT */
25, /* GL_ALL_ATTRIB_BITS */
845, /* GL_MULTISAMPLE_BIT */
- 26, /* GL_ALL_CLIENT_ATTRIB_BITS */
};
#define Elements(x) sizeof(x)/sizeof(*x)