Closed
Bug 788794
Opened 11 years ago
Closed 11 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•11 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•11 years ago
|
OS: Mac OS X → Windows XP
Assignee | ||
Comment 1•11 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•11 years ago
|
||
To be specific this is a RGB24 source on to a ARGB32 destination.
Assignee | ||
Comment 3•11 years ago
|
||
This seems to fix the problem. I'll try to measure the improvement.
Assignee | ||
Updated•11 years ago
|
Whiteboard: [snappy]
Assignee | ||
Comment 4•11 years ago
|
||
It looks like an average improvement of about 23x. That should be fine.
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #659004 -
Attachment is obsolete: true
Attachment #659822 -
Flags: review?
Assignee | ||
Updated•11 years ago
|
Attachment #659822 -
Flags: review? → review?(nsilva)
Assignee | ||
Comment 6•11 years ago
|
||
The correct patch
Attachment #659822 -
Attachment is obsolete: true
Attachment #659822 -
Flags: review?(nsilva)
Attachment #660199 -
Flags: review?(nsilva)
Updated•11 years ago
|
Attachment #660199 -
Flags: review?(nsilva) → review+
Assignee | ||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a911e226d42
Assignee: nobody → jmuizelaar
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4a911e226d42
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•