summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-24 11:16:01 (GMT)
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-09-24 11:17:14 (GMT)
commit4e781b65c60c6bdf0917fe9983a4f1e699643e55 (patch)
tree7bb9305e4c6ccabe6ef3218514605075daa663f7 /src/opengl/qgl.cpp
parentd31dcaf0c17d56f74d4faeaae3b5ce54ed847ee6 (diff)
downloadQt-4e781b65c60c6bdf0917fe9983a4f1e699643e55.zip
Qt-4e781b65c60c6bdf0917fe9983a4f1e699643e55.tar.gz
Qt-4e781b65c60c6bdf0917fe9983a4f1e699643e55.tar.bz2
Don't pretend to support single buffered EGL surfaces.
Task-number: QTBUG-12865 Reviewed-by: Samuel
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index 0d1a66e..b678790 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -509,6 +509,9 @@ QGLFormat::~QGLFormat()
exchange the screen contents with the buffer. The result is
flicker-free drawing and often better performance.
+ Note that single buffered contexts are currently not supported
+ with EGL.
+
\sa doubleBuffer(), QGLContext::swapBuffers(),
QGLWidget::swapBuffers()
*/