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

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


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53162|0                           |1
        is obsolete|                            |
  Attachment #53162|review?                     |
               Flag|                            |
  Attachment #53242|                            |review?
               Flag|                            |




--- Comment #8 from Zoltan Herczeg <zherczeg at webkit.org>  2010-04-13 06:59:10 PST ---
Created an attachment (id=53242)
 --> (https://bugs.webkit.org/attachment.cgi?id=53242)
fifth patch

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?

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