Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl API | Tom Cooksey | 2010-03-05 | 1 | -0/+9 |
| | | | | | | | It's still just as buggy, but at least it allows us to remove a lot of crud from qgl_x11egl.cpp. Reviewed-By: TrustMe | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fix build on desktop X11 | Tom Cooksey | 2009-10-20 | 1 | -2/+0 |
| | | | | Hash-Define out X11GL pixmap data until the GLX implementation is ready. | ||||
* | Add a new QX11GLPixmapData which renders to X pixmaps using GL | Tom Cooksey | 2009-10-19 | 1 | -0/+88 |
Enable it by setting QT_USE_X11GL_PIXMAPS environment variable while using the -graphicssystem opengl |