diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-13 12:21:51 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-10-19 12:56:39 (GMT) |
commit | 0d0cba294980c5fbb26a2fd3e930c94606e93d03 (patch) | |
tree | b48b45dc8f4014d519950b351b6b6680dfc59f04 /src/gui/image | |
parent | 22b9079040ae0d4f35781509fa6aea7e38ac47bb (diff) | |
download | Qt-0d0cba294980c5fbb26a2fd3e930c94606e93d03.zip Qt-0d0cba294980c5fbb26a2fd3e930c94606e93d03.tar.gz Qt-0d0cba294980c5fbb26a2fd3e930c94606e93d03.tar.bz2 |
Add a new QX11GLPixmapData which renders to X pixmaps using GL
Enable it by setting QT_USE_X11GL_PIXMAPS environment variable while
using the -graphicssystem opengl
Diffstat (limited to 'src/gui/image')
-rw-r--r-- | src/gui/image/qpixmap_x11_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/qpixmap_x11_p.h b/src/gui/image/qpixmap_x11_p.h index 2d6672d..8ce7c0d 100644 --- a/src/gui/image/qpixmap_x11_p.h +++ b/src/gui/image/qpixmap_x11_p.h @@ -103,6 +103,7 @@ private: friend class QRasterWindowSurface; friend class QGLContextPrivate; // Needs to access xinfo, gl_surface & flags friend class QEglContext; // Needs gl_surface + friend class QX11GLPixmapData; // Needs gl_surface friend bool qt_createEGLSurfaceForPixmap(QPixmapData*, bool); // Needs gl_surface void release(); |