https://bugs.freedesktop.org/show_bug.cgi?id=86651

Chris Wilson <ch...@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|GLX                         |tests
           Assignee|mesa-dev@lists.freedesktop. |pig...@lists.freedesktop.or
                   |org                         |g
            Product|Mesa                        |piglit
         QA Contact|                            |pig...@lists.freedesktop.or
                   |                            |g

--- Comment #3 from Chris Wilson <ch...@chris-wilson.co.uk> ---
Actually it is a bug in the test:

diff --git a/tests/spec/glx_mesa_query_renderer/coverage.c
b/tests/spec/glx_mesa_query_renderer/coverage.c
index b55be16..0d36f4c 100644
--- a/tests/spec/glx_mesa_query_renderer/coverage.c
+++ b/tests/spec/glx_mesa_query_renderer/coverage.c
@@ -257,7 +257,7 @@ int main(int argc, char **argv)
        win = piglit_get_glx_window_unmapped(dpy, visinfo);
        glxWin = glXCreateWindow(dpy, fbconfig, win, NULL);

-       ctx = glXCreateNewContext(dpy, fbconfig, GLX_RGBA, NULL, True);
+       ctx = glXCreateNewContext(dpy, fbconfig, GLX_RGBA_TYPE, NULL, True);
        if (ctx == NULL) {
                fprintf(stderr, "Unable to create OpenGL context!\n");
                piglit_report_result(PIGLIT_FAIL);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to