RESOLVED FIXED 79452
[EFL] Implementation of GraphicsContext3D for EFL port
https://bugs.webkit.org/show_bug.cgi?id=79452
Summary [EFL] Implementation of GraphicsContext3D for EFL port
Hyowon Kim
Reported 2012-02-23 23:48:00 PST
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).
Attachments
Patch (32.99 KB, patch)
2012-02-24 00:39 PST, Hyowon Kim
no flags
Patch (33.44 KB, patch)
2012-02-24 00:42 PST, Hyowon Kim
no flags
Patch (4.81 KB, patch)
2012-09-26 08:29 PDT, Kenneth Rohde Christiansen
no flags
Hyowon Kim
Comment 1 2012-02-24 00:39:57 PST
Hyowon Kim
Comment 2 2012-02-24 00:42:08 PST
WebKit Review Bot
Comment 3 2012-02-26 17:11:34 PST
Comment on attachment 128679 [details] Patch Clearing flags on attachment: 128679 Committed r108938: <http://trac.webkit.org/changeset/108938>
WebKit Review Bot
Comment 4 2012-02-26 17:11:38 PST
All reviewed patches have been landed. Closing bug.
Kenneth Rohde Christiansen
Comment 5 2012-09-26 08:29:00 PDT
Reopening to attach new patch.
Kenneth Rohde Christiansen
Comment 6 2012-09-26 08:29:06 PDT
Kenneth Rohde Christiansen
Comment 7 2012-09-26 08:33:41 PDT
I added to the wrong bug sorry...
Note You need to log in before you can comment on or make changes to this bug.