[Webkit-unassigned] [Bug 112150] New: [GTK] Add rendering of texture mapper backing store tiles using cairo-gl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 07:16:15 PDT 2013


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

           Summary: [GTK] Add rendering of texture mapper backing store
                    tiles using cairo-gl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: a.obzhirov at samsung.com
                CC: alex at igalia.com, mrobinson at webkit.org


Created an attachment (id=192732)
 --> (https://bugs.webkit.org/attachment.cgi?id=192732&action=review)
WIP patch

This is my first attempt to enable texture mapper backing store tiles rendering directly into GL textures
using cairo gl.

The idea is to use cairo gl backend to render graphics layers into GPU memory skipping rendering in software memory.
In force composting mode it would allow to render whole page in GPU memory.
In theory it should improve performance of page rendering and help the integration of cairo gl with WebKit GTK.

This is work in progress patch and I want to use it as a starting point for the discussion to find the best
approach possible.

In order to try the patch you should enable force compositing and webgl in Source/WebKit2/Shared/WebPreferencesStore.h.
Also you should apply Alex's 2D canvas patch first as I reuse some bits of it for this patch.

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