RESOLVED FIXED 118244
[Qt] Avoid creating a QWindow for offscreen GraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=118244
Summary [Qt] Avoid creating a QWindow for offscreen GraphicsContext3D
Allan Sandfeld Jensen
Reported 2013-07-01 07:02:11 PDT
With Qt 5.0 we had to create a QWindow inorder to make a QOpenGLContext current. In Qt 5.1 we have the option of using a QOffscreenSurface instead. On platforms like X11 the results will be the same, but on OpenGL based platforms the QOffscreenSurface will use a pbuffer.
Attachments
Patch (2.49 KB, patch)
2013-07-01 07:05 PDT, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2013-07-01 07:05:20 PDT
Noam Rosenthal
Comment 2 2013-07-01 07:17:06 PDT
Comment on attachment 205809 [details] Patch Nice!
Allan Sandfeld Jensen
Comment 3 2013-07-01 07:30:03 PDT
Comment on attachment 205809 [details] Patch Clearing flags on attachment: 205809 Committed r152222: <http://trac.webkit.org/changeset/152222>
Allan Sandfeld Jensen
Comment 4 2013-07-01 07:30:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.