Changes between Version 2 and Version 3 of QtWebKitForQt5


Ignore:
Timestamp:
May 31, 2011 1:49:19 AM (13 years ago)
Author:
Simon Hausmann
Comment:

AC wording cleanup

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v2 v3  
    3434=== WebKit2, Scene Graph, Tiling and Accelerated Compositing ===
    3535
    36 The QML WebView should support tiling and AC out of the box and AC should not be anymore an afterthought
    37 "on top of tiling" but we should be in a permanent state of accelerated compositing. Layers should support
    38 tiling and the root tile set should just be a layer, to avoid expensive switching between AC and non-AC mode.
     36The QML WebView should support tiling and AC out of the box. AC should not be an afterthought anymore "on top of tiling".
     37We should be in a permanent state of accelerated composition and avoid expensive switches between AC and non-AC mode. Layers
     38should support tiling and the root tile set should just be a layer.
    3939
    4040We need to determine the best way to integrate tiling / AC with the Qt scene graph. An initial pragmatic solution