[Webkit-unassigned] [Bug 58053] Investigate using surface sharing to speed up accelerated compositing in WebKit2 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 20:24:13 PDT 2012


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





--- Comment #3 from Adam Roben (:aroben) <aroben at webkit.org>  2012-07-05 20:24:13 PST ---
(In reply to comment #0)
> Accelerated compositing in WebKit2 on Windows currently reads every rendered frame back into system memory before sending it over to the UI process. This is quite inefficient.

This is no longer accurate. There is no now readback into system memory. The web process creates an HWND and renders directly into it using Direct3D.

It is possible that surface sharing would still provide some benefits. Having the web process create an HWND gives us a cross-process window hierarchy, which is susceptible to deadlocks due to synchronous window messages sent by Windows from the UI process to the web process. Maybe surface sharing would allow us to get rid of the cross-process window hierarchy, which might in turn allow us to simplify some of our code.

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