summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfscompositor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GLES 2 dependency for eglfs and kmsJorgen Lind2013-11-191-1/+6
| | | | | Change-Id: If7b80487e01db726367f5a67d2860073f60a0844 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-091-0/+198
Separating the compositor into a separate source file improves the chances of possible future reuse and paves the way to supporting multiple GL windows. Tooltips are now working too. Implemented a few window functions like raise() and lower(). Fixed the qFatal for multiple GL windows to be raised in non-SDK based Android builds too. Change-Id: Id94d2fb2a4382766f3d130eebe1e6f397a535852 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>