Changes between Version 3 and Version 4 of QtWebKitForQt5


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

More cleanups

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v3 v4  
    6363For an efficient WebGL implementation we could either
    6464
    65    1) Use OpenGL directly in the web process, render into an FBO and implement cross-process texture sharing for AC
     65   a) Use OpenGL directly in the web process, render into an FBO and implement cross-process texture sharing for AC
    6666
    6767or
    6868
    69    2) Serialize the OpenGL commands and execute them on the UI process side
     69   b) Serialize the OpenGL commands and execute them on the UI process side
    7070
    71 Some research is needed here, but option 1) would have the additional benefit of also simplifying the video implementation
    72 due to the texture sharing.
     71Some research is needed here, but option a) would have the additional benefit of also simplifying the video implementation
     72due to the required texture sharing.
    7373
    7474=== Video ===