Version 1 (modified by 15 years ago) ( diff ) | ,
---|
Overview
Doing a build with WebGL enabled
Compile with --3d-canvas
:
WebKitTools/Scripts/build-webkit --qt --3d-canvas
Trying out WebGL implementation
- Enable QGraphicsView and accelerated compositing
- For optimal performance enable QGLWidget viewport.
- Currently WebGL support does not work without AC because this bug is still pending: https://bugs.webkit.org/show_bug.cgi?id=37772
Maemo/N900/OpenGL ES 2.0 support
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.
Note:
See TracWiki
for help on using the wiki.