summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglframebufferobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-14/+14
* qdoc: QGLFrameBufferObject::bindDefault() was marked \internalMartin Smith2013-06-101-1/+0
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-2/+2
|\
| * Fixed error in QGLFramebufferObject and QOpenGLFramebufferObject docs.Samuel Rødal2013-02-151-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-171-3/+3
|\|
| * Rename function to fix symbol clash in static buildKai Koehne2013-02-111-3/+3
* | Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-73/+76
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Properly deprecated QGLFramebufferObject and QGLFramebufferObjectFormatSamuel Rødal2012-11-271-1/+5
* Improve OpenGL docsJan Arve Saether2012-11-271-0/+2
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Documented QtOpenGL classes that have better replacements as obsolete.Samuel Rødal2012-09-141-0/+3
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-54/+90
* QtOpenGL: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-9/+9
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* 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
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-211-0/+1
* Build on Windows/clean build on Linux.Friedemann Kleint2011-08-291-2/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-2/+2
* Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-291-30/+57
* Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-161-107/+3
* Removed QPaintDevice dependency in blitFramebuffer().Samuel Rødal2011-08-091-2/+4
* Export the qt_gl_read_framebuffer function for use in declarativeGunnar Sletta2011-05-301-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-3/+6
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1398