diff options
author | Jani Hautakangas <jani.hautakangas@nokia.com> | 2011-03-07 22:26:05 (GMT) |
---|---|---|
committer | Jani Hautakangas <jani.hautakangas@nokia.com> | 2011-03-15 17:09:32 (GMT) |
commit | 2355774b061d9e7213634ddec3c50280c4b10b70 (patch) | |
tree | b7f1b95a4839c2f6cc4f0cd119fd31aeb3929c15 /src/opengl/qgl_symbian.cpp | |
parent | b3b332a50a6288164ca86d0691e9615f9c19abda (diff) | |
download | Qt-2355774b061d9e7213634ddec3c50280c4b10b70.zip Qt-2355774b061d9e7213634ddec3c50280c4b10b70.tar.gz Qt-2355774b061d9e7213634ddec3c50280c4b10b70.tar.bz2 |
Initial implementation of GLES2.0 resource pooling
Keep the implementation in separate
qpixmapdata_poolgl.cpp file until the pooling has
been verified and confirmed to work ok.
Task-number: QTBUG-15253 QTBUG-17850
Reviewed-by: Samuel Rødal
Diffstat (limited to 'src/opengl/qgl_symbian.cpp')
-rw-r--r-- | src/opengl/qgl_symbian.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl_symbian.cpp b/src/opengl/qgl_symbian.cpp index a9e2248..2978514 100644 --- a/src/opengl/qgl_symbian.cpp +++ b/src/opengl/qgl_symbian.cpp @@ -52,6 +52,7 @@ #include <private/qwidget_p.h> // to access QWExtra #include "qgl_egl_p.h" #include "qpixmapdata_gl_p.h" +#include "qgltexturepool_p.h" #include "qcolormap.h" #include <QDebug> |