[webkit-reviews] review canceled: [Bug 36883] Generic parallel painting in WebKit with Qt backend : [Attachment 53162] fourth patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 06:59:10 PDT 2010


Zoltan Herczeg <zherczeg at webkit.org> has canceled Zoltan Herczeg
<zherczeg at webkit.org>'s request for review:
Bug 36883: Generic parallel painting in WebKit with Qt backend
https://bugs.webkit.org/show_bug.cgi?id=36883

Attachment 53162: fourth patch
https://bugs.webkit.org/attachment.cgi?id=53162&action=review

------- Additional Comments from Zoltan Herczeg <zherczeg at webkit.org>
Ok, now the patch working nicely now. Many web pages can be rendered now, and
Qt doing antialias on QImages, so the pages are nice. There are still missing
GraphicsContext features though, I will finish them soon.

Unfortunately the RenderThemeQt puts QPixmaps to the QPicture, and it cannot be
replayed on the thread. Do you have any idea to avoid these QPixmaps?

We can also experiment with differnt setups, like put the WebKit into a thread,
and do all drawings in the gui thread, or something different. Anyway, is it
really imposible to use QPixmaps in a thread? Is there a workaround for them?
Creating multiple QApplication-s or something?


More information about the webkit-reviews mailing list