[Webkit-unassigned] [Bug 107695] New: [Qt][WebGL] regression(139725) Execution flow never reaches server side part in GraphicsSurface::platformSwapBuffers()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 08:00:28 PST 2013


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

           Summary: [Qt][WebGL] regression(139725) Execution flow never
                    reaches server side part in
                    GraphicsSurface::platformSwapBuffers()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ostap73 at gmail.com


This change is not right:
-    if (m_private->isReceiver()) {
+    if (m_private->isReceiver() && platformGetTextureID()) {

platformTextureID() creates texture and always returns it, so making server side code unreachable.

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