| 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 |
|
|
* | 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 |
|
|
* | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -1/+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 |
|
|
* | Fix bug for message error "Texture updload failed, error code 0x500" | Stefano Pironato | 2009-10-28 | 1 | -1/+0 |
|
|
* | Make sure QGLTextureCache exists when creating surfaces for pixmaps | Tom Cooksey | 2009-10-20 | 1 | -0/+8 |
|
|
* | Add a new QX11GLPixmapData which renders to X pixmaps using GL | Tom Cooksey | 2009-10-19 | 1 | -1/+4 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-02 | 1 | -147/+186 |
|\ |
|
| * | Refactor retrieving the X11 visual for EGL | Eskil Abrahamsen Blomfeldt | 2009-10-01 | 1 | -74/+84 |
|
|
| * | Split EGL config selection & surface creation into seperate functions | Tom Cooksey | 2009-10-01 | 1 | -73/+102 |
|
|
* | | Make 16-bit graphicssystem opengl work | Gunnar Sletta | 2009-10-02 | 1 | -1/+11 |
|/ |
|
* | Move common EGL functions to qgl_egl.cpp | Rhys Weatherley | 2009-09-25 | 1 | -40/+0 |
|
|
* | Remove the storage of the EGLSurface from QEglContext | Rhys Weatherley | 2009-09-25 | 1 | -4/+9 |
|
|
* | Start to separate the EGLSurface from QEglContext in QtOpenGL | Rhys Weatherley | 2009-09-24 | 1 | -53/+6 |
|
|