Bug 43114 - [Qt] putImageData(): Combine premultiplication and BGR->RGB
Summary: [Qt] putImageData(): Combine premultiplication and BGR->RGB
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: QtWebKit Unassigned
URL:
Keywords: Performance, Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-07-28 05:07 PDT by Andreas Kling
Modified: 2010-07-28 05:55 PDT (History)
0 users

See Also:


Attachments
Proposed patch (2.15 KB, patch)
2010-07-28 05:11 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2010-07-28 05:07:58 PDT
Further optimize putImageData() by doing BGR->RGB inside the premultiplication routine.
Comment 1 Andreas Kling 2010-07-28 05:11:04 PDT
Created attachment 62813 [details]
Proposed patch
Comment 2 Kenneth Rohde Christiansen 2010-07-28 05:17:01 PDT
Comment on attachment 62813 [details]
Proposed patch

When will we get the asm version? :-)
Comment 3 Andreas Kling 2010-07-28 05:55:32 PDT
Comment on attachment 62813 [details]
Proposed patch

Clearing flags on attachment: 62813

Committed r64202: <http://trac.webkit.org/changeset/64202>
Comment 4 Andreas Kling 2010-07-28 05:55:41 PDT
All reviewed patches have been landed.  Closing bug.