Changes between Version 2 and Version 3 of QtWebKitWebGL
- Timestamp:
- Jun 8, 2010, 1:30:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitWebGL
v2 v3 1 1 '''Overview''' 2 2 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.03 * 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 6 6 7 7 '''Doing a build with WebGL enabled''' … … 15 15 '''Trying out WebGL implementation''' 16 16 17 * Enable QGraphicsView and accelerated compositing18 * 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=3777217 * 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 20 20 21 21 '''Maemo/N900/OpenGL ES 2.0 support'''