[Mesa-stable] [Mesa-dev] [PATCH 3/3] glx/dri3: Fix passing renderType into glXCreateContext

Adam Jackson ajax at redhat.com
Mon Nov 20 20:57:36 UTC 2017


On Mon, 2017-11-20 at 18:13 +0200, Andres Gomez wrote:
> Hi Adam,
> 
> This fix is causing the following regression in master (and in the
> stable 17.2 queue, if cherry-picked):
> https://bugs.freedesktop.org/show_bug.cgi?id=103825
> 
> Hence, I'm leaving it out until the regression is cleared (either with
> a fix in mesa or by clarifying whether it is a false positive).

This is a false positive, the test is in error:

        ctx = glXCreateNewContext(dpy, fbconfig, GLX_RGBA, NULL, True);

That should be GLX_RGBA_TYPE. I've pushed a fix to piglit.

- ajax


More information about the mesa-stable mailing list