WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
44367
[Qt] Accelerated Compositing is off by default even ACCELERATED_COMPOSITING flag is set
https://bugs.webkit.org/show_bug.cgi?id=44367
Summary
[Qt] Accelerated Compositing is off by default even ACCELERATED_COMPOSITING f...
Dan
Reported
2010-08-20 15:52:29 PDT
Qt Webkit port of trunk
r64996
running test cases using "WebKitTools\scripts\run-launcher" on Windows QWebPageClient's implementation of allowsAcceleratedCompositing returns false even though ACCELERATED_COMPOSITING flag is defined. The result is RenderLayerCompositor is not creating RenderLayerBacking for the layer with transition or animation style set.
Attachments
Add attachment
proposed patch, testcase, etc.
Dan
Comment 1
2010-08-23 10:05:07 PDT
Ok, the reason for QtTestBrowser not to use accelerated composition is that it has to run with "-graphicsbased" flag but by default "run-launcher" does not specify it even when compiled with ACCELERATED_COMPOSITING flag. So the issue is rather with QtTestBrowser or lack of documentation on accelerated composition. QtTestBrowser could change this pure run-time verification if (args.contains("-graphicsbased")) windowOptions.useGraphicsView = true; to be based on compile time flag ACCELERATED_COMPOSITING. Thanks.
Benjamin Poulain
Comment 2
2011-01-14 11:49:32 PST
Please follow this to report bugs on QtWebKit:
http://trac.webkit.org/wiki/QtWebKitBugs
Closing as invalid, just a missunderstanding about accelerated compositing.
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