summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update NodeInstantiator's children on parent updateMauro Persano2017-06-162-0/+15
* Doc: typo in definition qmltypeNico Vertriest2017-06-161-1/+1
* Fix mix up regarding QVariant::isNull() and isValid()Laszlo Agocs2017-06-161-2/+2
* Add missing private export macrosMike Krus2017-06-1638-38/+76
* Pick the right type for QVariant channel targetsLaszlo Agocs2017-06-142-0/+11
* Add support for linear interpolation in clip jsonLaszlo Agocs2017-06-141-7/+12
* Fix memory leak in Quick3DNodeInstantiatorPrivateMauro Persano2017-06-141-1/+2
* Add support for animating a QColorLaszlo Agocs2017-06-141-3/+19
* Implement linear interpolation for animationsLaszlo Agocs2017-06-141-5/+28
* Fix small memory leak in QRenderAspectPrivateMauro Persano2017-06-091-0/+2
* Fix small memory leak in GraphicsContextMauro Persano2017-06-091-0/+2
* Doc: add basic doc to undocumented classesNico Vertriest2017-06-096-0/+32
* Remove redundant code in AlphaCoverage/SeamlessCubemap render statesMauro Persano2017-06-083-19/+6
* Fix animation inifinite loopingLaszlo Agocs2017-06-081-1/+1
* Initialize member variable (found by GCC 7)Thiago Macieira2017-06-061-0/+1
* Make render states honor the enabled flagMauro Persano2017-06-061-2/+5
* Fix GCC 7 warning about case fallthroughThiago Macieira2017-06-031-1/+1
* Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-034-6/+6
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-314-17/+33
|\
| * Don't use a static value for the value type providerv5.9.0-rc2v5.9.0-rc1v5.9.0Sean Harmer2017-05-191-3/+6
| * OnDemand rendering: only skip rendering jobsPaul Lemire2017-05-193-14/+27
* | Support setting texture format on QTextureLoaderSean Harmer2017-05-302-25/+64
* | Add reference count for backend buffersMauro Persano2017-05-303-7/+27
* | Fix crash when loading fbx file with embedded texturesMounir BOUDRIFA2017-05-301-1/+1
* | Fix context sharing in scene2dMäättä Antti2017-05-272-10/+6
* | Fix container detachments detected by clazySergio Martins2017-05-265-6/+9
* | Doc: add doc to undocumented Qt3D classesNico Vertriest2017-05-226-0/+43
* | Merge branch '5.9.0' into 5.9Sean Harmer2017-05-2070-874/+2385
|\|
| * Don't use seamless cubemap on GL <3.2Sean Harmer2017-05-171-2/+0
| * Ensure normal vector is normalized following interpolationSean Harmer2017-05-161-2/+4
| * Match the Blinn-Phong specular power to be consistent with IBLSean Harmer2017-05-162-61/+56
| * Improve the roughness to mip level mappingSean Harmer2017-05-162-20/+122
| * Renderer: prevent crash in case texture failed to be builtPaul Lemire2017-05-161-0/+2
| * Fix speed regressions in ES2 shadersOleg Evseev2017-05-161-173/+137
| * Fix qmlClearTypeRegistrations for Qt 3DMäättä Antti2017-05-124-1/+13
| * Fix SC breakSean Harmer2017-05-121-0/+8
| * Write docs for advanced custom material exampleMäättä Antti2017-05-101-3/+6
| * QNode: setParent create creation change only when neededPaul Lemire2017-05-101-2/+16
| * Improve QScene2D documentationsMäättä Antti2017-05-091-6/+91
| * Add quick3d class for VertexBlendAnimationAntti Määttä2017-05-095-3/+209
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.9.0" into refs/stagin...Jani Heikkinen2017-05-097-34/+95
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.9.0Oswald Buddenhagen2017-05-087-34/+95
| | |\
| * | | Add documentation for Scene2D exampleSean Harmer2017-05-091-1/+2
| * | | Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-098-103/+100
| * | | Scene2D cleanup - remove qml engine and sourceMäättä Antti2017-05-094-205/+9
| |/ /
| * | Scene3DRenderer: fix race conditionv5.9.0-beta4Paul Lemire2017-05-063-4/+18
| * | Add documentation for simplecustommaterial exampleMäättä Antti2017-05-051-1/+2
| * | Scene2D: put picking coordinates back in window coordinatesKevin Ottens2017-05-051-1/+1
| * | Add a new mirrored property to QPlane(Mesh|Geometry)Kevin Ottens2017-05-056-7/+75
| * | Apply layer filter to light sourcesLaszlo Agocs2017-05-051-2/+8