[Webkit-unassigned] [Bug 65115] New: glActiveTexture(0) is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 25 08:52:31 PDT 2011


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

           Summary: glActiveTexture(0) is invalid
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rectalogic at rectalogic.com


platform/graphics/opengl/GraphicsContext3DOpenGL.cpp prepareTexture() calls glActiveTexture(0) which is invalid and results in GL error GL_INVALID_ENUM.

Originally fixed in bug 64878, but extracted to here because it's orthogonal to that bug.

-- 
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