summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix API consistency in QAttributeKevin Ottens2016-07-211-4/+4
* Fix applications using SceneLoader crashing at exitJanne Koskinen2016-06-081-29/+29
* GLTFIO: fix mem leak and invalid QEntity tree constructionMarc Mutz2016-06-081-0/+1
* Fix crash when a referenced shader program isn't found in a gltf file.Volker Krause2016-05-281-3/+3
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-2/+2
* Move QTextureImageDataGenerator to its own headerPaul Lemire2016-05-201-0/+1
* Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-142-0/+6
* plugins: eradicate all Q_FOREACH loopsMarc Mutz2016-05-141-2/+6
* GLTFIO: claim copyright for the substantial recent changesMarc Mutz2016-05-051-1/+1
* GLTFIO: move QFile::readAll() into resolveLocalData()Marc Mutz2016-05-052-10/+7
* GLTFIO: replace QMap with QHashMarc Mutz2016-05-051-11/+11
* GLTFIO: includemocsMarc Mutz2016-05-051-0/+2
* GLTFIO: use printf-style qWarning/qDebug where possibleMarc Mutz2016-05-051-58/+81
* GLTFIO: wrap remaining qWarning()s in Q_UNLIKELYMarc Mutz2016-05-051-27/+27
* GLTFIO: replace static const QLatin1Strings with #definesMarc Mutz2016-05-051-69/+69
* GLTFIO: brush up ctors of nested structsMarc Mutz2016-05-052-19/+16
* GLTFIO: avoid some hidden detachesMarc Mutz2016-05-051-2/+2
* GLTFIO: remove {QMap,QMultiHash}::remove() callsMarc Mutz2016-05-051-4/+6
* GLTFIO: eradicate remaining Q_FOREACH loopsMarc Mutz2016-05-051-12/+14
* GLTFIO: remove {QMap,QMultiHash}::contains() callsMarc Mutz2016-05-051-38/+53
* GLTFIO: fix leak of QShaderProgram in processJSONProgram()Marc Mutz2016-05-051-3/+2
* GLTFIO: don't iterate over QMap::values()Marc Mutz2016-05-051-20/+15
* GLTFIO: don't iterate over QMap::keys()Marc Mutz2016-05-051-6/+6
* GLTFIO: don't iterate over QJsonObject::keys()Marc Mutz2016-05-051-57/+52
* GLTFIO: replace QStringLiteral and C literals with QLatin1Strings in comparisonsMarc Mutz2016-05-051-36/+36
* GLTFIO: the standard uniform name isn't actually neededMarc Mutz2016-05-052-32/+26
* GLTFIO: use QLatin1String instead of QStringLiteralMarc Mutz2016-05-051-73/+69
* GLTFIO: remove QJsonObject::contains() callsMarc Mutz2016-05-051-47/+62
* QTexImageData to QTextureImageDataFranck Arrecot2016-05-031-3/+3
* Make QSceneIOPlugin private for the time beingKevin Ottens2016-05-032-2/+2
* Fix CLANG reported warningsMike Krus2016-05-022-6/+6
* Rename QSceneParserPlugin to QSceneIOPluginFranck Arrecot2016-05-028-172/+170
* Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-013-66/+66
* Strip out cloning subsystemSean Harmer2016-04-291-1/+0
* Adapt the assimp scene parser to use the node factorySean Harmer2016-04-281-22/+69
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-235-19/+21
* Merge branch '5.6' into 5.7Sean Harmer2016-04-162-8/+10
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-252-8/+10
* | Removed QBlendStateSeparateWieland Hagen2016-04-071-7/+7
* | QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-064-16/+16
* | QAbstractTextureImage API review changesRobert Brock2016-04-051-1/+1
* | QDepthMask transformed into QNoDepthMaskPaul Lemire2016-03-211-3/+6
* | SceneIOHandler is now private APIFranck Arrecot2016-03-092-2/+2
* | Class QAbstractSceneParser renamed to QSceneIOHandlerFranck Arrecot2016-03-096-8/+8
* | QTechnique renamingRobert Brock2016-03-081-1/+1
* | QPolygonOffset renamed units to depthStepsRobert Brock2016-03-081-1/+1
* | Rename QTextureDataFunctor to QTextureImageDataGeneratorFranck Arrecot2016-03-071-7/+7
* | QBlendState cleanupPaul Lemire2016-03-051-4/+4
* | QBlendEquation renamed mode to functionRobert Brock2016-03-051-1/+1