Bug 61460

Summary: Add 'noExtensions' option to Web/GraphicsContext3D attributes
Product: WebKit Reporter: Gregg Tavares <gman>
Component: PlatformAssignee: Gregg Tavares <gman>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Gregg Tavares 2011-05-25 12:27:32 PDT
noExtensions requests that it would like the underlying system to turn off as many extensions as it can.

Like depth, stencil and antialias this is a hint, not a requirement.

WebGL sets this to true hoping that the underlying OpenGL ES implementation can turn off things like OES_texture_npot thereby not requiring WebGL to enforce it itself. Of course WebGL still has to check the extension as turned off
Comment 1 Gregg Tavares 2011-05-25 12:37:53 PDT
Created attachment 94837 [details]
Patch
Comment 2 Kenneth Russell 2011-05-25 12:47:34 PDT
Comment on attachment 94837 [details]
Patch

Sounds fine.
Comment 3 WebKit Commit Bot 2011-05-25 20:32:18 PDT
Comment on attachment 94837 [details]
Patch

Clearing flags on attachment: 94837

Committed r87353: <http://trac.webkit.org/changeset/87353>
Comment 4 WebKit Commit Bot 2011-05-25 20:32:22 PDT
All reviewed patches have been landed.  Closing bug.