Re: [Mesa-dev] [PATCH] GL: Update glext.h to Revision 29735.

2015-02-04 Thread Brian Paul
In the past I think we usually mentioned the date version (20150202) in the commit msg. But not a big deal. Reviewed-by: Brian Paul On 02/04/2015 05:47 PM, Laura Ekstrand wrote: Khronos modified glext.h to get rid of GL_TEXTURE_BINDING, a special enum added for ARB_direct_state_access. This

[Mesa-dev] [PATCH] GL: Update glext.h to Revision 29735.

2015-02-04 Thread Laura Ekstrand
Khronos modified glext.h to get rid of GL_TEXTURE_BINDING, a special enum added for ARB_direct_state_access. This enum was ruled unimplementable. --- include/GL/glext.h | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/include/GL/glext.h b/include/GL/glext.h index