[cairo-bugs] [Bug 32014] GTK programs in cairo 1.10 are sluggish over NX

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 25 13:58:52 PDT 2014


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

--- Comment #9 from Eric <eric.sirianni at gmail.com> ---
I'm having trouble applying this patch to libcairo2 version 1.13.0 from Ubuntu
14.04

Doing some tracing, it looks like display->buggy_repeat is accessed by the
function:

cairo_bool_t
_cairo_xlib_display_has_repeat (cairo_device_t *device)
{
    return ! ((cairo_xlib_display_t *) device)->buggy_repeat;
}

However, I don't see that function called anywhere else in the code.

I'm still observing slowness for GTK programs using NX (both nx2go and
NoMachine).

Could anyone comment on the proper patch for libcairo2 version 1.13.0?

I'm also having trouble locating the callers of
_recategorize_composite_operation.  Perhaps I have an incomplete source tree?
$ find -type f | xargs grep recategorize_composite
./cairo-xlib-render-compositor.c:    operation =
_recategorize_composite_operation (dst, op, src, &src_attr,
./cairo-xlib-render-compositor.c:    operation =
_recategorize_composite_operation (dst, op, src,

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20140725/55fd2d25/attachment.html>


More information about the cairo-bugs mailing list