On Wednesday 20 February 2013, haithem rahmani wrote:
> Hi,
> 
> Looking at the file
> http://trac.webkit.org/browser/trunk/Tools/qmake/mkspecs/features/features.
> pri, I noticed that the ENABLE_ACCELERATED_2D_CANVAS is set to 0
> 
> what does that flag actually do? does it enable/disable some HTML5
> features, accelerated compositing maybe?
> 
> can I enable it?
> 
It is meant to enable accelerations on the canvas, which is another way of 
saying using OpenGL to render on canvas elements. We are currently lacking the 
backend parts to do that, which is why it is disabled.

`Allan
_______________________________________________
webkit-qt mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-qt

Reply via email to