Bug 43114

Summary: [Qt] putImageData(): Combine premultiplication and BGR->RGB
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: QtWebKit Unassigned <webkit-qt-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Performance, Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

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.