Changes between Version 7 and Version 8 of QtWebKitForQt5


Ignore:
Timestamp:
Jun 6, 2011 1:32:59 AM (13 years ago)
Author:
Simon Hausmann
Comment:

Refine the FBO approach

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v7 v8  
    3939
    4040We need to determine the best way to integrate tiling / AC with the Qt scene graph. An initial pragmatic solution
    41 would be to render the tiles and AC layers into an FBO first.
     41would be to port the tiling to the scene graph directly and render the AC layers into an intermediate FBO.
    4242
    4343Another option would be to separate scene graph rendering from WebKit by rendering WebKit2 with raw OpenGL through