summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-15 12:52:02 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-15 12:56:39 +0300
commit7861ae308bd9fd495f677400cc07c657a1439656 (patch)
tree994bab0cd5a31728ec653c2b3886ee15bed8ced0 /README
parent0109b085710bfabc81faf43118ad5654cbd96081 (diff)
Fix crashes and bugs when using surface with ES2
+Fix compile warnings +Fix qmlsurface example Change-Id: I28bbf38e7aa51b1ec315374182a9daae8eded87c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index f450b8b8..ab2c93d1 100644
--- a/README
+++ b/README
@@ -59,3 +59,4 @@ others may be only partially implemented. Here are some known issues:
- Android doesn't support both widgets and OpenGL simulataneously, so only
the Qt Quick 2 API is usable in practice in Android.
- Shadows are not supported with OpenGL ES2 (including Angle builds in Windows).
+- Anti-aliasing doesn't work with OpenGL ES2 (including Angle builds in Windows).