summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reset the GL error stack prior to checking for errors in bindTexture()Gunnar Sletta2009-10-271-0/+5
* Fixed an assert when running the composition demo on Mac.Trond Kjernåsen2009-10-201-16/+19
* Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-191-4/+17
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-15/+8
|\
| * Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDeviceRhys Weatherley2009-10-151-1/+0
| * Centralize all GL paint engine creations into qt_qgl_paint_engine()Rhys Weatherley2009-10-151-14/+8
| * Work around broken ATI X1600 drivers on Mac OS XGunnar Sletta2009-10-131-1/+19
* | Optimized QPixmap::fill for GL backend when pixmap is used as is.Samuel Rødal2009-10-151-19/+27
* | Fixed buggy bitmap drawing in GL 2 engine on X11.Samuel Rødal2009-10-151-1/+1
* | Work around broken ATI X1600 drivers on Mac OS XGunnar Sletta2009-10-131-1/+19
|/
* Fixed an assert occuring on X11 when destroying QPixmaps under GL.Trond Kjernåsen2009-10-061-2/+4
* Fixed the X11 error output from the demos/boxes demo.Trond Kjernåsen2009-10-061-0/+5
* Merge QGLContextReference into QGLContextGroupRhys Weatherley2009-10-041-22/+42
* Move QGLContextResource management into QGLContextGroupRhys Weatherley2009-10-041-84/+25
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-021-32/+41
|\
| * Remove QHash overhead from QGLShareRegisterRhys Weatherley2009-10-021-22/+18
| * Doc: Mark new overloads with \since 4.6.Volker Hilsheimer2009-10-011-1/+6
| * QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-6/+15
| * Fix EGL/GLX surface leak when using texture-from-pixmapTom Cooksey2009-09-291-3/+2
* | Added timings to the QGL_BIND_TEXTURE_DEBUG debug outputsGunnar Sletta2009-10-021-8/+20
|/
* Fixed a crash in the boxes demo when using -graphicssystem opengl.Trond Kjernaasen2009-09-281-1/+1
* QGLContext::drawTexture() is not supported under OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+15
* Start to separate the EGLSurface from QEglContext in QtOpenGLRhys Weatherley2009-09-241-0/+1
* qdoc: QGLContext::drawTexture referring to itself.Rhys Weatherley2009-09-171-4/+0
* Performance: reduce TLS overhead of QGLContext::currentContext()Rhys Weatherley2009-09-141-3/+24
* qdoc: QGLWidget::colormap() returns a QGLColormap, not a QColormapRhys Weatherley2009-09-141-2/+2
* Use redF(), etc when setting GL colorsRhys Weatherley2009-09-141-5/+3
* qdoc: QGLFormat documentation improvementsRhys Weatherley2009-09-141-5/+9
* qdoc: QGLWidgets -> QGLWidget, etc, for proper doc linking.Rhys Weatherley2009-09-131-10/+10
* QGLWidget::fontDisplayListBase() is not supported under OpenGL/ESRhys Weatherley2009-09-131-2/+8
* qdoc: qglColor() doesn't work under OpenGL/ES 2.0Rhys Weatherley2009-09-131-0/+4
* Make QGLWidget::renderText() desktop onlyRhys Weatherley2009-09-131-175/+72
* Make mipmaps work on OpenGL/ES 2.0Rhys Weatherley2009-09-111-0/+12
* 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