[Piglit] [PATCH 2/2] framework: Don't try to parse GL/GLSL version from wflinfo.

Emil Velikov emil.l.velikov at gmail.com
Tue Dec 8 07:54:37 PST 2015


On 7 December 2015 at 22:43, Jose Fonseca <jfonseca at vmware.com> wrote:
...
> - With Mesa Xlib libGL.so.1:
>
...
>
>   $ wflinfo --platform glx --api gles3
>   Waffle platform: glx
>   Waffle api: gles3
>   OpenGL vendor string: WFLINFO_GL_ERROR
>   OpenGL renderer string: WFLINFO_GL_ERROR
>   OpenGL version string: WFLINFO_GL_ERROR
>
>   Not sure why this happens.  Anyway, my interest is GL + GLX, not so much
> GLES.
>
Afaict this happens as we try to mix Xlib based libGL with libGLESx.
That sort of thing isn't supported in mesa, and we either 1) need to
tweak waffle to honour GLX_EXT_create_context_es*_profile or 2) have a
bug in Xlib libGL, where it reports
GLX_EXT_create_context_es*_profile.

Can you confirm/dismiss the latter and I'll take a look on the former.
If you can throw in a github bugreport that'll be great.

Thanks
Emil


More information about the Piglit mailing list