Closed
Bug 340880
Opened 19 years ago
Closed 18 years ago
Fix massive X11 cairo slowdown
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
3.35 KB,
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
I checked in a bug while updating cairo for linux that didn't show up in my first test, since I didn't retest with the "final" patch. This should fix the massive slowdown.
Assignee | ||
Comment 1•19 years ago
|
||
the group_device_offset_x/y params were being uninitialized, since I changed the get_group_target getter. They were adding junk, which was usually a small, but non-integer, double, which caused us to hit the slow paths.
Updated•19 years ago
|
Attachment #224918 -
Flags: review?(pavlov) → review+
Comment 2•18 years ago
|
||
As this bug has not been resolved, is there more work to be done? I'm certainly still suffering from massive X11 slowness in Minefield 20060817/Linux.
Assignee | ||
Comment 3•18 years ago
|
||
Not in this bug; I forgot to resolve this earlier.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•