aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontextplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-101-2/+0
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-0/+2
* Fix memory leak in QSGAdaptationBackendDataFrederik Gladhorn2018-07-311-0/+7
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-5/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-1/+1
* Use the qEnvironmentVariable function from QtCoreThiago Macieira2017-09-141-4/+4
* Move default renderer selection from build to run timeSami Nurmenniemi2017-06-161-4/+7
* Add a method to query the scene graph backendMichael Brüning2017-04-271-0/+9
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-6/+6
* Fix build with QT_NO_LIBRARYSamuli Piippo2016-10-281-1/+1
* Make scenegraph plugin logs and warnings work in release buildsLaszlo Agocs2016-07-151-4/+0
* Add an API to set the scenegraph backendLaszlo Agocs2016-05-301-10/+21
* Convert d3d12 backend into a pluginLaszlo Agocs2016-04-131-6/+0
* Route ShaderEffect through the old GL implLaszlo Agocs2016-04-131-2/+19
* Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-3/+16
* Turn the SoftwareContext plugin into the Scenegraph Software AdaptationAndy Nichols2016-03-101-0/+2
* Add the skeleton for a D3D12 backendLaszlo Agocs2016-02-191-0/+6
* Make it possible to have built-in adaptationsLaszlo Agocs2016-02-151-47/+73
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-4/+0
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-101-3/+3
* Remove usage of deprecated plugin loader functionality.Friedemann Kleint2012-05-151-1/+3
* Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-051-0/+18
* Merge master <-> api_changesMatthew Vogt2012-03-051-8/+7
|\
| * The plugin is cleaned up by the plugin loader so don't double-deleteGunnar Sletta2012-02-241-8/+7
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-3/+3
|/
* Use a singleton for the plugin.Gunnar Sletta2012-02-081-8/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Reintroduce plugin support for asynchronous hardware specific texturesGunnar Sletta2012-01-131-28/+81
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+104