summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
Commit message (Expand)AuthorAgeFilesLines
* Fix build on EGL implementations where EGLConfig is a pointerTom Cooksey2010-03-041-8/+11
* Fix & move QEgl::native* to platform-specific filesTom Cooksey2010-03-025-20/+49
* Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-023-12/+25
* Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-022-1/+123
* Move EGL surface type setting to new QEglProperties::setDeviceTypeTom Cooksey2010-03-022-2/+13
* Make QGLWidget use new QEgl::getCompatibleVisualId APITom Cooksey2010-03-021-2/+3
* Add QEglContext::configAttrib(int name) helperTom Cooksey2010-03-022-0/+11
* Add getCompatibleVisualId to QEgl on X11Tom Cooksey2010-03-022-0/+149
* Add QEgl::defaultConfig method to select configs suitable for QtTom Cooksey2010-03-023-0/+188
* Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-026-123/+57
* Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-026-12/+28
* Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-026-64/+75
* Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-0210-110/+186
* use egl properties when creating surfaces on symbianLars Knoll2010-02-191-2/+2
* Always use display() in QEglContext, so initialization can occurTom Cooksey2010-02-181-12/+11
* Fixed compile for maemo6.Rohan McGovern2010-02-132-2/+2
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-127-68/+48
* Update copyright year to 2010Jason McDonald2010-01-068-8/+8
* Add EGL_BUFFER_SIZE to QEglProperties::reduceConfiguration()Tom Cooksey2009-12-041-0/+9
* Better check for EGL extension stringsRhys Weatherley2009-12-041-1/+4
* Bind the EGL API type before calling eglMakeCurrent()Rhys Weatherley2009-11-251-0/+12
* Detect context sharing on EGL systemsRhys Weatherley2009-11-092-0/+6
* Fixed compilation and linking of EGL on Windows CE.Trond Kjernåsen2009-11-041-8/+2
* Compilation error due to undefined EGL_BIND_TO_TEXTURE_RGB for OpenGLKeith Isdale2009-11-021-0/+4
* Compilation failure QtOpenGL when Opengl ES is used on Qt for Windows CEKeith Isdale2009-11-021-1/+1
* Stop QEglContext destroying contexts it doesn't ownTom Cooksey2009-10-192-2/+4
* Recognize transformed screens when looking for a QGLScreenRhys Weatherley2009-10-161-1/+2
* Don't print EGL buffer size if it isn't set.Rhys Weatherley2009-10-081-2/+2
* Make QEglContext API a little more flexibleRhys Weatherley2009-09-252-12/+8
* Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-256-79/+16
* Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-242-3/+89
* Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-0/+3
* Add a QMAKE_LFLAGS_EGL and QMAKE_LFLAGS_OPENGLTom Cooksey2009-09-171-0/+1
* Make QtOpenGL link against EGL for OpenGL ESTom Cooksey2009-09-091-1/+1
* Update license headers again.Jason McDonald2009-09-098-32/+32
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-315-65/+65
* Merge commit 'qt/master'Jason Barron2009-08-214-3/+19
|\
| * Make QEglContext::extensions() staticTom Cooksey2009-08-212-3/+3
| * Add a static QEglProperties::dumpAllConfigs()Tom Cooksey2009-08-212-0/+16
* | Merge commit 'qt/master'Jason Barron2009-08-181-1/+1
|\ \ | |/
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-138-9/+9
|\ \ | |/
| * Update contact URL in license headers.Jason McDonald2009-08-128-8/+8
| * Make chooseConfig work on some EGL implementationsHarald Fernengel2009-08-101-1/+1
* | Merge commit 'qt/master-stable'Jason Barron2009-08-061-4/+7
|\ \ | |/
| * Fix build on HarmattanTom Cooksey2009-08-041-4/+7
* | Merge commit 'qt/master-stable'Jason Barron2009-08-045-2/+50
|\ \ | |/
| * Add EGL_BIND_TO_TEXTURE_RGBA to QEglProperties::reduceConfiguration()Tom Cooksey2009-08-031-1/+10
| * Add a constructor to QEglProperties which takes an EGLConfigTom Cooksey2009-08-032-0/+15