Changes between Initial Version and Version 1 of QtWebKitWebGL


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

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitWebGL

    v1 v1  
     1'''Overview'''
     2
     3
     4
     5'''Doing a build with WebGL enabled'''
     6
     7Compile with {{{--3d-canvas}}}:
     8
     9{{{
     10WebKitTools/Scripts/build-webkit --qt --3d-canvas
     11}}}
     12
     13'''Trying out WebGL implementation'''
     14
     15* Enable QGraphicsView and accelerated compositing
     16* For optimal performance enable QGLWidget viewport.
     17* Currently WebGL support does not work without AC because this bug is still pending: https://bugs.webkit.org/show_bug.cgi?id=37772
     18
     19'''Maemo/N900/OpenGL ES 2.0 support'''
     20
     21There is one bug pending for this to happen: https://bugs.webkit.org/show_bug.cgi?id=38528. If there are still issues after this fix goes to upstream, bug reports are more than welcome.