Bug 40320

Summary: Remove obsolete texImage2D and texSubImage2D entry points
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: aa, cmarrin, dglazkov, oliver, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 40318    
Bug Blocks:    
Attachments:
Description Flags
Patch dglazkov: review+, kbr: commit-queue-

Description Kenneth Russell 2010-06-08 12:04:24 PDT
The texImage2D and texSubImage2D entry points taking the optional flipY and asPremultipliedAlpha arguments need to be removed. They are being left in place only for a short time to allow developers to switch over to the new APIs.

This bug depends on 40318.
Comment 1 Kenneth Russell 2010-08-11 11:50:07 PDT
Created attachment 64140 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2010-08-11 12:33:49 PDT
Comment on attachment 64140 [details]
Patch

great stuff!
Comment 3 Kenneth Russell 2010-08-11 15:44:34 PDT
Committed r65192: <http://trac.webkit.org/changeset/65192>
Comment 4 Aaron Boodman 2010-08-11 15:55:03 PDT
Committed r65193: <http://trac.webkit.org/changeset/65193>