RuidSiel / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Command buffer GL implementation does not support accelerated compositing #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set CefSettings.graphics_implementation to ANGLE_IN_PROCESS_COMMAND_BUFFER 
or DESKTOP_IN_PROCESS_COMMAND_BUFFER
2. Set CefBrowserSettings.accelerated_compositing_enabled to true.
3. Load an example that requires accelerated compositing like 
http://webkit.org/blog-files/3d-transforms/poster-circle.html

What is the expected output? What do you see instead?
The example should render correctly. Instead, it does not render the CSS as 3D.

This occurs with CEF revision 284 and Chromium revision 100584 and is a known 
limitation of WebGraphicsContext3DInProcessCommandBufferImpl.

Original issue reported on code.google.com by magreenb...@gmail.com on 10 Sep 2011 at 7:27

GoogleCodeExporter commented 9 years ago
I didn't see css 3d in the cefclient application

Original comment by force2...@gmail.com on 26 Dec 2011 at 3:16

GoogleCodeExporter commented 9 years ago
Marking this issue as WontFix. Use CEF3 instead.

Original comment by magreenb...@gmail.com on 8 Mar 2013 at 9:16