[Webkit-unassigned] [Bug 56339] New: [Qt] WebGL content not shown when accelerated compositing is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 14:46:21 PDT 2011


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

           Summary: [Qt] WebGL content not shown when accelerated
                    compositing is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jarkko.j.sakkinen at gmail.com
                CC: jarkko.j.sakkinen at gmail.com


Before, the class GraphicsLayer had functions:

    virtual void setContentsToGraphicsContext3D(const GraphicsContext3D*);
    virtual void setGraphicsContext3DNeedsDisplay();

Now these are gone and a new function have been added:

    virtual void setContentsToCanvas(PlatformLayer*);

This causes a problem because PlatformLayer is defined as QGraphicsObject. This gives no way to acquire FBO texture of GraphicsContext3D.

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