[webkit-dev] Implement Deferred Rendering in WebKitGTK+

Benjamin Poulain benjamin at webkit.org
Fri May 24 11:36:22 PDT 2013


On Fri, May 24, 2013 at 2:43 AM, Jae Hyun Park <jae.park at company100.net>wrote:

> Our team is planning on upstreaming Deferred Rendering in GTK+ port.
>
> Deferred Rendering is a parallelization technique to perform rasterization
> on a dedicated thread to improve performance.
>
> We have published our design document in the link below:
>
> https://docs.google.com/document/d/1K4q7KtPzsm6c7qUnHqW0NtAv7uItxgs35QZJvHsfLjY/pub
>
> We have also created meta bug in WebKit bugzilla.
> https://bugs.webkit.org/show_bug.cgi?id=116713
>
> Any comments/concerns are appreciated.
>

A few questions:

What kind of modifications are needed for your implementation?
Since you do that on top of a rasterizer instead of inside the rasterizer,
how do you deal with Images, Canvas, etc?

Benjamin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130524/106350a5/attachment.html>


More information about the webkit-dev mailing list