summaryrefslogtreecommitdiffstats
path: root/src/opengl/opengl.pro
Commit message (Expand)AuthorAgeFilesLines
* Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-121-0/+6
* Move QOpenGLTimerQuery to from QtGui to QtOpenGLJohan Klokkhammer Helsing2019-12-121-0/+8
* Move QOpenGLDebugLogger from QtGui to QtOpenGLJohan Klokkhammer Helsing2019-12-111-0/+4
* Remove deprecated QGL* classesJohan Klokkhammer Helsing2019-12-111-46/+3
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | Remove references to obsolete platformsJake Petroules2017-11-051-1/+0
|/
* Convert features.graphicseffect to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-2/+5
* Remove last traces of MeeGoLars Knoll2016-11-231-2/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+2
* QtConcurrent/QtOpenGL(Extensions)/QtPrintSupport/QtTestLib/QtXml: add QT_NO_F...Marc Mutz2016-05-121-1/+2
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-2/+2
* qpa: Merge qgl_qpa.cpp into qgl.cppTor Arne Vestbø2014-05-151-2/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-1/+0
|\
| * purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-041-1/+0
* | Do not pull in egl for QtGui and QtOpenGLLaszlo Agocs2014-03-251-1/+0
|/
* Support multiple native surfaces on Android.BogDan Vatra2014-01-171-3/+0
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-0/+3
* Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-2/+0
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
* Modularize documenation buildTor Arne Vestbø2012-10-101-3/+2
* Added QGLPixelBuffer implementation using framebuffer objects.Samuel Rødal2012-09-271-2/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-061-2/+0
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-1/+1
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+0
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
* EGLFS: Integrate building into configure.Donald Carr2012-03-211-2/+0
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Gui/OpenGL: Remove remains of qpa from profiles.Friedemann Kleint2011-10-311-1/+0
* Rename remaining gui/opengl source files to avoid name clashing.Samuel Rødal2011-08-301-1/+0
* Build on Windows/clean build on Linux.Friedemann Kleint2011-08-291-2/+0
* Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-161-90/+30
* Remove nativeimagehandleprovider.Samuel Rødal2011-07-271-19/+1
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-0/+1
|\
| * Moved red-black tree from qtriangulator.cpp into its own file.Kim Motoyoshi Kalland2011-07-151-0/+1
* | Bring OpenGL closer to compiling on Windows.Friedemann Kleint2011-07-111-2/+4
* | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-17/+5
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-1/+3
|\|
| * Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-081-0/+2
| * Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-1/+3
|\|