[Webkit-unassigned] [Bug 195742] New: [WPE] Confusing messages in stderr when surfaceless context is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 05:16:52 PDT 2019


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

            Bug ID: 195742
           Summary: [WPE] Confusing messages in stderr when surfaceless
                    context is not supported
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

Cannot create EGL surfaceless context: missing EGL_KHR_surfaceless_{context,opengl} extension.
Cannot create EGL WPE context: EGL_SUCCESS

It seems like there's anything wrong, while there isn't. It's also confusing an error message where the error is EGL_SUCCESS. I think we should not show those messages at all, not suporting surfaceless contexts is not an error and it's correctly handled. Failing to get a native window handle from render backend offscreen egl target is not an error either, since most of the backend don't implement the interface (they actually have an empty implementation).

-- 
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/20190314/7e0e74ce/attachment.html>


More information about the webkit-unassigned mailing list