summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Fix static build on Windows with MinGW.Mark Brand2011-01-171-2/+2
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* 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
* 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
* Fixed painter path drawing on FBO without stencil buffer.Kim Motoyoshi Kalland2010-09-201-0/+4
* OpenGL: Fix multisample renderbuffer creation when MAX_SAMPLES is 0.Christian Kamm2010-08-091-2/+2
* 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-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