Re: [Mesa-dev] [PATCH 06/12] mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.

2015-12-01 Thread Brian Paul
On 11/30/2015 05:50 PM, Ian Romanick wrote: On 11/25/2015 07:10 PM, Eric Anholt wrote: 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. Hm... it is in include/G

Re: [Mesa-dev] [PATCH 06/12] mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.

2015-11-30 Thread Ian Romanick
On 11/25/2015 07:10 PM, Eric Anholt wrote: > 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. Hm... it is in include/GL/gl.h. git-blame says: commit a8b07a539

[Mesa-dev] [PATCH 06/12] mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.

2015-11-25 Thread Eric Anholt
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. --- src/mapi/glapi/gen/gl_API.xml| 1 - src/mesa/main/tests/enum_strings.cpp | 4 +--- 2 files changed, 1 i