RESOLVED FIXED 63404
[GTK] Allow to build WebKitGtk+ with accelerated compositing
https://bugs.webkit.org/show_bug.cgi?id=63404
Summary [GTK] Allow to build WebKitGtk+ with accelerated compositing
Joone Hur
Reported 2011-06-26 10:14:47 PDT
WebKitGtk+ needs to implement accelerated compositing for running CSS3 3D transforms and animation through GPU acceleration. First, we need to build WebKitGtk+ with accelerated composting by default although it wouldn't work.
Attachments
Proposed Patch (11.23 KB, patch)
2011-06-26 18:37 PDT, Joone Hur
mrobinson: review-
Proposed Patch2 (10.07 KB, patch)
2011-06-28 01:02 PDT, Joone Hur
no flags
Joone Hur
Comment 1 2011-06-26 18:37:55 PDT
Created attachment 98652 [details] Proposed Patch
Martin Robinson
Comment 2 2011-06-27 09:17:50 PDT
Comment on attachment 98652 [details] Proposed Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98652&action=review > Source/JavaScriptCore/wtf/Platform.h:1138 > +#if PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(QT) || (PLATFORM(WIN) && !OS(WINCE) &&!defined(WIN_CAIRO)) || PLATFORM(EFL) || PLATFORM(GTK) I don't think we should turn it on by default until it's implemented. The other parts of this change look good.
Joone Hur
Comment 3 2011-06-28 01:02:22 PDT
Created attachment 98877 [details] Proposed Patch2 I've updated the patch. Thanks, Martin.
WebKit Review Bot
Comment 4 2011-06-28 09:28:02 PDT
Comment on attachment 98877 [details] Proposed Patch2 Clearing flags on attachment: 98877 Committed r89937: <http://trac.webkit.org/changeset/89937>
WebKit Review Bot
Comment 5 2011-06-28 09:28:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.