summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for 5.9.1v5.9.1Antti Kokko2017-06-231-0/+36
* Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1950-58/+329
|\
| * Update NodeInstantiator's children on parent updateMauro Persano2017-06-165-0/+60
| * 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-144-7/+100
| * Fix memory leak in Quick3DNodeInstantiatorPrivateMauro Persano2017-06-141-1/+2
| * Fix and extend animationutils autotestLaszlo Agocs2017-06-141-3/+32
| * Add support for animating a QColorLaszlo Agocs2017-06-141-3/+19
| * Implement linear interpolation for animationsLaszlo Agocs2017-06-141-5/+28
* | Remove misguided execute permissions from image filesEdward Welbourne2017-06-1421-0/+0
|/
* 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-082-5/+5
* 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
* | tst_QGraphicsApiFilter: Use application objectFriedemann Kleint2017-05-301-1/+1
* | Add reference count for backend buffersMauro Persano2017-05-304-7/+51
* | 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-20169-1001/+9025
|\|
| * 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
| * Replace undistributable filesRobert Brock2017-05-1650-52/+90
| * Fix speed regressions in ES2 shadersOleg Evseev2017-05-161-173/+137
| * Fix qmlClearTypeRegistrations for Qt 3DMäättä Antti2017-05-124-1/+13
| * Add changes file for 5.9.0Jani Heikkinen2017-05-121-0/+81
| * Remove duplicate subdirs target that slipped inSean Harmer2017-05-121-2/+1
| * Fix SC breakSean Harmer2017-05-121-0/+8
| * Write docs for advanced custom material exampleMäättä Antti2017-05-103-3/+90
| * Scene2D example: highlight that QtQuick is a Texture on a MeshPaul Lemire2017-05-103-23/+40
| * QNode: setParent create creation change only when neededPaul Lemire2017-05-104-4/+84
| * Call setSurfaceFormat after QQuiApplication instance initiationMäättä Antti2017-05-092-2/+2
| * Improve QScene2D documentationsMäättä Antti2017-05-091-6/+91
| * Add quick3d class for VertexBlendAnimationAntti Määttä2017-05-095-3/+209