[Webkit-unassigned] [Bug 37070] [Qt] WebGL is not visible when QGLWidget viewport is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 03:02:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37070





--- Comment #18 from Jarkko Sakkinen <jarkko.j.sakkinen at gmail.com>  2010-04-16 03:02:23 PST ---
Comment for not using QGLWidget would not be necessary why it does exist? For
example, QGraphicsView would not need then QGLWidget viewport then in any case.
My academic guess is that there is strong dependence for OpenGL
QPaintDevice/QPaintEngine built into QGLContext. 

For shared context case (i.e. we have QGLWidget viewport), it might be possible
to create just shared QGLContext (haven't got this work in reality though) but
then the implementation would require either instance of QGLWidget or
QGLContext and I think that is uglier than current approach. But anyway, this
goes beyond scope of this bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list