[Webkit-unassigned] [Bug 36883] Generic parallel painting in WebKit with Qt backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 23:12:02 PDT 2010


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





--- Comment #21 from Zoltan Herczeg <zherczeg at webkit.org>  2010-06-17 23:12:01 PST ---
Now, that WebKit 2 Qt work started, there is a new, interesting opportunity for parallel painting. Its primary purpose is redirecting the paint events to some other thread. The WebKit 2 has a thread model, which is not yet supported by the Qt implementation because of QPixmap. Using parallel painting, we could redirect the painting events to the main thread, where we could use these QPixmaps without restrictions. What is your opinion?

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