summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document returned format of QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-05-061-0/+3
* Rename new QOpenGLContext APIsLaszlo Agocs2014-04-251-7/+7
* Avoid an "OpenGL Error: 1282" output when resizing a QOpenGLWidgetJocelyn Turcotte2014-04-021-0/+2
* Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-101-21/+22
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-7/+7
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-141-36/+52
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+2
|\
| * Do not query max samples on glesLaszlo Agocs2014-02-051-0/+2
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* | Add takeTexture() to QOpenGLFramebufferObjectLaszlo Agocs2014-01-071-41/+95
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-14/+14
* Don't try to allocate a msaa FBO when it is not supported.Gunnar Sletta2013-09-201-15/+12
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-8/+13
* doc: QOpenGLFramebufferObject::bindDefault() was marked internalMartin Smith2013-06-111-1/+0
* Fixed error in QGLFramebufferObject and QOpenGLFramebufferObject docs.Samuel Rødal2013-02-151-2/+2
* Fixed QOpenGLFramebufferObject docs to mention QOpenGLPaintDevice.Samuel Rødal2013-02-141-19/+15
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Simplify and speed up OpenGL framebuffer grabbing.aavit2012-11-091-54/+13
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-311-1/+1
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-0/+36
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+2
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-181-1/+1
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-5/+5
* Set texture parameters before allocating the texture.Gunnar Sletta2012-03-011-4/+6
* Use "OpenGL" instead of just "GL" in documentation.Samuel Rødal2012-02-241-11/+11
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Added support for resetting QOpenGLFramebufferObject attachments.Samuel Rødal2012-02-151-26/+77
* Don't crash when source or target is nullGunnar Sletta2012-01-301-2/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-271-4/+4
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-281-7/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Fixed some doc errors in QOpenGLFramebufferObject.Samuel Rødal2011-10-101-30/+14
* Fixed crash in QOpenGLFramebufferObject.Samuel Rødal2011-09-271-3/+0
* Made FBO blit behave properlyGunnar Sletta2011-09-121-13/+21
* Improved and made public the QOpenGLPaintDevice API.Samuel Rødal2011-09-081-116/+1
* Fix the \since 4.x tags in gui/opengl.Samuel Rødal2011-09-021-13/+2
* Rename remaining gui/opengl source files to avoid name clashing.Samuel Rødal2011-08-301-1/+1
* Compile without QT_DEBUG.Morten Sorvig2011-08-291-1/+1
* Clean up legacy defines in gui/opengl.Samuel Rødal2011-08-291-15/+8
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-0/+1354