Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Suppress warnings in QtOpenGL code | Rhys Weatherley | 2009-10-26 | 1 | -0/+3 |
| | |||||
* | Make sure QGLTextureCache exists when creating surfaces for pixmaps | Tom Cooksey | 2009-10-20 | 1 | -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 QX11GLPixmapData | Tom Cooksey | 2009-10-20 | 1 | -0/+146 |
The new surface uses XCopyArea to post updates to the window and thus, supports partial updates. |