[Webkit-unassigned] [Bug 61460] New: Add 'noExtensions' option to Web/GraphicsContext3D attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 12:27:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61460

           Summary: Add 'noExtensions' option to Web/GraphicsContext3D
                    attributes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gman at google.com
                CC: kbr at google.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list