Bug 5289 - performance issue with images rendering
Summary: performance issue with images rendering
Status: RESOLVED DUPLICATE of bug 4320
Alias: None
Product: cairo
Classification: Unclassified
Component: xlib backend (show other bugs)
Version: 1.0.2
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 04:17 UTC by Sebastien Bacher
Modified: 2006-02-14 15:05 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Sebastien Bacher 2005-12-09 04:17:06 UTC
After upgrade xorg from 6.8.2 to 7.0rc3 on Ubuntu switching between workspaces
with GNOME is really slow (it takes like 1s to redraw the background).

As discussed on IRC setting "surface->buggy_repeat = TRUE" to
src/cairo-xlib-surface.c fixes the issue.

This file exposes the issue:
http://bugzilla.gnome.org/attachment.cgi?id=47915&action=view
(from http://bugzilla.gnome.org/show_bug.cgi?id=306216)

with a 252x252 pixmap resizing the window is smooth and fast, with a 253x253 one
it takes a lot of CPU and jump every 1-2s to go to the next position.
Comment 1 Adam Jackson 2006-02-15 10:05:36 UTC

*** This bug has been marked as a duplicate of 4320 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.