summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Don't include qwindowsurface_gl_p.h on QT_OPENGL_ES_1.Samuel Rødal2011-03-291-1/+1
* Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-151-1/+18
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Add work around for bug when painting w/glTexSubImage into large textureEskil Abrahamsen Blomfeldt2010-12-161-0/+1
* Fix warning about address of a function being constant.Thiago Macieira2010-11-261-0/+4
* Prevented race condition on texture destruction.Samuel Rødal2010-11-081-0/+11
* Prevented threading related crash in OpenGL module.Samuel Rødal2010-10-291-1/+6
* Added support for blitting to native child widgets in GL window surface.Samuel Rødal2010-10-221-1/+1
* Fix GL_OES_element_index_uint and add GL_OES_depth24 detection.Jani Hautakangas2010-10-201-0/+6
* Revert "Don't define highp/mediump/lowp if desktop GL has them"Trond Kjernåsen2010-10-121-3/+0
* Don't disable texture_from_pixmap on GLX/X11 by default.Trond Kjernåsen2010-09-271-7/+26
* Don't pretend to support single buffered EGL surfaces.Trond Kjernåsen2010-09-241-0/+3
* Don't try to use the texture_from_pixmap extension in GL on desktop/X11.Trond Kjernåsen2010-09-231-26/+7
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-0/+2
|\
| * Recognize GL_ARB_shader_objects as indicating shadersRhys Weatherley2010-08-271-0/+2
* | Made QT_GL_SWAPBUFFER_PRESERVE=1 with the GL graphics system work.Samuel Rødal2010-08-311-5/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-261-0/+3
|\ \ | |/
| * Fix OpenGLVersionFlags on OpenGL 4.0 systemsRhys Weatherley2010-08-161-2/+10
| * Don't define highp/mediump/lowp if desktop GL has themRhys Weatherley2010-08-131-0/+3
* | On Symbian QGLWidget::glDraw() must do nothing if widget isn't visible.Jani Hautakangas2010-08-231-0/+5
* | bindTexture: Replace texture if painting is active on pixmap/imageAndreas Kling2010-08-211-5/+18
* | Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-2/+30
* | Prevented Xorg crash in qtdemo when running corkboards example.Samuel Rødal2010-08-171-5/+25
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* | Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-171-4/+10
|\ \
| * | doc: Fixed several qdoc warnings.Martin Smith2010-07-131-4/+10
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-1/+1
|\ \ \ | |/ / |/| / | |/
| * The Q_WGL define was removed years ago.Trond Kjernåsen2010-07-081-1/+1
* | Got rid of unused variable compiler warning.Samuel Rødal2010-07-011-1/+1
* | QGLWindowSurface support for partial updates via EGL_NOK_swap_region2Michael Dominic K2010-07-011-0/+10
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Gunnar Sletta2010-06-301-0/+33
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-271-0/+7
| |\ \
| | * | Need to access extensionFuncs in subclasses too.Michael Dominic K2010-06-251-0/+7
| * | | Add qDebug() operator for QGLFormatHarald Fernengel2010-06-251-0/+26
| |/ /
* | | support BGRA textures on SGXGunnar Sletta2010-06-301-14/+16
|/ /
* | Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-0/+2
* | Added OpenGL 3.3 and 4.0 recognition to QGLFormatSebastian Hartte2010-06-031-2/+20
* | Fixed a problem where QPixmaps where re-bound in non-sharing contexts.Trond Kjernåsen2010-06-011-7/+44
* | Added workarounds for two MBX/SGX specific GL ES bugs/problems.Trond Kjernåsen2010-05-141-0/+3
* | Remove an unnecessary assert.Trond Kjernåsen2010-05-121-2/+1
* | Made paint engine texture drawing work in GL ES 2 and updated docs.Samuel Rødal2010-05-101-27/+46
* | Fixed OpenGL version flags for versions > 3.2.Kim Motoyoshi Kalland2010-05-031-1/+14
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-021-8/+14
|\ \
| * | Return the correct library name in qt_gl_library_name for GLES*Tom Cooksey2010-04-301-4/+10
| * | Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-271-4/+4
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-2/+10
|\ \ \ | |/ / |/| / | |/
| * Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value.Trond Kjernåsen2010-04-271-2/+10
* | Make sure recreateEglSurface creates a surface if there isn't oneTom Cooksey2010-04-221-1/+1
* | More adjustments to QTBUG-6800Carolina Gomes2010-04-141-7/+7