On 7 December 2015 at 22:43, Jose Fonseca <[email protected]> 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
