summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Doc: Fixed qdoc warnings.David Boddie2011-05-111-3/+6
|/
* Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-3/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-2/+2
|\
| * Fix static build on Windows with MinGW.Mark Brand2011-01-171-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Added mipmap property to QGLFramebufferObjectFormat.Kim Motoyoshi Kalland2010-11-261-3/+37
* | Reapply "Fixed painter path drawing on FBO without stencil buffer."Kim Motoyoshi Kalland2010-11-021-0/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-7/+16
|\|
| * Functions that are externally defined to QtOpenGL needs to be imported.Jani Hautakangas2010-10-211-2/+2
| * Fix GL_OES_element_index_uint and add GL_OES_depth24 detection.Jani Hautakangas2010-10-201-5/+14
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-29/+76
|\|
| * Fix compilationOlivier Goffart2010-09-221-2/+2
| * Revert "Fixed painter path drawing on FBO without stencil buffer."Kim Motoyoshi Kalland2010-09-221-4/+0
| * Fixed stencil buffer on FBOs with OpenGL ES.Kim Motoyoshi Kalland2010-09-221-25/+76
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-0/+4
|\|
| * Fixed painter path drawing on FBO without stencil buffer.Kim Motoyoshi Kalland2010-09-201-0/+4
* | Doc update regarding threaded painting with QPainter in the QGL module.Trond Kjernåsen2010-09-091-0/+7
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-2/+2
|\|
| * OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0.Christian Kamm2010-08-091-2/+2
* | Redesigned how GL resource management works.Trond Kjernåsen2010-07-021-4/+4
|/
* Added static version of QGLFramebufferObject::release().Kim Motoyoshi Kalland2010-06-021-0/+30
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-181-1/+1
|\
| * doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-0/+7
|\ \ | |/ |/|
| * Moved 'hasAlpha' property from GL2 engine to GL paint device.Kim Motoyoshi Kalland2010-02-121-0/+7
* | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-7/+3
|/
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-7/+5
* Update copyright year to 2010Jason McDonald2010-01-071-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-141-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