Bug 40320 - Remove obsolete texImage2D and texSubImage2D entry points
Summary: Remove obsolete texImage2D and texSubImage2D entry points
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on: 40318
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-08 12:04 PDT by Kenneth Russell
Modified: 2010-08-11 15:55 PDT (History)
5 users (show)

See Also:


Attachments
Patch (20.41 KB, patch)
2010-08-11 11:50 PDT, Kenneth Russell
dglazkov: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>