Closed
Bug 788794
Opened 13 years ago
Closed 13 years ago
Final basic layers paint goes down cairo slow path on gdi
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
(Whiteboard: [snappy])
Attachments
(1 file, 2 obsolete files)
|
4.96 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
If you look at this profile you can see 36ms being spent doing this copy.
http://people.mozilla.com/~bgirard/cleopatra/?report=c14148bc43065cdfbe10b678cdd3c01ef195e2f6
Not sure why this is happening, but I somewhat suspect ExtendPad is to blame.
| Assignee | ||
Updated•13 years ago
|
Summary: Final basic layers paint goes down cairo slow path → Final basic layers paint goes down cairo slow path on gdi
| Assignee | ||
Updated•13 years ago
|
OS: Mac OS X → Windows XP
| Assignee | ||
Comment 1•13 years ago
|
||
Nope. Turns out we're drawing to a ARGB32 DC, on which we try to do a SOURCE operation which isn't supported.
| Assignee | ||
Comment 2•13 years ago
|
||
To be specific this is a RGB24 source on to a ARGB32 destination.
| Assignee | ||
Comment 3•13 years ago
|
||
This seems to fix the problem. I'll try to measure the improvement.
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [snappy]
| Assignee | ||
Comment 4•13 years ago
|
||
It looks like an average improvement of about 23x. That should be fine.
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #659004 -
Attachment is obsolete: true
Attachment #659822 -
Flags: review?
| Assignee | ||
Updated•13 years ago
|
Attachment #659822 -
Flags: review? → review?(nsilva)
| Assignee | ||
Comment 6•13 years ago
|
||
The correct patch
Attachment #659822 -
Attachment is obsolete: true
Attachment #659822 -
Flags: review?(nsilva)
Attachment #660199 -
Flags: review?(nsilva)
Updated•13 years ago
|
Attachment #660199 -
Flags: review?(nsilva) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
Assignee: nobody → jmuizelaar
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•