summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl_p.h
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Don't redefine EGL definesIan2011-06-201-1/+9
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix compilation of QEgl with EGL 1.1 and older.Rhys Weatherley2010-09-131-0/+4
* Adding func prototypes for EGL_NOK_swap_region2 extension.Michael Dominic K2010-07-011-0/+1
* Correction to EGL stub implementationShane Kearns2010-04-281-0/+6
* Stub implementations for EGL for symbianShane Kearns2010-04-231-3/+25
* Cleanup & remove unused function overloads from QEgl* APIsTom Cooksey2010-04-161-4/+1
* Wrap EGL image function pointers and move into QEgl namespaceTom Cooksey2010-04-151-14/+4
* Fix EGLImage & re-enable its use in QtOpenGLTom Cooksey2010-04-071-3/+6
* Work-around Symbian 10.1's broken egl.hTom Cooksey2010-03-291-3/+8
* Add some #warnings to debug Symbian EGL build failureTom Cooksey2010-03-291-0/+24
* Change ORs to ANDs when checking EGLImage extension definesTom Cooksey2010-03-291-3/+3
* Implement Texture-From-Pixmap using EGLImage extensions on X11/EGLTom Cooksey2010-03-261-2/+22
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-071-2/+6
|\
* | Make QEgl::ConfigOptions use QFlagsTom Cooksey2010-03-051-1/+8
* | Fix build when egl.h includes X11 headers & pollutes namespaceTom Cooksey2010-03-041-0/+2
* | Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-021-4/+2
* | Add getCompatibleVisualId to QEgl on X11Tom Cooksey2010-03-021-0/+4
* | Add QEgl::defaultConfig method to select configs suitable for QtTom Cooksey2010-03-021-0/+15
* | Make QEgl::createSurface cross-platform and add native gettersTom Cooksey2010-03-021-0/+3
* | Move chooseConfig and createSurface logic to QEgl functionsTom Cooksey2010-03-021-2/+5
* | Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-0/+18
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-67/+41
|/
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-121-8/+4
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Detect context sharing on EGL systemsRhys Weatherley2009-11-091-0/+2
* Stop QEglContext destroying contexts it doesn't ownTom Cooksey2009-10-191-1/+2
* Make QEglContext API a little more flexibleRhys Weatherley2009-09-251-3/+5
* Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-251-10/+1
* Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-251-1/+8
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
* Merge commit 'qt/master'Jason Barron2009-08-211-2/+2
|\
| * Make QEglContext::extensions() staticTom Cooksey2009-08-211-2/+2
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\|
| * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Merge commit 'qt/master-stable'Jason Barron2009-08-041-0/+3
|\|
| * Add a getter to QEglContext for the EGL extension stringTom Cooksey2009-07-291-0/+3
* | 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-241-1/+1
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-231-0/+140