summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dump texture formats in hex, not decimalRhys Weatherley2009-09-111-2/+2
* Recognize the OES_packed_depth_stencil extensionRhys Weatherley2009-09-111-0/+4
* Resolve ARB_framebuffer_object and OES_framebuffer_object extensionsRhys Weatherley2009-09-101-0/+9
* Upload texturedata in matching internal format..Gunnar Sletta2009-09-101-12/+26
* Fixed crash on shutdown with GL when leaking QGLWidgetsGunnar Sletta2009-09-101-2/+7
* Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systemsRhys Weatherley2009-09-091-2/+5
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-091-4/+4
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
* | Clean up shader programs properlyRhys Weatherley2009-09-091-0/+29
|/
* Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-081-237/+0
* Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-081-5/+4
* Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-1/+4
* Added a public function to enforce usage og the old GL engine.Trond Kjernåsen2009-09-081-0/+68
* Texture format must be GL_RGB when pixel type is GL_UNSIGNED_SHORT_5_6_5Rhys Weatherley2009-09-081-0/+1
* Make the matrix and viewport logic in renderText() a bit betterRhys Weatherley2009-09-081-50/+137
* qdoc: improve the QGLFormat documentationRhys Weatherley2009-09-071-17/+20
* Performance: Convert QGLFormat to use implicit sharingRhys Weatherley2009-09-071-4/+34
* Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-061-1/+6
* Fixed bindTexture() on bigendian and older implementationsGunnar Sletta2009-09-031-4/+33
* Fixed reparenting OpenGL widgets on Windows.Kim Motoyoshi Kalland2009-09-031-6/+1
* Split QGLEngineShaderManager into a shared and a per engine part.Kim Motoyoshi Kalland2009-09-021-4/+4
* Added context pointer to QGLContextGroupResources.Kim Motoyoshi Kalland2009-08-311-11/+23
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-281-6/+50
|\ \
| * | Fixed QGLWidget::renderText() when using the GL 2 paint engine.Trond Kjernåsen2009-08-281-4/+32
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-281-2/+18
* | | Attempting to make EGL compile again and fix some potentialGunnar Sletta2009-08-281-1/+7
|/ /
* | compile on x11Gunnar Sletta2009-08-271-1/+1
* | New variant of QGLContext::bindTexture that does not require mipmap generationGunnar Sletta2009-08-271-58/+224
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-211-1/+1
|\ \
| * | compile.Harald Fernengel2009-08-211-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-211-42/+9
|\ \ \ | |/ / |/| |
| * | Fix QGLWidget::showFullScreen() on X11/EGLTom Cooksey2009-08-211-2/+5
| * | Removed PBO texture upload from QGLContextPrivate::bindTexture().Samuel Rødal2009-08-211-40/+4
* | | Merge commit 'qt/master'Jason Barron2009-08-181-5/+5
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-5/+5
* | | 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-061-2/+3
|\ \ \ | |/ /
| * | fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-2/+3
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-10/+31
|\ \ \ | |/ /
| * | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-8/+29
| |\ \
| | * | Refactor texture_from_pixmap to not re-create the gl surface each bindTom Cooksey2009-07-291-9/+15
| | * | Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-281-5/+20
| * | | qdoc fix: stencil buffer is enabled by default, not disabledRhys Weatherley2009-07-301-2/+2
| |/ /
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-141/+338
|\ \ \ | |/ /
| * | Fix build on MacTom Cooksey2009-07-221-8/+27
| * | Use texture_from_pixmap on X11 & avoid copiesTom Cooksey2009-07-221-138/+158