[Webkit-unassigned] [Bug 249125] [GTK] WebGL not availalbe
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 03:02:06 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249125
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cgarcia at igalia.com
--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Ok, we need to figure out why ANGLE fails to to initialize EGL, because GLContextEGL is not failing. First I would check the error generated by mFnPtrs->initializePtr in FunctionsEGL::initialize(). That can fail with EGL_BAD_DISPLAY or EGL_NOT_INITIALIZED. I would also check where we are creating the context, it could be either GraphicsContextGLGBM::platformInitializeContext() or GraphicsContextGLFallback::platformInitializeContext() although EGL is initialized with the default display and the same parameters in both cases.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221221/2b96eef3/attachment.htm>
More information about the webkit-unassigned
mailing list