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

Andreas Boll andreas.boll.dev at gmail.com
Fri Jul 4 00:26:24 PDT 2014


Both patches are
Reviewed-by: Andreas Boll <andreas.boll.dev at 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 <brianp at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list