[webkit-dev] Reg. Accelerated Composition for cairo based webkit

Brent Fulgham bfulgham at gmail.com
Thu Dec 22 09:24:46 PST 2011


Hi,

On Thu, Dec 22, 2011 at 1:26 AM, Vicky Tux <ssseintr2 at gmail.com> wrote:
> Is there any possibilities to enable accelerated composition on cairo based
> webkit without opengl, openvg,CG..?

I believe the GTK+ based WebKit already has accelerated composition in
place, based on OpenGL.  The WinCairo port does not currently support
accelerated composition, though I've been working on this off-and-on
for some time.

The main holdup is decent compositing support. We could take advantage
of the compositing routines built into Vista/Windows7 and beyond, but
our current restriction to Visual Studio 2005 and the related
libraries means these features are not available.

-Brent


More information about the webkit-dev mailing list