[webkit-dev] parallel painting

Zoltan Herczeg zherczeg at inf.u-szeged.hu
Sat Apr 3 22:32:54 PDT 2010


Hi,

I am working on a parallel painting feature for WebKit (bug id: 36883).
Basically it records the painting commands on the main thread, and replay
them on a painting thread. The gain would be that the recording operation
is cheap. Currently it is Qt specific, but I could make it more platform
independent if other ports are interested.

Zoltan




More information about the webkit-dev mailing list