summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformwindowformat_qpa.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* No more windowsurface for QGLWidget in LighthouseJørgen Lind2010-11-221-7/+9
| | | | Reviewed-by: paul
* Clean up lighthouse header filesPaul Olav Tvete2010-08-201-1/+3
| | | | | | Fixes configure warnings Reviewed-by: Jørgen
* Make the GLX integration give more correct formatJørgen Lind2010-08-061-0/+7
| | | | Also create a correct window for the format.
* Make it possible to have shared contexts to LighthouseJørgen Lind2010-07-231-4/+13
| | | | | | | | This adds a getter to QPlatformGLContext for the "default shared context". The setter is protected as it is the plugins responsibillity to create it or not. QPlatformWindowFormat has also gotten a pointer to a QPlatformGLContext for a non default shared context. Only implemented shared contexts in testlite for now.
* clean up QPlatformWindowFormatJørgen Lind2010-07-121-40/+7
|
* Added QPlatformWindowFormatJørgen Lind2010-07-091-0/+256
Its mostly a copy of QGLFormat Only plugin that uses it is the openkode, and thats just a poc.