summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded check.Sergio Martins2012-03-101-1/+1
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-082-5/+3
* 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
* Prevent stack corruption when using OpenGL Core ProfileSean Harmer2012-02-281-1/+2
* Use "OpenGL" instead of just "GL" in documentation.Samuel Rødal2012-02-244-37/+37
* Add GL_BGR to the list of defined GL constants, right next to GL_BGRASimon Hausmann2012-02-211-0/+3
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Remove a couple of QtGui/QtGui header entriesAndy Shaw2012-02-152-2/+2
* Added support for resetting QOpenGLFramebufferObject attachments.Samuel Rødal2012-02-153-27/+82
* Produce unimplemented warning for QOpenGLBuffer::map only onceAlex Wilson2012-02-151-2/+10
* 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-3037-37/+37
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-273-4/+9
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2512-12/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-1/+1
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-247-37/+66
* Mark QTriangulatingStroker as Q_GUI_EXPORTAlex Wilson2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-2337-37/+37
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-4/+2
* Don't include qdialog.hLars Knoll2012-01-121-1/+0
* Fixed QOpenGLShader::log().Kim Motoyoshi Kalland2012-01-111-1/+0
* We should return texture id 0 for invalid images and pixmapsJørgen Lind2012-01-101-0/+4
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-0537-37/+37
* Export QOpenGLTextureCacheJørgen2012-01-041-1/+1
* Remove template <class T> class QRingBufferJoão Abecasis2011-12-121-72/+0
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-011-1/+1
* QtGui: Fix a crash in OpenGL on Windows.Friedemann Kleint2011-11-291-0/+4
* Add comment to the obscure initialization of QOpenGLFunctions.Friedemann Kleint2011-11-281-0/+4
* Fixed compile of QtGui with -qtnamespace.Rohan McGovern2011-11-171-4/+4
* Fix subpixel positioning supportJiang Jiang2011-11-081-6/+7
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-283-25/+18
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Fix compiler warnings.Friedemann Kleint2011-10-271-5/+2
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-133-37/+0
* Removed src/gui/opengl/qopenglcolormap.*Samuel Rødal2011-10-103-404/+0
* Fixed some doc errors in QOpenGLFramebufferObject.Samuel Rødal2011-10-102-31/+14
* Fixed missing snippets for QOpenGLShaderProgram.Samuel Rødal2011-10-101-3/+3
* Easier shader debuggingJani Uusi-Rantala2011-10-101-8/+48
* Fixed crash due to uninitialized pointer in OpenGL texture glyph cache.Samuel Rødal2011-10-071-0/+1
* Fix ́́`macros' function test of `tst_headers'Sergio Ahumada2011-10-031-0/+6
* Use module prefixed include paths, avoids warnings in configure.Pekka Vuorela2011-09-281-1/+1
* Fixed crash in QOpenGLFramebufferObject.Samuel Rødal2011-09-271-3/+0
* Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-125-118/+329
* Fixed auto-test failure in tst_QOpenGL.Samuel Rødal2011-09-121-1/+1
* Made FBO blit behave properlyGunnar Sletta2011-09-122-13/+25
* Use the context we're givenGunnar Sletta2011-09-121-1/+1
* use QtGui/ based includesGunnar Sletta2011-09-091-1/+1