summaryrefslogtreecommitdiff
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-06-23 16:04:28 +0200
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-07-02 12:26:22 +0200
commite11af338a0d0e96a8100d0e78cc42e67e1447864 (patch)
tree6fddd30e0603e0b10c2d764980870c673d5d5cc5 /src/opengl/qgl.h
parent10ac24c98ea7f2738662be91fda7feec7f322dff (diff)
downloadqt4-tools-e11af338a0d0e96a8100d0e78cc42e67e1447864.tar.gz
Rework how QGLTextureGlyphCache makes use of the resource system.
Separate out the GL objects (the texture and the fbo) that needs to be tracked into a QGLGlyphTexture structure and make that accessible via a QGLContextGroupResource object.
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index d354f922a9..1bef33d0f6 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -417,6 +417,7 @@ private:
friend class QGLPixmapData;
friend class QGLPixmapFilterBase;
friend class QGLTextureGlyphCache;
+ friend class QGLGlyphTexture;
friend class QGLContextGroup;
friend class QGLSharedResourceGuard;
friend class QGLPixmapBlurFilter;