summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix minor link issueNico Vertriest2017-08-031-1/+1
* Fix compilation on linux with -qt3d-profile-jobsPaul Lemire2017-08-031-0/+1
* Doc: correct link to TextureNico Vertriest2017-08-021-2/+2
* Fix RenderCommand sortingPaul Lemire2017-08-024-32/+179
* Fix RenderState property updatesWieland Hagen2017-07-221-11/+12
* Use QSharedPointer::create() moreMarc Mutz2017-07-226-13/+13
* Fix build: src/plugins/sceneparsers/assimp depends on Qt3DAnimationThiago Macieira2017-07-201-1/+1
* Fix memory leaks in assimp SceneLoaderMäättä Antti2017-07-201-0/+34
* RenderCapture: read back from the correct framebufferPaul Lemire2017-07-1714-28/+102
* Improve supported file format documentation in QMeshTasuku Suzuki2017-07-131-4/+24
* Apply slight z-offsets to distance field glyphsWieland Hagen2017-07-073-10/+11
* QTextureAtlas: pad sub-images with zeroes instead of border pixelsWieland Hagen2017-07-071-12/+11
* Avoid crashing when there is one single keyframeLaszlo Agocs2017-07-051-0/+2
* Match the DDS/PKM file extension case-insensitivelyGiuseppe D'Angelo2017-07-031-1/+1
* Fix ClipAnimator crash when removing animatorsLaszlo Agocs2017-06-303-0/+30
* Make sure Qt3D gets a clean OpenGL state in Scene3D itemWieland Hagen2017-06-291-0/+4
* Fix renderer crash when camera is not set via CameraSelectorWieland Hagen2017-06-271-8/+12
* SkyboxEntity: Shaders should be usable by OpenGL 3.0Wieland Hagen2017-06-272-2/+2
* RenderCapture: fix race + random crashPaul Lemire2017-06-232-1/+4
* Fix QRenderCaptureReply deallocationMäättä Antti2017-06-212-0/+35
* Add warnings to readFramebufferMäättä Antti2017-06-201-1/+5
* Doc: link errorsNico Vertriest2017-06-202-2/+2
* Doc: correct \property statementsNico Vertriest2017-06-202-2/+2
* Doc: correct \property and \qmlproperty statementsNico Vertriest2017-06-193-22/+16
* 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