Bug 66516 - Add shareResources flag to 3D graphics context attributes
Summary: Add shareResources flag to 3D graphics context attributes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Al
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 17:53 PDT by Al
Modified: 2011-08-23 12:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch 1 (5.34 KB, patch)
2011-08-18 18:01 PDT, Al
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Al 2011-08-18 17:53:44 PDT
This will allow 3D graphics context implementations to share resources like textures. Contexts with the shareResources flag set to true will be in the same resource namespace. For now, WebGL does not share resource, SharedGraphicsContext3D does and the context associated with the Chromium WebView does. There will be another patch downstream in Chromium to actually implement this.
Comment 1 Al 2011-08-18 18:01:06 PDT
Created attachment 104430 [details]
Patch 1
Comment 2 James Robinson 2011-08-18 20:27:08 PDT
Comment on attachment 104430 [details]
Patch 1

LGTM
Comment 3 WebKit Review Bot 2011-08-23 12:31:05 PDT
Comment on attachment 104430 [details]
Patch 1

Clearing flags on attachment: 104430

Committed r93625: <http://trac.webkit.org/changeset/93625>
Comment 4 WebKit Review Bot 2011-08-23 12:31:09 PDT
All reviewed patches have been landed.  Closing bug.