summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformoffscreensurface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added QOffscreenSurface class.Yoann Lopes2013-02-181-0/+93
Inherits QSurface and allows to use OpenGL from an arbitrary thread. Platform plugins can implement QPlatformOffscreenSurface, otherwise an invisible QWindow is used by QOffscreenSurface. This patch includes an implementation of QOffscreenSurface for XCB and EglFS platform plugins using pbuffers. Change-Id: I57b4fc1db417331f34826dcfa754b7698782fde4 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>