[Webkit-unassigned] [Bug 178719] New: [GTK] When using EGL, request an OpenGL core profile when possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 02:45:45 PDT 2017


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

            Bug ID: 178719
           Summary: [GTK] When using EGL, request an OpenGL core profile
                    when possible
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

When using GLX, we try to get an OpenGL 3.2 core profile when possible, and fall back to whatever is available if not. But we are not doing this with EGL, and we just use what EGL wants to give us. We need to implement the capability to request an OpenGL 3.2 core profile as well when possible with EGL as well.

>From that I read, the required EGL API for this is available since EGL 1.5 or EGL 1.4 if the extension EGL_KHR_create_context is available.

-- 
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/20171024/a7ac4273/attachment-0001.html>


More information about the webkit-unassigned mailing list