[Webkit-unassigned] [Bug 118244] New: [Qt] Avoid creating a QWindow for offscreen GraphicsContext3D

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 07:00:13 PDT 2013


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

           Summary: [Qt] Avoid creating a QWindow for offscreen
                    GraphicsContext3D
           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: allan.jensen at digia.com


With Qt 5.0 we had to create a QWindow inorder to make a QOpenGLContext current. In Qt 5.1 we have the option of using a QOffscreenSurface instead. On platforms like X11 the results will be the same, but on OpenGL based platforms the QOffscreenSurface will use a pbuffer.

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