diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-16 06:45:55 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-16 06:52:19 (GMT) |
commit | 75719e4e06882825fe056935d782b4153bf0ac5b (patch) | |
tree | ad85ada002fda88d31afefb18c36b03a567de338 /src/plugins/gfxdrivers/powervr/README | |
parent | 8e4fa6e87f74cfb3457e8270a361cf30ca7d3593 (diff) | |
download | Qt-75719e4e06882825fe056935d782b4153bf0ac5b.zip Qt-75719e4e06882825fe056935d782b4153bf0ac5b.tar.gz Qt-75719e4e06882825fe056935d782b4153bf0ac5b.tar.bz2 |
Make screen rotation work properly with the PowerVR screen driver
Task-number: QT-2261
Reviewed-by: Tom
Diffstat (limited to 'src/plugins/gfxdrivers/powervr/README')
-rw-r--r-- | src/plugins/gfxdrivers/powervr/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/gfxdrivers/powervr/README b/src/plugins/gfxdrivers/powervr/README index 4dce87f..322a6b2 100644 --- a/src/plugins/gfxdrivers/powervr/README +++ b/src/plugins/gfxdrivers/powervr/README @@ -51,6 +51,11 @@ on the device with: hellogl_es -qws +The driver also supports screen rotation if Qt is configured with the +-qt-gfx-transformed option and the QWS_DISPLAY variable is wrapped in a +"Transformed" declaration: + + Transformed:powervr:mmWidth40:mmHeight54:Rot90:0 Know Issues: * A QGLWidget may not have window decorations if it is a top-level window. |