[cairo-bugs] [Bug 11529] Performance of cairo is not good without XRender extension
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jul 10 18:08:41 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=11529
brian.cameron at sun.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brian.cameron at sun.com
------- Comment #4 from brian.cameron at sun.com 2007-07-10 18:08 PST -------
One thing we noticed in looking into this is when Xrender is not used, cairo is
really bad about not caching GraphicContexts. When Xrender is present, it
seems to nicely cache them, but when it goes into the fallback logic it always
creates new graphics contexts over and over. This might be an improvement
opportunity that wouldn't be too difficult to fix. Just a comment, even though
I see this bug is already closed.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list