summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiglformat_qpa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-0/+390
To enable having a single GL context used for multiple drawables we need to de-couple the context class a bit more from the window class in the plugin API. Now contexts are created stand-alone based on a GL format and a share context, and when calling makeCurrent() a desired surface is specified. This maps well to GLX, EGL, Cocoa, AGL, and WGL, which all support this use case. QWindowContext is renamed to QGuiGLContext, and QWindowFormat is renamed to QGuiGLFormat. We have the ability to introduce a pbuffer or similar other offscreen GL drawable abstraction in the future.