[Webkit-unassigned] [Bug 111859] [qt] Webkit fails to compile if EGL headers are not in default INCLUDEPATH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 09:25:28 PDT 2013


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





--- Comment #9 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-03-11 09:27:54 PST ---
(In reply to comment #6)
> Do wonder if it wouldn't be a better long term solution to add the EGL functions to opengl-shims as well, 
> so runtime detection of the presense of the library could be done.
> But think that's outside the scope of this bug report, so this will do.

I'm not an expert in this area, but to me it feels like the shims are wrapping APIs needing to go through getProcAddress to be resolved dynamically. All this to handle the various function availability differences given by the installed OpenGL library on the machine.

If all the EGL calls we need can be linked at compile time through normal library linking, I think that we should keep it that way as long as possible.

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