[Webkit-unassigned] [Bug 32002] New: Bug in custom JS bindings for texImage2D and texSubImage2D

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 16:16:19 PST 2009


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

           Summary: Bug in custom JS bindings for texImage2D and
                    texSubImage2D
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: oliver at apple.com, brettw at chromium.org,
                    cmarrin at apple.com, rlp at google.com,
                    petersont at google.com


I happened to notice via code inspection that the flipY and premultiplyAlpha
boolean values are being set from the same incoming argument in the custom JS
bindings for texImage2D and texSubImage2D. The errors are around lines 377-378
and 413-414 in WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp. I'm not
sure whether GraphicsContext3DMac.cpp is supposed to handle the flipY argument
properly yet, but if it is then this is probably why it isn't taking effect.

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