RESOLVED FIXED 99076
[Qt][WK2] GraphicsSurfaceGLX should keep track of previous GL context.
https://bugs.webkit.org/show_bug.cgi?id=99076
Summary [Qt][WK2] GraphicsSurfaceGLX should keep track of previous GL context.
Zeno Albisser
Reported 2012-10-11 08:31:36 PDT
In GraphicsSurfaceGLX / GraphicsSurfacePrivate constructor we create a new GL context for resolving GL functions. The QOpenGLContext implementation for GLX makes this context current by default. Therefore we have to keep track of the previous context and make that one current again after the creation.
Attachments
patch for review. (1.98 KB, patch)
2012-10-11 08:40 PDT, Zeno Albisser
no flags
Zeno Albisser
Comment 1 2012-10-11 08:40:53 PDT
Created attachment 168233 [details] patch for review.
Zeno Albisser
Comment 2 2012-10-12 02:36:58 PDT
Comment on attachment 168233 [details] patch for review. Clearing flags on attachment: 168233 Committed r131164: <http://trac.webkit.org/changeset/131164>
Zeno Albisser
Comment 3 2012-10-12 02:37:03 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.