[Webkit-unassigned] [Bug 147695] New: [EFL] Fix possible EGL current problem of GLPlatformContext and GLPlatformSurface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 14:52:06 PDT 2015


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

            Bug ID: 147695
           Summary: [EFL] Fix possible EGL current problem of
                    GLPlatformContext and GLPlatformSurface
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hur.ims at navercorp.com

GLPLatformContext::makeCurrent is implemented to do no-op when it thinks there is no changes, which compares with a static storage variable, m_currentContext.
This can lead to not-working makeCurrent when other part of codes or third party library, e.g., Cairo-gl, directly change gl current context by calling something like eglMakeCurrent.

-- 
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/20150805/80593c4c/attachment-0001.html>


More information about the webkit-unassigned mailing list