[Mesa-dev] [Bug 53361] Commit of Mesa broke Wayland's weston on some graphics cards

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 10 19:12:50 PDT 2012


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

--- Comment #1 from Darxus <darxus at chaosreigns.com> 2012-08-11 02:12:50 UTC ---
The weston code that's failing is:

#ifdef HAVE_CAIRO_EGL
    d->argb_device = cairo_egl_device_create(d->dpy, d->argb_ctx);
    if (cairo_device_status(d->argb_device) != CAIRO_STATUS_SUCCESS) {
        fprintf(stderr, "failed to get cairo egl argb device\n");
        return -1;
    }
#endif

- http://cgit.freedesktop.org/wayland/weston/tree/clients/window.c

So a workaround is to rebuild cairo without --enable-gl.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list