Bug 61460 - Add 'noExtensions' option to Web/GraphicsContext3D attributes
Summary: Add 'noExtensions' option to Web/GraphicsContext3D attributes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Gregg Tavares
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-25 12:27 PDT by Gregg Tavares
Modified: 2011-05-25 20:32 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.32 KB, patch)
2011-05-25 12:37 PDT, Gregg Tavares
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.