summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/eglnullws
Commit message (Collapse)AuthorAgeFilesLines
* Add eglnullws QScreen driverJames Perrett2010-07-088-0/+331
This QScreen driver can be used for embedded Qt applications that draw everything within a single full-screen QGLWidget. It uses underlying support for a null window system (NullWS) such as is present in PowerVR systems. It offers performance and stability improvements over the powervr QScreen driver for applications that do not need full QWS windowing support. Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>