[Webkit-unassigned] [Bug 31517] Bring WebGL support to Gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 20:21:12 PDT 2010


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





--- Comment #4 from Cedric Vivier <cedricv at neonux.com>  2010-03-25 20:21:12 PST ---
I think the GTK port should not link to libGL but use a dynamic
dlopen/dlsym-based approach like what the QT port is doing.

It probable make sense to use QT approach in base GraphicsContext3D since it
can be shared among ports (Gtk/Qt/Chromium/Win/...) that cannot link to libGL
(only Mac port can link libGL for sure afaik) ; only port-specific
initialization stuff should be required in the ports, makes WebGL easier to
test and less probability of behavior differences between ports (wrt to
arguments checking etc).

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