X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=ChangeLog;h=fa72600128656753e791aaec0aef296018b2a75c;hp=d9b256dec4c0f6c79a4689c246b0344308d9376d;hb=64fe0dffac6ccde9eed2de5e8b8d65cb61bd5bf1;hpb=d49e8a33a2248845b3426419a15c5a2fd356fcae diff --git a/ChangeLog b/ChangeLog index d9b256d..fa72600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-06-08 Martin Robinson + + [GTK] build accelerated compositing on by default if OpenGL is present + https://bugs.webkit.org/show_bug.cgi?id=88677 + + Reviewed by Alejandro G. Castro. + + Build accelerated compositing by default if OpenGL is present, just like WebGL. + Also prevent enabling WebGL if Clutter is turned on. + + * configure.ac: Build AC by default. + 2012-06-08 Carlos Garcia Campos [GTK] Add API to get the library version to WebKit2 GTK+