| Commit message (Expand) | Author | Age | Files | Lines |
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -2/+2 |
|
|
* | Fix compilation of QEgl with EGL 1.1 and older. | Rhys Weatherley | 2010-09-12 | 1 | -1/+1 |
|
|
* | Fixed compilation on Symbian. | Samuel Rødal | 2010-07-01 | 1 | -2/+2 |
|
|
* | Adding func prototypes for EGL_NOK_swap_region2 extension. | Michael Dominic K | 2010-07-01 | 1 | -0/+44 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-27 | 1 | -4/+4 |
|\ |
|
| * | Don't use QAtomicInt in statics because they are non-POD. | Thiago Macieira | 2010-05-25 | 1 | -4/+4 |
|
|
* | | Fix compilation of qegl.cpp after the last merge | Thiago Macieira | 2010-05-25 | 1 | -1/+2 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-25 | 1 | -5/+33 |
|\ \
| |/ |
|
| * | Call eglTerminate() when the last QEglContext is destroyed to free mem. | Trond Kjernåsen | 2010-05-21 | 1 | -4/+33 |
|
|
| * | Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL. | Liang Qi | 2010-04-23 | 1 | -0/+10 |
|
|
* | | Cleanup & remove unused function overloads from QEgl* APIs | Tom Cooksey | 2010-04-16 | 1 | -58/+0 |
|
|
* | | Wrap EGL image function pointers and move into QEgl namespace | Tom Cooksey | 2010-04-15 | 1 | -6/+37 |
|
|
* | | Support building with desktop OpenGL managed via EGL | Tom Cooksey | 2010-04-14 | 1 | -1/+8 |
|
|
* | | Change the ifdef for resolving function ptrs to match declaration | Tom Cooksey | 2010-04-06 | 1 | -1/+1 |
|
|
* | | Work-around Symbian 10.1's broken egl.h | Tom Cooksey | 2010-03-29 | 1 | -1/+1 |
|
|
* | | Don't try to resolve EGLImage function pointers if they are defined | Tom Cooksey | 2010-03-29 | 1 | -0/+2 |
|
|
* | | Change ORs to ANDs when checking EGLImage extension defines | Tom Cooksey | 2010-03-29 | 1 | -1/+1 |
|
|
* | | Protect EGLImage function definitions in #ifdef | Tom Cooksey | 2010-03-29 | 1 | -0/+2 |
|
|
* | | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGL | Tom Cooksey | 2010-03-26 | 1 | -0/+9 |
|
|
* | | 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 |
|
|