Changes between Version 2 and Version 3 of QtWebKitWebGL


Ignore:
Timestamp:
Jun 8, 2010 1:30:56 AM (14 years ago)
Author:
jarkko.j.sakkinen@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitWebGL

    v2 v3  
    11'''Overview'''
    22
    3 * Code complete but needs good bug reports in order to be fine-tuned properly :)
    4 * Also fixes for those bugs are of course welcome.
    5 * Not yet officially supported in QtWebKit 2.0
     3 * Code complete but needs good bug reports in order to be fine-tuned properly :)
     4 * Also fixes for those bugs are of course welcome.
     5 * Not yet officially supported in QtWebKit 2.0
    66
    77'''Doing a build with WebGL enabled'''
     
    1515'''Trying out WebGL implementation'''
    1616
    17 * Enable QGraphicsView and accelerated compositing
    18 * For optimal performance enable QGLWidget viewport.
    19 * Currently WebGL support does not work without AC because this bug is still pending: https://bugs.webkit.org/show_bug.cgi?id=37772
     17 * Enable QGraphicsView and accelerated compositing
     18 * For optimal performance enable QGLWidget viewport.
     19 * Currently WebGL support does not work without AC because this bug is still pending: https://bugs.webkit.org/show_bug.cgi?id=37772
    2020
    2121'''Maemo/N900/OpenGL ES 2.0 support'''