[Webkit-unassigned] [Bug 62969] [WK2][Qt] Move from QGraphicsView to Qt Scene Graph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 02:51:59 PDT 2011


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





--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2011-06-20 02:51:59 PST ---
Created an attachment (id=97771)
 --> (https://bugs.webkit.org/attachment.cgi?id=97771&action=review)
Simple patch to illustrate scene graph port

This is a simple patch (500 loc) that is work in progress that illustrates the porting path to the scene graph, initially based on the FBO based painted item.

It requires QML_NO_THREADED_RENDERER=1: paint() is otherwise called from the rendering thread, which will start a timer that was constructed in the gui thread. That's not possible. I think the NO_THREADED_RENDERER workaround is fine since we anyway want to move away from PaintedItem and position the tiles in the scene
graph ourselves. If the node updates can only be done from the rendering thread, then we need to find another solution for the timer problem...

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