summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't give plugins PUBLIC usage requirementsLi Xinwei2021-07-229-9/+9
* Disable RHI Renderer by defaultMike Krus2021-07-195-6/+24
* Compile RHI shaders on iOSMike Krus2021-07-191-1/+1
* QCoreAspect: run the bounding volume job when Entity enabled changesPaul Lemire2021-07-091-1/+2
* Rerun bounding volume update jobs when entity enabled property changesPaul Lemire2021-07-091-3/+6
* Change bounding update propagationMike Krus2021-06-216-38/+103
* Partially Revert "Remove custom gltf tool"Mike Krus2021-06-208-0/+938
* Use RHI for Qt3DQuickWindowMike Krus2021-06-191-1/+1
* Fix multi-view pickingMike Krus2021-06-144-2/+23
* QChannel/QChannelComponent: Export comparison operatorsFriedemann Kleint2021-06-072-8/+8
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-7/+7
* Update to latest CMake API for QMLUlf Hermann2021-06-0510-56/+68
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-06-041-1/+1
* Update assimp submoduleJani Heikkinen2021-06-022-2/+2
* Doc: Update the usage of \default QDoc commandTopi Reinio2021-06-023-3/+3
* Don't export QKeyFrame which is fully implemented in the headerPaul Lemire2021-06-021-1/+1
* Use correct name of the internal Zlib moduleAlexey Edelev2021-05-231-1/+1
* QShaderNode: use rule with highest version numberMauro Persano2021-05-041-5/+8
* Fix call to drawBuffers in SubmissionContextMauro Persano2021-05-031-1/+1
* CMake: Adapt to new WrapZLIB packageAlexandru Croitor2021-04-221-3/+3
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-159-9/+9
* Remove Audio Visualizer Example from highlighted examplesJani Heikkinen2021-04-121-1/+0
* Transform Qt3D.Core to declarative type registrationUlf Hermann2021-04-0616-47/+234
* Remove useless metatype declarationUlf Hermann2021-04-021-2/+0
* Remove quick3d plugins.qmltypes to unblock integrationsAlexandru Croitor2021-04-011-573/+0
* Fix error when calling configure/qt-configure-moduleJoerg Bornemann2021-03-311-1/+3
* cmake: fix build with system assimpSamuli Piippo2021-03-242-25/+14
* Fix minor warningsMike Krus2021-03-232-4/+4
* Fix detection of VulkanMike Krus2021-03-226-25/+15
* Restore ObjectLevelLockingPolicy on ShaderManagerPaul Lemire2021-03-221-1/+1
* QResourceManager: use nullptr instead of 0;Paul Lemire2021-03-221-2/+2
* Update qtquick3d-assimpJani Heikkinen2021-03-166-658/+414
* Update phong and metalrough shader graphsPaul Lemire2021-03-046-664/+611
* ObjectPicker: ensure pristine pickers are handledNicolas Guichard2021-02-261-0/+5
* vector_helper: suggest compiler to inline all the functionsPaul Lemire2021-02-251-4/+4
* ShaderFunctor: only add to destruction list if backend node exitsPaul Lemire2021-02-251-1/+2
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-2423-47/+62
* QDiffuseMapMaterial: use proper RHI vertex shaderPaul Lemire2021-02-241-1/+1
* Fix QMetalRoughMaterial on RHIPaul Lemire2021-02-242-16/+42
* Scene3DSGMaterialShader: replace a 0 by a nullptrPaul Lemire2021-02-241-1/+1
* Make Scene3DItem renderer properly on 5.15Paul Lemire2021-02-241-3/+21
* Scene3DItem: request OpenGL backend on 5.15Paul Lemire2021-02-241-1/+6
* Qt3DWindow: request OpenGL API and renderer on 5.15Paul Lemire2021-02-241-4/+12
* Fix doc conflict about FilterKey of RenderPass and RenderPassFilterYuya Nishihara2021-02-241-2/+2
* Scene3DSGMaterialShader: restore 5.15 codePaul Lemire2021-02-232-1/+97
* QScene: fix crash when using 5.15Paul Lemire2021-02-231-6/+1
* Scene3DRenderer: 5.15 pass a pointer to the native texture idPaul Lemire2021-02-231-1/+1
* QShaderProgram/Documentation: Fix malformed table in the Qt for Python docsFriedemann Kleint2021-02-151-69/+69
* CMake: Re-regenerate configure-related filesJoerg Bornemann2021-02-1210-66/+189
* Minor fixes to compile against 5.15Paul Lemire2021-02-017-5/+30