diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-06-23 14:04:28 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-07-02 10:26:22 (GMT) |
commit | e11af338a0d0e96a8100d0e78cc42e67e1447864 (patch) | |
tree | 6fddd30e0603e0b10c2d764980870c673d5d5cc5 /src/opengl/qgl.h | |
parent | 10ac24c98ea7f2738662be91fda7feec7f322dff (diff) | |
download | Qt-e11af338a0d0e96a8100d0e78cc42e67e1447864.zip Qt-e11af338a0d0e96a8100d0e78cc42e67e1447864.tar.gz Qt-e11af338a0d0e96a8100d0e78cc42e67e1447864.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h index d354f92..1bef33d 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; |