[Webkit-unassigned] [Bug 90567] New: Make GC3D and E3D more maintainable for GLES platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 09:42:35 PDT 2012


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

           Summary: Make GC3D and E3D more maintainable for GLES platforms
           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: jnetterfield at rim.com


The current structure of GraphicsContext3DOpenGL* and Extensions3DOpenGL makes improvements to GLES-specific code difficult.

Extensions3DOpenGL should be split into Extensions3DOpenGLCommon, Extensions3DOpenGLES, and Extensions3DOpenGL mirroring the structure of GC3D.

GraphicsContext3DOpenGLCommon should contain as much code as possible while limiting the amount of "#if"s

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