summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_x11gl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Suppress warnings in QtOpenGL codeRhys Weatherley2009-10-261-0/+3
|
* Make sure QGLTextureCache exists when creating surfaces for pixmapsTom Cooksey2009-10-201-2/+0
| | | | | | | QGLTextureCache installs pixmap cleanup hooks which are used to clean up the EGL surfaces. Reviewed-By: Trustme
* Add a new window surface which utilises QX11GLPixmapDataTom Cooksey2009-10-201-0/+146
The new surface uses XCopyArea to post updates to the window and thus, supports partial updates.