Closed
Bug 761201
Opened 12 years ago
Closed 12 years ago
[Skia] Drawing an RGB565 bitmap to another RGB565 bitmap is slow
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: gw280, Assigned: gw280)
Details
Attachments
(1 file)
1.42 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
We fail to trigger a fast path in Skia if we draw from RGB565 to RGB565 with kSrc_Mode set for the xfermode. If we use kSrcOver_Mode it does trigger the fast path, and these two xfermodes are identical on RGB565 as it's opaque.
Filed bug upstream at http://code.google.com/p/skia/issues/detail?id=628
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #629831 -
Flags: review?(jmuizelaar)
Updated•12 years ago
|
Attachment #629831 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Target Milestone: --- → mozilla16
Comment 3•12 years ago
|
||
Assignee: nobody → gwright
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•