summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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