summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix qml signal documentation for QObjectPickerPaul Lemire2017-08-181-35/+62
* Fix qml signal documentation for QMouseHandlerPaul Lemire2017-08-181-25/+49
* Doc: add missing QGeometryRenderer Lines primitive typeMassimo Callegari2017-08-161-0/+1
* Fix Quick3DNode factories following QQmlType changesPaul Lemire2017-08-1610-27/+15
* VSyncFrameAdvanceService: fix Scene3D renderingPaul Lemire2017-08-114-6/+19
* Doc: add doc to undocumented methodsNico Vertriest2017-08-112-0/+22
* Doc: correct declaration qml propertiesNico Vertriest2017-08-113-8/+6
* Fix Qt3D.Animation version in documentationTasuku Suzuki2017-08-042-3/+3
* Implement property updates for QStencilTest and QStencilOperationWieland Hagen2017-08-036-30/+128
* Fix QAlphaMask and QStencilMask render states property updatingWieland Hagen2017-08-033-1/+10
* Add QRenderState unit testWieland Hagen2017-08-031-1/+1
* Disable QQmlType codepathsPaul Lemire2017-08-035-0/+10
* 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