[Webkit-unassigned] [Bug 161599] [GTK] GLES2 + WAYLAND does not render pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 21:29:20 PDT 2016


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

--- Comment #12 from memeka <mihailescu2m at gmail.com> ---
Just to add some more details about the error:

The error comes from Source/WebCore/platform/graphics/PlatformDisplay.cpp - initializeEGLDisplay()

The code path goes through the correct chain of functions from what I can tell, it is using the WaylandPlatform code, and it is the eglInitialize function that fails although m_eglDisplay is not EGL_NO_DISPLAY.

I know eglInitialize is platform specific, however it's the 3rd eglDisplay that gets initialized where this issue occurs; the first 2 are initialized successfully and added to the eglDisplays list.
Any idea why it fails the 3rd time, and what are the previous 2 eglDisplays (that were initialized correctly) used for?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161028/5b00f741/attachment.html>


More information about the webkit-unassigned mailing list