Bug 86259 - [chromium] Use WebGraphicsContext3D in rate limiting logic inside compositor
Summary: [chromium] Use WebGraphicsContext3D in rate limiting logic inside compositor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks: 86273
  Show dependency treegraph
 
Reported: 2012-05-11 15:29 PDT by James Robinson
Modified: 2012-06-11 16:12 PDT (History)
5 users (show)

See Also:


Attachments
Patch (12.10 KB, patch)
2012-05-11 15:32 PDT, James Robinson
no flags Details | Formatted Diff | Diff
Patch (10.58 KB, patch)
2012-06-07 16:48 PDT, James Robinson
enne: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-05-11 15:29:33 PDT
[chromium] Use WebGraphicsContext3D in rate limiting logic inside compositor
Comment 1 James Robinson 2012-05-11 15:32:25 PDT
Created attachment 141511 [details]
Patch
Comment 2 James Robinson 2012-05-11 16:52:27 PDT
FYI https://bugs.webkit.org/show_bug.cgi?id=86273 is the next step in the progression.  I'll do the same thing for canvas 2d once https://bugs.webkit.org/show_bug.cgi?id=86050 lands.  At that point there won't be anything using TextureLayerChromium directly except for the implementation of WebExternalTextureLayer.
Comment 3 James Robinson 2012-06-07 16:48:09 PDT
Created attachment 146416 [details]
Patch
Comment 4 James Robinson 2012-06-07 16:48:31 PDT
Rebased to ToT.
Comment 5 Adrienne Walker 2012-06-11 15:16:09 PDT
Comment on attachment 146416 [details]
Patch

R=me.
Comment 6 James Robinson 2012-06-11 16:12:39 PDT
Committed r120016: <http://trac.webkit.org/changeset/120016>