summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-151-2/+2
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-091-0/+3
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3042-42/+42
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Introduced QOpenGLContext::defaultFramebufferObject().Samuel Rødal2012-01-272-0/+6
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2513-13/+0
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-241-7/+8
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-241-2/+12
* Update contact information in license headers.Jason McDonald2012-01-2342-42/+42
* Fixed crash in GL 2 paint engine on Intel Atom.Samuel Rødal2012-01-174-11/+15
* Fixed QGLContext::getProcAddress() to return a function pointer.Samuel Rødal2012-01-164-8/+6
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-4/+2
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-0542-42/+42
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-011-1/+1
* Fix subpixel positioning supportJiang Jiang2011-11-081-1/+1
* Gui/OpenGL: Remove remains of qpa from profiles.Friedemann Kleint2011-10-311-1/+0
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-284-42/+31
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-3/+3
* Fix compiler warnings.Friedemann Kleint2011-10-271-4/+1
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-211-0/+1
* OpenGL: Remove Q_WS_ defines.Friedemann Kleint2011-10-186-76/+0
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-3/+0
* Remove duplicate check for glDeleteProgramKent Hansen2011-10-051-1/+0
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-032-2/+2
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-032-70/+0
* revert bogus .pro.user file additionOswald Buddenhagen2011-09-141-83/+0
* Fixed tst_QGL::destroyFBOAfterContext().Samuel Rødal2011-09-073-2/+13
* Fixed crash in tst_QGL::multipleFBOInterleavedRendering().Samuel Rødal2011-09-071-5/+7
* Rename remaining gui/opengl source files to avoid name clashing.Samuel Rødal2011-08-302-574/+0
* Build on Windows/clean build on Linux.Friedemann Kleint2011-08-296-2766/+3
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-2950-8526/+79
* Move GL resource handling enablers to QtGui.Samuel Rødal2011-08-2915-448/+363
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-1/+1
|\
| * Remove all non-const operator==Harald Fernengel2011-08-091-1/+1
* | compile after removal of OpenGL 1 paint engineGunnar Sletta2011-08-173-14/+2
* | Build fix after setPreferredPaintEngine was removedPaul Olav Tvete2011-08-171-2/+0
* | Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-1634-15323/+53
* | Get rid of unused convenience class in QtOpenGL.Samuel Rødal2011-08-163-76/+0
* | Removed QPaintDevice dependency in blitFramebuffer().Samuel Rødal2011-08-091-2/+4
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-033-13/+7
|\|
| * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-252-5/+5
| * Making cached glyphs drawing check clearerJiang Jiang2011-07-251-8/+2
* | Remove nativeimagehandleprovider.Samuel Rødal2011-07-272-491/+1
* | Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-5/+8
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-213-518/+577
|\|
| * Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-211-5/+5
| * Moved red-black tree from qtriangulator.cpp into its own file.Kim Motoyoshi Kalland2011-07-153-518/+577
* | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-197-111/+111