WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
112150
[GTK] Add rendering of texture mapper backing store tiles using cairo-gl
https://bugs.webkit.org/show_bug.cgi?id=112150
Summary
[GTK] Add rendering of texture mapper backing store tiles using cairo-gl
Anton Obzhirov
Reported
2013-03-12 07:18:40 PDT
Created
attachment 192732
[details]
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.
Attachments
WIP patch
(16.97 KB, patch)
2013-03-12 07:18 PDT
,
Anton Obzhirov
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mario Sanchez Prada
Comment 1
2013-03-12 07:20:34 PDT
This depends on the cairo-gl work
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug