summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-7/+5
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Update FBO docs to describe how QPainter changes the GL stateRhys Weatherley2009-12-171-0/+6
* Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-041-2/+2
* Fix docs for QGLFramebufferObject & add warnings in bind/releaseTom Cooksey2009-11-051-7/+16
* Remove unnessisary QGLFBOGLPaintDevice re-implementationsTom Cooksey2009-11-051-30/+0
* Removed the FBO stacking behaviour and the test attached to it.Trond Kjernåsen2009-11-051-26/+7
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-1/+3
|\
| * Don't delete an fbo's texture if the fbo isn't using a textureRhys Weatherley2009-10-121-1/+3
* | Fixed a crash in the tst_qgl test.Trond Kjernåsen2009-10-161-1/+2
* | Fixed bug when using QGLWidgets in -graphicssystem openglSamuel Rødal2009-10-121-0/+17
|/
* Check the framebuffer format against a format, not a texture targetRhys Weatherley2009-10-091-1/+1
* Make QGLFramebufferObject crash-proof if QGLContext destroyed firstRhys Weatherley2009-10-011-23/+35
* qdoc fixes to QGLFramebufferObject::blitFramebuffer()Rhys Weatherley2009-09-281-6/+11
* Don't round-trip to GL server for glGetError() in release mode.Rhys Weatherley2009-09-151-1/+10
* qdoc: document default values for QGLFramebufferObject propertiesRhys Weatherley2009-09-131-9/+17
* Made GL window surface work better with native child widgets.Samuel Rødal2009-09-111-0/+2
* Return the correct QGLFormat to the OpenGL1 paint engine for FBO'sRhys Weatherley2009-09-101-2/+13
* Fix build breakage on Mac CarbonTom Cooksey2009-09-091-1/+1
* Remove duplicate setFBO calls introduced by QGLPaintDevice mergeTom Cooksey2009-09-091-2/+0
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-081-0/+9
* Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-081-72/+41
* Add operator== and != to QGLFramebufferObjectFormatRhys Weatherley2009-09-081-0/+28
* Convert QGLFramebufferObjectFormat to use implicit sharingRhys Weatherley2009-09-081-15/+56
* Fixed compile failure on Mac OS X.Samuel Rødal2009-09-071-2/+1
* Fixed crash in print preview dialog with graphicssystem OpenGL.Kim Motoyoshi Kalland2009-09-071-17/+18
* Make QGLFramebufferObject::isBound() check it is the bound fboTom Cooksey2009-09-041-5/+3
* Slightly improved QGLFramebufferObjectFormat API.Samuel Rødal2009-09-041-14/+15
* Fixed issues with using GLenum in public API on mac.Samuel Rødal2009-09-031-31/+41
* Unambiguated QGLFramebufferObject constructor on Mac OS X.Samuel Rødal2009-09-011-1/+1
* Fixed toImage() not working on a multisample QGLFramebufferObject.Samuel Rødal2009-09-011-0/+10
* Fixed QGLFramebufferObject::toImage() releasing the FBO if bound.Samuel Rødal2009-09-011-2/+5
* Fixed having a QPainter active on several FBOs at the same time.Samuel Rødal2009-08-311-10/+29
* 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
* | Fixed QGLWidget::renderText() when using the GL 2 paint engine.Trond Kjernåsen2009-08-281-1/+1
* | Added some information to QGLFramebufferObject documentationSamuel Rødal2009-08-281-4/+4
* | Merge commit 'qt/master'Jason Barron2009-08-181-4/+2
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
| * | Removed unused member variable from QGLFramebufferObjectPrivate.Kim Motoyoshi Kalland2009-08-171-2/+0
* | | 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-07-301-1/+4
|\ \ \ | |/ /
| * | Fixed incorrect QGLFramebufferObject documentation.Samuel Rødal2009-07-281-1/+4
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-26/+1
|\ \ \ | |/ /
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-2/+1
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-24/+0
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-6/+4
|\ \ \ | |/ /