[Webkit-unassigned] [Bug 79452] New: [EFL] Implementation of GraphicsContext3D for EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 23:48:00 PST 2012


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

           Summary: [EFL] Implementation of GraphicsContext3D for EFL port
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hw1008.kim at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Evas_GL is used to do OpenGL rendering on Evas, in which a structure 'Evas_GL_API' contains all the OpenGL functions.

GraphicsContext3D in EFL port should call OpenGL functions indirectly through the Evas_GL_API, and not use GraphicsContext3DOpenGL(Common).

So, we use the GraphicsContext3DPrivate to delegate all OpenGL function calls, and it will be implemented to use Evas_GL (bug 62961).

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