Bug 83514 - [chromium] Defer texture id allocation for copies until the actual copy executes
Summary: [chromium] Defer texture id allocation for copies until the actual copy executes
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: 83530
  Show dependency treegraph
 
Reported: 2012-04-09 15:25 PDT by James Robinson
Modified: 2012-04-10 11:18 PDT (History)
5 users (show)

See Also:


Attachments
Patch (26.17 KB, patch)
2012-04-09 15:26 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-04-09 15:25:22 PDT
[chromium] Defer texture id allocation for copies until the actual copy executes
Comment 1 James Robinson 2012-04-09 15:26:35 PDT
Created attachment 136316 [details]
Patch
Comment 2 James Robinson 2012-04-09 15:27:22 PDT
This is a prereq for removing LayerChromium::updateCompositorResources(), which I'll do in a separate patch (since it's biggish).
Comment 3 Adrienne Walker 2012-04-10 09:57:01 PDT
Comment on attachment 136316 [details]
Patch

Nice.  R=me.
Comment 4 James Robinson 2012-04-10 11:18:03 PDT
Committed r113740: <http://trac.webkit.org/changeset/113740>