summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into bearermanagement/integrationAaron McCarthy2010-02-111-64/+162
|\
| * Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-18/+13
| |\
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-041-6/+8
| |\ \
| | * | doc: Fixed some qdoc warnings.Martin Smith2010-02-041-6/+8
| * | | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-37/+32
| |/ /
| * | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-2/+27
| |\ \
| * \ \ Merge branch '4.6'Thiago Macieira2010-01-181-29/+68
| |\ \ \
| * \ \ \ Merge branch '4.6'Thiago Macieira2010-01-131-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6'Thiago Macieira2010-01-081-34/+52
| |\ \ \ \ \
| * | | | | | Fixed QGLFormat::operator== to handle new fields.Kim Motoyoshi Kalland2010-01-041-3/+13
| * | | | | | Added support for OpenGL up to version 3.2 on Windows.Kim Motoyoshi Kalland2009-12-301-2/+99
| * | | | | | Format qOpenGLVersionFlagsFromString() according to Qt coding style.Kim Motoyoshi Kalland2009-12-301-22/+16
* | | | | | | Fixed drawing QPixmaps on QGLWidgets on different X11 screens.Trond Kjernåsen2010-02-101-1/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixed a failure in tst_qgl.Trond Kjernåsen2010-02-021-1/+0
* | | | | | Fix GL texture leaks when pixmaps are deletedTom Cooksey2010-01-291-18/+14
| |_|_|_|/ |/| | | |
* | | | | Added a warning to QGLWidget::renderText().Trond Kjernåsen2010-01-271-2/+20
* | | | | Updated docs regarding QGLWidget::renderText() limitations.Trond Kjernåsen2010-01-251-0/+7
| |_|_|/ |/| | |
* | | | Fix QGLWidget::renderPixmap() on Windows.Trond Kjernaasen2010-01-141-6/+6
* | | | Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-23/+62
| |_|/ |/| |
* | | Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\ \ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-081-2/+0
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
| |\ \ \
| | * | | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | |/ | | |/|
* | | | Fixed bug where QGLPixmapData::toImage() returned too dark image.Kim Motoyoshi Kalland2010-01-121-1/+1
| |_|/ |/| |
* | | Remove unnecessary call to QWidget::setAttribute().Trond Kjernåsen2010-01-071-2/+0
|/ /
* | Remove QGLShareRegister and transfer its functionality to QGLContextGroupRhys Weatherley2010-01-041-13/+15
* | Fixed QGLWidget::renderText().Trond Kjernaasen2009-12-301-19/+6
* | Track which vertex attrib arrays are enabled in QGLContextPrivateTom Cooksey2009-12-301-0/+31
|/
* Disable depth testing during the 2D QGLWidget::renderText()Rhys Weatherley2009-12-171-0/+12
* Fix EGL surface leaks when re-parenting QGLWidget on X11/EGLTom Cooksey2009-12-151-0/+5
* Optimized blur / drop shadow effects for the GL 2 paint engine.Samuel Rødal2009-12-141-17/+24
* Optimize our GL extension checks to avoid mallocs.Trond Kjernåsen2009-12-101-23/+24
* GLES 2 should *not* use a multisampled format by default.Trond Kjernåsen2009-12-091-2/+1
* Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-12-091-1/+1
|\
| * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-091-119/+381
| |\
| * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-061-1/+1
| |\ \
| | * | Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-061-1/+1
| | * | Update license headers again.Jason McDonald2009-09-081-4/+4
* | | | Fix upside down PVR compressed textures.Rhys Weatherley2009-12-081-3/+4
| |_|/ |/| |
* | | Fix GL_BGRA formats under OpenGL/ES systemsRhys Weatherley2009-12-081-0/+8
* | | Detect GL2 paint engine based on fragment shaders, not programsRhys Weatherley2009-12-071-2/+5
* | | Compressed texture binding for QtOpenGL: ETC1 and PVRTCRhys Weatherley2009-12-061-117/+368
|/ /
* | Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-041-0/+1
* | Reduce double-copying of textures when flipping upside downRhys Weatherley2009-12-021-7/+15
* | Fixed extension checks and usage of the GL 2 engine on old X11 systems.Trond Kjernåsen2009-11-161-24/+34
* | Make isSharing() reset to false when context no longer sharingRhys Weatherley2009-11-151-1/+1
* | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-021-2/+4
|\ \
| * | Minor doc fixes for QGLContext::BindOption.Samuel Rødal2009-11-021-1/+3
| * | Fixed compiler warning on GCC about empty while statement.Samuel Rødal2009-11-021-1/+1