Bug 66516

Summary: Add shareResources flag to 3D graphics context attributes
Product: WebKit Reporter: Al <apatrick>
Component: WebKit APIAssignee: Al <apatrick>
Status: RESOLVED FIXED    
Severity: Normal CC: jamesr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch 1 none

Al
Reported 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.
Attachments
Patch 1 (5.34 KB, patch)
2011-08-18 18:01 PDT, Al
no flags
Al
Comment 1 2011-08-18 18:01:06 PDT
James Robinson
Comment 2 2011-08-18 20:27:08 PDT
Comment on attachment 104430 [details] Patch 1 LGTM
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2011-08-23 12:31:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.