| | 1 | '''Overview''' |
| | 2 | |
| | 3 | |
| | 4 | |
| | 5 | '''Doing a build with WebGL enabled''' |
| | 6 | |
| | 7 | Compile with {{{--3d-canvas}}}: |
| | 8 | |
| | 9 | {{{ |
| | 10 | WebKitTools/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 | |
| | 21 | There 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. |