summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use texture() GLSL function rather than texture2D() in core profileSean Harmer2017-11-171-1/+1
* Split animation callback handling into its own frontend classSean Harmer2017-11-169-73/+349
* Fix: run filterlayerjob when enabled changes on EntitiesPaul Lemire2017-11-161-4/+10
* Fix rendering following LayersDirtyPaul Lemire2017-11-166-105/+184
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Lars Knoll2017-11-1513-154/+252
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-1513-154/+252
| |\
| | * Add layer entity filter cachingSvenn-Arne Dragly2017-11-149-13/+145
| | * Rework resource handlingLars Knoll2017-11-073-144/+124
| | * Deal with trailing spaces and crlfKevin Ottens2017-11-071-0/+4
* | | Make sure m_mappingType is initialized in ChannelMappingSvenn-Arne Dragly2017-11-151-0/+1
* | | Replace all phong variants with QDiffuseSpecularMaterialKevin Ottens2017-11-1512-0/+744
|/ /
* | Remove unnecessary list searchesChristian Strømme2017-11-141-8/+12
* | Reserve vector size ahead of time in the AttachmentPack classChristian Strømme2017-11-141-0/+2
* | Use std::move when returning the dirty buffers listChristian Strømme2017-11-141-3/+1
* | Fix warnings caused by QClipAnimator calling QNode::sceneChangeEventAndy Nichols2017-11-141-1/+2
* | Add missing layer to the baseColorMap nodeKevin Ottens2017-11-071-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3116-24/+415
|\|
| * Fix SortPolicy sorting key generationLaszlo Agocs2017-10-203-4/+29
| * Doc: Add doc for undocumented methodsNico Vertriest2017-10-201-0/+6
| * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-205-4/+346
| * Doc: add doc to undocumented classesNico Vertriest2017-10-205-1/+21
| * Render next frame if texture data is not availableHarald Vistnes2017-10-093-3/+11
| * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-062-2/+2
| |\
| | * Make m_pressAndHoldTimer into a raw pointer to avoid deleting it twiceSvenn-Arne Dragly2017-09-282-2/+2
| * | Fix race in rendererPaul Lemire2017-10-061-10/+0
* | | Fix memory leakv5.10.0-beta3Jesus Fernandez2017-10-241-0/+1
* | | Remove qfirstpersoncameracontroller_p.h from defaults.priFriedemann Kleint2017-10-201-1/+0
* | | Doc: add doc to undocumented classes qt3dv5.10.0-beta2Nico Vertriest2017-10-132-6/+82
* | | Connect the normal parameter to the right signalKevin Ottens2017-10-131-1/+1
* | | Have all the Phong variations based on a graphKevin Ottens2017-10-1325-307/+609
* | | Doc: Add the correct namespace for QAbstractCameraControllerTopi Reinio2017-10-121-1/+1
* | | Doc: add doc to undocumented methods in qt3dwindow.cppNico Vertriest2017-10-091-1/+27
* | | Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-0610-51/+143
* | | Fix setting running property when animators finishSean Harmer2017-10-061-0/+1
* | | Fix dolly in/out speed calculationSean Harmer2017-10-061-1/+1
* | | Add qDebug operator for MappingDataSean Harmer2017-10-061-0/+15
* | | Don't warn about buffers with unknown attribute typesSean Harmer2017-10-061-2/+0
* | | Support loading animation data from glTF 2 filesSean Harmer2017-10-064-23/+1125
* | | Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-062-21/+34
* | | Merge branch '5.9' into 5.10Sean Harmer2017-10-052-18/+61
|\| |
| * | Fix reformatting of clip evaluation resultsSean Harmer2017-10-051-12/+48
| * | Improve debug output for fcurvesSean Harmer2017-10-051-6/+19
* | | Add Qt3DExtras::QAbstractCameraControllerv5.10.0-beta1Andy Maloney2017-10-0310-843/+810
* | | Update render aspect skeleton's local posesSean Harmer2017-10-031-1/+6
* | | Initialize callback to nullptr in MappingData structSean Harmer2017-10-031-1/+1
* | | Clear channel component indices for those not present in animationSean Harmer2017-10-033-3/+10
* | | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-036-1/+85
* | | Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-034-21/+92
* | | Merge branch '5.9' into 5.10Sean Harmer2017-09-3013-92/+100
|\| |
| * | Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-292-61/+0