Bug 60965

Summary: GraphicsContext3DSkia needs to honor the platform Sk_x_SHIFT value instead of assuming BGRA color
Product: WebKit Reporter: Grace Kloba <klobag>
Component: WebGLAssignee: Grace Kloba <klobag>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Grace Kloba 2011-05-17 09:27:31 PDT
Currently Skia version of GraphicsContext3D always uses BGRA8 format as source. It should check SK_x_SHIFT.
Comment 1 Grace Kloba 2011-05-17 09:32:41 PDT
Created attachment 93779 [details]
Patch
Comment 2 Kenneth Russell 2011-05-17 09:47:18 PDT
Comment on attachment 93779 [details]
Patch

Looks good. Thanks for taking care of this.
Comment 3 WebKit Commit Bot 2011-05-17 10:13:22 PDT
Comment on attachment 93779 [details]
Patch

Clearing flags on attachment: 93779

Committed r86679: <http://trac.webkit.org/changeset/86679>
Comment 4 WebKit Commit Bot 2011-05-17 10:13:26 PDT
All reviewed patches have been landed.  Closing bug.