[Webkit-unassigned] [Bug 55072] Make OpenGL implementation of the GraphicsContext3D class shareable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 12:11:45 PST 2011


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





--- Comment #4 from Kenneth Russell <kbr at google.com>  2011-02-25 12:11:46 PST ---
(In reply to comment #3)
> I don't think I understand.  Why do you add all the core GL functions to Extension3DOpenGL?  They are already in GraphicsContext3D.  Extension3D is for extensions only.

These aren't all of the core OpenGL functions, but those which need to be looked up as extensions on some platforms.

The general approach seems OK to me. You'd want to comment the large block of functions indicating the reason they're there. You'll also need to make sure it builds and works on both Mac and Gtk.

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