summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-11-05 08:43:49 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-11-05 10:31:40 +0200
commit39d5ffbdc42f6645e13511828ea7a9997497068e (patch)
tree6b5cbf0fe4cb15f568fa1aba3aee5ed83d3fee29 /README
parenta1feedcf46975a65970fb946282c742b091b508e (diff)
Force software renderer to using ES2
Task-number: QTRD-3410 Change-Id: I86b240b6548ec4c94f6be0dc352ed112965926f3 Change-Id: I86b240b6548ec4c94f6be0dc352ed112965926f3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 667dcdaa..96099dbe 100644
--- a/README
+++ b/README
@@ -88,4 +88,5 @@ Known Issues
"QT += datavisualization" in the pro file. This is because Qt Data Visualization QML plugin has
a dependency to Qt Data Visualization C++ library, which Qt Creator doesn't automatically add
to the deployment package.
-
+- Only OpenGL ES2 emulation is available for software renderer (that is, when using
+ QCoreApplication::setAttribute(Qt::AA_UseSoftwareOpenGL))