summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+1560
|\
| * GLTFIO: check return value of QFile::open()Marc Mutz2016-10-051-6/+4
* | 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
* | Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* | 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
* | Make QSceneIOPlugin private for the time beingKevin Ottens2016-05-031-1/+1
* | Fix CLANG reported warningsMike Krus2016-05-021-5/+5
* | Rename QSceneParserPlugin to QSceneIOPluginFranck Arrecot2016-05-024-109/+108
* | Q_NULLPTR -> nullptrSean Harmer2016-05-011-46/+46
* | Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-233-13/+14
* | Merge branch '5.6' into 5.7Sean Harmer2016-04-161-4/+5
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+5
* | Removed QBlendStateSeparateWieland Hagen2016-04-071-7/+7
* | QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-062-11/+11
* | QDepthMask transformed into QNoDepthMaskPaul Lemire2016-03-211-3/+6
* | SceneIOHandler is now private APIFranck Arrecot2016-03-091-1/+1
* | Class QAbstractSceneParser renamed to QSceneIOHandlerFranck Arrecot2016-03-093-4/+4
* | QTechnique renamingRobert Brock2016-03-081-1/+1
* | QPolygonOffset renamed units to depthStepsRobert Brock2016-03-081-1/+1
* | QBlendState cleanupPaul Lemire2016-03-051-4/+4
* | QBlendEquation renamed mode to functionRobert Brock2016-03-051-1/+1
* | QColorMask properties renamedRobert Brock2016-03-051-4/+4
* | QAbstractSceneParser property renamingRobert Brock2016-03-032-2/+2
* | QAttribute API changesPaul Lemire2016-02-292-3/+3
* | QPolygonOffset renamed factor to scaleFactorRobert Brock2016-02-271-1/+1
* | QFrontFace renamed FaceDir to WindingDirectionRobert Brock2016-02-261-1/+1
* | QDepthTest rename func to depthFunctionRobert Brock2016-02-261-1/+1
* | Remove ParameterMappingPaul Lemire2016-02-261-5/+1
* | QAttribute: merge with QAbstractAttributePaul Lemire2016-02-261-1/+1
* | Unify license header usageAntti Kokko2016-01-263-36/+45