Closed
Bug 911393
Opened 11 years ago
Closed 11 years ago
Image drawing performance regressed with Cairo Win32 Moz2D
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
Details
Attachments
(1 file)
3.43 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
In Moz2D the default extend mode is PAD instead of NONE. This causes the cairo win32 backend to frequently needlessly take fallback paths.
Attachment #798078 -
Flags: review?(jmuizelaar)
Comment 1•11 years ago
|
||
Comment on attachment 798078 [details] [diff] [review]
Do not fallback for EXTEND_PAD when not needed.
Review of attachment 798078 [details] [diff] [review]:
-----------------------------------------------------------------
Make sure to include the cairo patch
Attachment #798078 -
Flags: review?(jmuizelaar) → review+
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/25ee493a6e17 so I could get at bug 740200 to back it out.
Comment 4•11 years ago
|
||
Backed out again in https://hg.mozilla.org/integration/mozilla-inbound/rev/1f6d48465290
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•