| Commit message (Expand) | Author | Age | Files | Lines |
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 1 | -2/+2 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
|
|
* | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-16 | 1 | -0/+14 |
|\ |
|
| * | Retain ABI and API compatibility when Qt is built with EGL. | Michał Zając | 2011-05-13 | 1 | -0/+14 |
|
|
* | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|/ |
|
* | Update XCreateWindow in qgl_X11egl.cpp | JuanZhao | 2011-04-12 | 1 | -1/+9 |
|
|
* | QGLContext on EGL gets an additional QEglProperties static field applied to e... | Michael Dominic K | 2011-04-01 | 1 | -1/+2 |
|
|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-12-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix warning about %x parameter type mismatch in EGL | Thiago Macieira | 2010-11-26 | 1 | -1/+1 |
|
|
| * | Fix warnings related to unused variables. | Thiago Macieira | 2010-11-26 | 1 | -1/+0 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -1/+1 |
|
|
* | | Call eglReleaseThread() when a thread exits, and fix warnings. | Trond Kjernåsen | 2010-08-24 | 1 | -2/+1 |
|/ |
|
* | Remove stray qDebug | Tom Cooksey | 2010-04-26 | 1 | -1/+0 |
|
|
* | Make sure recreateEglSurface creates a surface if there isn't one | Tom Cooksey | 2010-04-22 | 1 | -12/+12 |
|
|
* | Set EGL_SWAP_BEHAVIOR to EGL_BUFFER_PRESERVED for regular QWidgets | Tom Cooksey | 2010-04-16 | 1 | -0/+4 |
|
|
* | Wrap EGL image function pointers and move into QEgl namespace | Tom Cooksey | 2010-04-15 | 1 | -6/+2 |
|
|
* | Avoid having to create temporary QPixmaps when binding to texture | Tom Cooksey | 2010-03-26 | 1 | -8/+5 |
|
|
* | Implement Texture-From-Pixmap using EGLImage extensions on X11/EGL | Tom Cooksey | 2010-03-26 | 1 | -35/+111 |
|
|
* | Delete the QGLContext in ~QX11GLPixmapData | Tom Cooksey | 2010-03-11 | 1 | -0/+1 |
|
|
* | Update QGLFormat from EGLConfig properly | Tom Cooksey | 2010-03-10 | 1 | -3/+2 |
|
|
* | Make sure 16-bit EGL configs are chosen over 32-bit configs | Tom Cooksey | 2010-03-10 | 1 | -4/+0 |
|
|
* | Handle EGLSurfaces better, including more error detection | Tom Cooksey | 2010-03-10 | 1 | -4/+4 |
|
|
* | Enable cleanup hooks when creating an EGL surface for a pixmap | Tom Cooksey | 2010-03-08 | 1 | -1/+0 |
|
|
* | Port QX11GLPixmapData & QX11GLWindowSurface to new QEgl API | Tom Cooksey | 2010-03-05 | 1 | -107/+0 |
|
|
* | Fix build on EGL implementations where EGLConfig is a pointer | Tom Cooksey | 2010-03-04 | 1 | -3/+2 |
|
|
* | Add and use QGLContextPrivate::eglSurfaceForDevice() | Tom Cooksey | 2010-03-02 | 1 | -1/+1 |
|
|
* | Make bindTextureFromNativePixmap use new QEgl APIs | Tom Cooksey | 2010-03-02 | 1 | -2/+7 |
|
|
* | Move QGLWidget::setContext logic into QEgl & QGLContext | Tom Cooksey | 2010-03-02 | 1 | -118/+55 |
|
|
* | Move EGL surface type setting to new QEglProperties::setDeviceType | Tom Cooksey | 2010-03-02 | 1 | -1/+2 |
|
|
* | Replace qt_egl_add_platform_config with existing QEglProperties API | Tom Cooksey | 2010-03-02 | 1 | -7/+1 |
|
|
* | Use QEgl::display in QGLTemporaryContext so EGL is init'd only once | Tom Cooksey | 2010-03-02 | 1 | -6/+1 |
|
|
* | Remove qt_egl_setup_x11_visual | Tom Cooksey | 2010-03-02 | 1 | -149/+1 |
|
|
* | Make QGLWidget use new QEgl::getCompatibleVisualId API | Tom Cooksey | 2010-03-02 | 1 | -3/+15 |
|
|
* | Move static methods from QEglContext to QEgl namespace | Tom Cooksey | 2010-03-02 | 1 | -10/+10 |
|
|
* | Cleanup QEglContext & EGLDisplays | Tom Cooksey | 2010-02-12 | 1 | -9/+4 |
|
|
* | Rework how Qt handles GL extensions. | Trond Kjernåsen | 2010-01-13 | 1 | -102/+92 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2010-01-08 | 1 | -67/+67 |
|\ |
|
| * | Fixed indentation and typo. | Trond Kjernåsen | 2010-01-07 | 1 | -67/+67 |
|
|
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | Improved initial startup time for a QGLWidget ontop of EGL/X11. | Trond Kjernåsen | 2010-01-06 | 1 | -5/+111 |
|/ |
|
* | Fix QGLWidgets created with an alpha channel on X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -1/+1 |
|
|
* | Add QT_DEBUG_X11_VISUAL_SELECTION to aid debugging X11/EGL | Tom Cooksey | 2009-12-15 | 1 | -15/+31 |
|
|
* | Fix WA_TranslucentBackground for QGLWidgets on X11/EGL | Tom Cooksey | 2009-12-04 | 1 | -45/+73 |
|
|
* | Mark both the new and original EGL contexts as sharing | Rhys Weatherley | 2009-11-09 | 1 | -0/+2 |
|
|
* | Detect context sharing on EGL systems | Rhys Weatherley | 2009-11-09 | 1 | -0/+1 |
|
|
* | Added QImagePixmapCleanupHooks functions for enabling hooks. | Samuel Rødal | 2009-10-29 | 1 | -1/+2 |
|
|