[Webkit-unassigned] [Bug 90506] New: Shared code that is guarded with ENABLE(WEBGL) should be guarded with USE()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 16:31:56 PDT 2012


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

           Summary: Shared code that is guarded with ENABLE(WEBGL) should
                    be guarded with USE()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com
                CC: vestbo at webkit.org, mrobinson at webkit.org


Some code like GraphicsContext3D is used outside of WebGL, e.g. for accelerated canvas and TextureMapper.
It should be guarded with a USE flag, maybe USE(GRAPHICS_CONTEXT_3D), and be turned on when any of the features requiring it is enabled.

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