| Commit message (Expand) | Author | Age | Files | Lines |
| * | expand tabs and related whitespace fixes in *.{cpp,h,qdoc} | Oswald Buddenhagen | 2014-01-13 | 1 | -2/+2 |
| * | Add takeTexture() to QOpenGLFramebufferObject | Laszlo Agocs | 2014-01-07 | 1 | -41/+95 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -14/+14 |
| * | Don't try to allocate a msaa FBO when it is not supported. | Gunnar Sletta | 2013-09-20 | 1 | -15/+12 |
| * | Support RGBA image format | Allan Sandfeld Jensen | 2013-07-23 | 1 | -8/+13 |
| * | doc: QOpenGLFramebufferObject::bindDefault() was marked internal | Martin Smith | 2013-06-11 | 1 | -1/+0 |
| * | Fixed error in QGLFramebufferObject and QOpenGLFramebufferObject docs. | Samuel Rødal | 2013-02-15 | 1 | -2/+2 |
| * | Fixed QOpenGLFramebufferObject docs to mention QOpenGLPaintDevice. | Samuel Rødal | 2013-02-14 | 1 | -19/+15 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Simplify and speed up OpenGL framebuffer grabbing. | aavit | 2012-11-09 | 1 | -54/+13 |
| * | Remove some dead code in switch statements | Sergio Ahumada | 2012-10-29 | 1 | -1/+0 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Fix some documentation issues. | Kim Motoyoshi Kalland | 2012-08-31 | 1 | -1/+1 |
| * | OpenGL: Use official glext.h and gl2ext.h headers | Sean Harmer | 2012-08-20 | 1 | -0/+36 |
| * | Get started with patching up the Qt GUI docs | Gunnar Sletta | 2012-06-28 | 1 | -0/+2 |
| * | Fixed QOpenGLFunctions API. | Samuel Rødal | 2012-06-18 | 1 | -1/+1 |
| * | QtGui: remove \link usages | Giuseppe D'Angelo | 2012-05-29 | 1 | -4/+4 |
| * | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -5/+5 |
| * | Set texture parameters before allocating the texture. | Gunnar Sletta | 2012-03-01 | 1 | -4/+6 |
| * | Use "OpenGL" instead of just "GL" in documentation. | Samuel Rødal | 2012-02-24 | 1 | -11/+11 |
| * | Corrected the size of mipmaps in framebuffer objects. | Kim Motoyoshi Kalland | 2012-02-15 | 1 | -2/+2 |
| * | Added support for resetting QOpenGLFramebufferObject attachments. | Samuel Rødal | 2012-02-15 | 1 | -26/+77 |
| * | Don't crash when source or target is null | Gunnar Sletta | 2012-01-30 | 1 | -2/+18 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Introduced QOpenGLContext::defaultFramebufferObject(). | Samuel Rødal | 2012-01-27 | 1 | -4/+4 |
| * | Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap. | Kim Motoyoshi Kalland | 2012-01-24 | 1 | -2/+12 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Get rid of legacy glTexParameterf calls. | Samuel Rødal | 2011-10-28 | 1 | -7/+0 |
| * | Replace implicit QAtomic* casts with explicit load()/store() | Bradley T. Hughes | 2011-10-27 | 1 | -1/+1 |
| * | Fixed some doc errors in QOpenGLFramebufferObject. | Samuel Rødal | 2011-10-10 | 1 | -30/+14 |
| * | Fixed crash in QOpenGLFramebufferObject. | Samuel Rødal | 2011-09-27 | 1 | -3/+0 |
| * | Made FBO blit behave properly | Gunnar Sletta | 2011-09-12 | 1 | -13/+21 |
| * | Improved and made public the QOpenGLPaintDevice API. | Samuel Rødal | 2011-09-08 | 1 | -116/+1 |
| * | Fix the \since 4.x tags in gui/opengl. | Samuel Rødal | 2011-09-02 | 1 | -13/+2 |
| * | Rename remaining gui/opengl source files to avoid name clashing. | Samuel Rødal | 2011-08-30 | 1 | -1/+1 |
| * | Compile without QT_DEBUG. | Morten Sorvig | 2011-08-29 | 1 | -1/+1 |
| * | Clean up legacy defines in gui/opengl. | Samuel Rødal | 2011-08-29 | 1 | -15/+8 |
| * | Copy core GL functionality to QtGui with QGL -> QOpenGL naming. | Samuel Rødal | 2011-08-29 | 1 | -0/+1354 |