[Webkit-unassigned] [Bug 115721] New: Always use EGL to create the GL context when running on Wayland

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 7 03:59:03 PDT 2013


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

           Summary: Always use EGL to create the GL context when running
                    on Wayland
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: itoral at igalia.com


When USE(GLX) is set, GLContext will attempt to create the GL context using GLX before trying EGL. This is problematic at least in the case where a Wayland compositor is running inside X, as in this case both GLX and EGL may be available and GLContext will use GLX.

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