mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.

GL_ALL_ATTRIB_BITS is a thing, and GL_CLIENT_ALL_ATTRIB_BITS, but I don't
see GL_ALL_CLIENT_ATTRIB_BITS in my grepping of khronos XML, GL extension
specs, GL 1.1, GL 2.2, and GL 4.4.

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Eric Anholt
2015-11-25 16:29:10 -08:00
parent 5cb9dc45c7
commit 741f642a6f
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -3139,7 +3139,6 @@
<enum name="EDGE_FLAG_ARRAY_POINTER" value="0x8093"/>
<enum name="CLIENT_PIXEL_STORE_BIT" value="0x00000001"/>
<enum name="CLIENT_VERTEX_ARRAY_BIT" value="0x00000002"/>
<enum name="ALL_CLIENT_ATTRIB_BITS" value="0xFFFFFFFF"/>
<enum name="CLIENT_ALL_ATTRIB_BITS" value="0xFFFFFFFF"/>
<function name="ArrayElement" deprecated="3.1" exec="dynamic">
+1 -3
View File
@@ -94,9 +94,7 @@ const struct enum_info everything[] = {
/* A bitfield where Mesa uses a different value from Khronos. */
{ 0x000fffff, "GL_ALL_ATTRIB_BITS" },
/* A bitfield in the table where Mesa uses a different name from Khronos,
* and we fail to return its string anyway!
*/
/* A bitfield in the table, where we fail to return its string anyway! */
{ (int)0xffffffff, "0xffffffff" },
{ 0, NULL }