summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.7' into 5.8Sean Harmer2016-10-106-135/+1393
|\
| * Update QML type information for Qt CreatorKevin Ottens2016-09-266-135/+1393
* | Skybox examples: do not mirror imagesPaul Lemire2016-10-101-6/+6
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-201-9/+9
|\|
| * Fix camera controllersMiikka Heikkinen2016-09-051-9/+9
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-5/+22
|\|
| * Update QEntity docsAntti Määttä2016-09-021-5/+22
* | MSVC2015_64 "internal compiler error" fixesv5.8.0-alpha1Tomi Korpipää2016-08-313-7/+8
* | Enable QRenderCapture usage in the backendAntti Määttä2016-08-291-0/+3
* | OrbitCameraController: disable logical device when disabledPaul Lemire2016-08-271-0/+1
* | FirstPersonCameraController: disabled logical device when disabledPaul Lemire2016-08-271-0/+1
* | Improve robustness of QML plugin loadingSimon Hausmann2016-08-266-6/+6
* | QSkyboxEntity: remove camera translation propertyPaul Lemire2016-08-261-7/+1
* | ForwardRenderer: allow to disable frustum cullingPaul Lemire2016-08-261-0/+2
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-231-1/+7
|\|
| * PhongAlphaMaterial: allow to specify the blending argumentsPaul Lemire2016-08-191-1/+7
* | Merge dev into 5.8Oswald Buddenhagen2016-08-224-8/+0
|\ \
| * | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-214-8/+0
* | | Qt3DExtras: ForwardRenderer.qml add alias tfor external target sizePaul Lemire2016-08-191-0/+1
|/ /
* | Merge branch '5.7' into devSean Harmer2016-08-144-74/+11
|\|
| * Avoid code dup. in Scene3DItem and Qt3DQuickWindowKevin Ottens2016-08-073-70/+11
| * Remove qboundingvolumedebugSean Harmer2016-08-041-4/+0
* | Add partial data update support for QBufferOleg Evseev2016-08-133-10/+23
|/
* Fix NormalDiffuseMapAlpha materialPaul Lemire2016-07-224-7/+119
* Use trilinear filtering for normal mapsSean Harmer2016-07-213-3/+3
* Quick3DBuffer: do not always convert from QJSValuePaul Lemire2016-07-171-2/+10
* Generate mips for normal mapsSean Harmer2016-07-123-0/+3
* Qt3DQuickWindow: subclass QWindowPaul Lemire2016-06-302-4/+41
* Split effects from materialsTomi Korpipää2016-06-2114-666/+339
* Scene3DItem: set aspect ratio properly the first timePaul Lemire2016-06-111-0/+2
* Qt3DQuickWindow: set proper aspect ratio on creationPaul Lemire2016-06-111-2/+4
* Use QSurfaceFormat::defaultFormat for sample countSvenn-Arne Dragly2016-06-081-1/+4
* Scene3DItem: allow to instantiate Logic aspectPaul Lemire2016-05-272-2/+6
* TextureMaterial.qml change remaining annotations to filterKeys.Unai IRIGOYEN2016-05-231-3/+3
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-231-0/+27
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-234-7/+7
* Make sure the axisSettings is found by QtCreatorKevin Ottens2016-05-231-28/+4
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-231-3/+3
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-231-4/+26
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-0/+6
* Merge branch '5.6' into 5.7Sean Harmer2016-05-191-1/+1
|\
| * Eliminate references to dead memoryWieland Hagen2016-05-041-1/+1
* | De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+6
* | Add more explicitMarc Mutz2016-05-141-1/+1
* | Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-1410-0/+30
* | quick3d: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-1/+1
* | Quick3DNode: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-05-141-2/+2
* | quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-1423-44/+71
* | Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-143-5/+5
* | Update QML type info due to Input API changesKevin Ottens2016-05-121-8/+46