| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the QGLContext in ~QX11GLPixmapData | Tom Cooksey | 2010-03-11 | 1 | -1/+1 |
|
|
* | Handle EGLSurfaces better, including more error detection | Tom Cooksey | 2010-03-10 | 1 | -1/+6 |
|
|
* | Fix & move QEgl::native* to platform-specific files | Tom Cooksey | 2010-03-02 | 1 | -19/+0 |
|
|
* | Make bindTextureFromNativePixmap use new QEgl APIs | Tom Cooksey | 2010-03-02 | 1 | -5/+3 |
|
|
* | Move QGLWidget::setContext logic into QEgl & QGLContext | Tom Cooksey | 2010-03-02 | 1 | -1/+2 |
|
|
* | Add QEglContext::configAttrib(int name) helper | Tom Cooksey | 2010-03-02 | 1 | -0/+10 |
|
|
* | Add QEgl::defaultConfig method to select configs suitable for Qt | Tom Cooksey | 2010-03-02 | 1 | -0/+163 |
|
|
* | Make QEgl::createSurface cross-platform and add native getters | Tom Cooksey | 2010-03-02 | 1 | -0/+52 |
|
|
* | Move chooseConfig and createSurface logic to QEgl functions | Tom Cooksey | 2010-03-02 | 1 | -6/+18 |
|
|
* | Move static methods from QEglContext to QEgl namespace | Tom Cooksey | 2010-03-02 | 1 | -39/+44 |
|
|
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 1 | -0/+3 |
|
|
* | Always use display() in QEglContext, so initialization can occur | Tom Cooksey | 2010-02-18 | 1 | -12/+11 |
|
|
* | Fixed compile for maemo6. | Rohan McGovern | 2010-02-13 | 1 | -1/+1 |
|
|
* | Cleanup QEglContext & EGLDisplays | Tom Cooksey | 2010-02-12 | 1 | -30/+34 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Better check for EGL extension strings | Rhys Weatherley | 2009-12-04 | 1 | -1/+4 |
|
|
* | Bind the EGL API type before calling eglMakeCurrent() | Rhys Weatherley | 2009-11-25 | 1 | -0/+12 |
|
|
* | Detect context sharing on EGL systems | Rhys Weatherley | 2009-11-09 | 1 | -0/+4 |
|
|
* | Stop QEglContext destroying contexts it doesn't own | Tom Cooksey | 2009-10-19 | 1 | -1/+2 |
|
|
* | Make QEglContext API a little more flexible | Rhys Weatherley | 2009-09-25 | 1 | -9/+3 |
|
|
* | Remove the storage of the EGLSurface from QEglContext | Rhys Weatherley | 2009-09-25 | 1 | -53/+0 |
|
|
* | Push the "lazy doneCurrent" logic down from QtOpenVG into QEgl | Rhys Weatherley | 2009-09-24 | 1 | -2/+81 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Make QEglContext::extensions() static | Tom Cooksey | 2009-08-21 | 1 | -1/+1 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | Make chooseConfig work on some EGL implementations | Harald Fernengel | 2009-08-10 | 1 | -1/+1 |
|
|
* | Add a getter to QEglContext for the EGL extension string | Tom Cooksey | 2009-07-29 | 1 | -0/+11 |
|
|
* | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 1 | -0/+403 |
|
|