summaryrefslogtreecommitdiffstats
path: root/src/gui/egl
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-252-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
| * Make QEglProperties::setVisualFormat() read alpha for visualTom Cooksey2009-08-031-1/+11
| * Add a getter to QEglContext for the EGL extension stringTom Cooksey2009-07-292-0/+14
* | Change the inclusion method here to use system includes.Jason Barron2009-07-081-1/+1
|/
* Don't refer to non-existing QVGWidget in private header comments.Rhys Weatherley2009-06-242-2/+2
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-239-0/+1685