diff options
author | Adam Jackson <[email protected]> | 2005-08-26 17:50:39 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-08-26 17:50:39 +0000 |
commit | ca1ac986a1d6d3f292e3d20540de884ad08d9816 (patch) | |
tree | bf0126b4f7bbfbf114169f13c733c628e7223cb4 /src/mesa/main | |
parent | f4166a1fd76935f358c2db900c21b3532ba9d6a8 (diff) |
/dri/msg
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/enums.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index c653e0c48ff..837618cd74a 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) |