[cairo-bugs] [Bug 38918] Assertion failure in GIMP with cairo --enable-xlib-xcb

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 2 12:10:11 PDT 2011


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

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> 2011-07-02 12:10:08 PDT ---
On the face of it, that's actually indicative of a bug in GIMP. It is either
using cairo_surface_mark_dirty() when there is no need (it is not bypassing
cairo and touching the surface directly), or it is bypassing cairo and has not
called cairo_surface_flush().

The alternative, is of course, that the xlib-xcb hookup is not complete and the
flush is not being propagated to the xcb surface...

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


More information about the cairo-bugs mailing list