Re: [Mesa-dev] [PATCH 1/2] glxinfo: remove query of GL_MAX_VERTEX_ATTRIB_STRIDE

2014-07-04 Thread Andreas Boll
Both patches are
Reviewed-by: Andreas Boll andreas.boll@gmail.com

Thanks for fixing this issue!
I'll make the release after this series has been merged.

Andreas.

2014-07-03 16:19 GMT+02:00 Brian Paul bri...@vmware.com:
 This is not part of the GL_ARB_vertex_attrib_binding extension.
 It's part of OpenGL 4.4.
 Fixes compilation failure if glext.h doesn't have the GL 4.4 #defines.
 ---
  src/xdemos/glinfo_common.c |1 -
  1 file changed, 1 deletion(-)

 diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c
 index 1326a86..4360e53 100644
 --- a/src/xdemos/glinfo_common.c
 +++ b/src/xdemos/glinfo_common.c
 @@ -563,7 +563,6 @@ print_limits(const char *extensions, const char 
 *oglstring, int version,
  #endif
  #if defined (GL_ARB_vertex_attrib_binding)
{ 1, GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET, 
 GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET, GL_ARB_vertex_attrib_binding },
 -  { 1, GL_MAX_VERTEX_ATTRIB_STRIDE, GL_MAX_VERTEX_ATTRIB_STRIDE, 
 GL_ARB_vertex_attrib_binding },
{ 1, GL_MAX_VERTEX_ATTRIB_BINDINGS, GL_MAX_VERTEX_ATTRIB_BINDINGS, 
 GL_ARB_vertex_attrib_binding },
  #endif
{ 0, (GLenum) 0, NULL, NULL }
 --
 1.7.10.4

 ___
 mesa-dev mailing list
 mesa-dev@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 1/2] glxinfo: remove query of GL_MAX_VERTEX_ATTRIB_STRIDE

2014-07-03 Thread Brian Paul
This is not part of the GL_ARB_vertex_attrib_binding extension.
It's part of OpenGL 4.4.
Fixes compilation failure if glext.h doesn't have the GL 4.4 #defines.
---
 src/xdemos/glinfo_common.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xdemos/glinfo_common.c b/src/xdemos/glinfo_common.c
index 1326a86..4360e53 100644
--- a/src/xdemos/glinfo_common.c
+++ b/src/xdemos/glinfo_common.c
@@ -563,7 +563,6 @@ print_limits(const char *extensions, const char *oglstring, 
int version,
 #endif
 #if defined (GL_ARB_vertex_attrib_binding)
   { 1, GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET, 
GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET, GL_ARB_vertex_attrib_binding },
-  { 1, GL_MAX_VERTEX_ATTRIB_STRIDE, GL_MAX_VERTEX_ATTRIB_STRIDE, 
GL_ARB_vertex_attrib_binding },
   { 1, GL_MAX_VERTEX_ATTRIB_BINDINGS, GL_MAX_VERTEX_ATTRIB_BINDINGS, 
GL_ARB_vertex_attrib_binding },
 #endif
   { 0, (GLenum) 0, NULL, NULL }
-- 
1.7.10.4

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev