summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports
Commit message (Expand)AuthorAgeFilesLines
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-293-160/+474
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-095-6/+6
* RenderQueue: switch to std::vectorPaul Lemire2020-07-031-2/+2
* Delete offscreen surface when doneMike Krus2020-06-291-0/+2
* Remove the OpenGL Render ThreadMike Krus2020-06-191-1/+1
* Handle config flags to turn aspects on or offMike Krus2020-06-182-5/+1
* Scene3DRender: connect to beforeRenderPassRecording to perform drawPaul Lemire2020-06-173-24/+1
* QNode: remove property tracking modePaul Lemire2020-06-172-4/+0
* Qt3D reset OpenGL state prior to drawingPaul Lemire2020-06-171-5/+1
* Remove use of clear before rendering settingsMike Krus2020-06-171-12/+13
* Update Scene3DSGMaterial following latest API changesPaul Lemire2020-06-162-2/+3
* Don't register Window typeMike Krus2020-06-161-2/+0
* Change how resources are bundled for Scene3dMike Krus2020-06-131-1/+1
* Update dependenciesMike Krus2020-06-121-2/+4
* Fix Scene3D to work with latest QtQuick SceneGraph RHI changesPaul Lemire2020-06-1111-102/+120
* Fix animation cmake projectsMike Krus2020-06-052-2/+2
* Update dependenciesMike Krus2020-06-051-2/+5
* Finish fixing QtQuick private-related build issuesJean-Michaël Celerier2020-06-042-1/+3
* Remove references to removed TexturedMetalRoughMaterialJean-Michaël Celerier2020-06-041-16/+0
* Add missing QuickPrivate dependencyJean-Michaël Celerier2020-06-021-0/+1
* Update dependenciesMike Krus2020-06-011-1/+1
* Add support for building with CMakeMike Krus2020-05-228-0/+285
* Fix build for Qt6Mike Krus2020-05-062-5/+3
* Fix Clang 10 warning about initialization in the wrong orderThiago Macieira2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-2715-235/+251
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-217-217/+131
| |\
| | * Allow for when a Scene3D item switches screensAndy Shaw2020-03-137-217/+130
| | * Fix OnDemand rendering crash when using QQuickWidgetMauro Persano2020-02-181-0/+1
| | * Revert "Allow for when a Scene3D item switches screens"Paul Lemire2020-02-187-124/+218
| | * Revert "Add in a call to applyAspects() that accidently got missed"Paul Lemire2020-02-181-1/+0
| | * Add in a call to applyAspects() that accidently got missedAndy Shaw2020-02-161-0/+1
| | * Allow for when a Scene3D item switches screensAndy Shaw2020-02-077-218/+124
| * | Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-088-16/+119
| * | Make Scene3DItem accept hover eventPaul Lemire2020-03-261-0/+1
| * | Fix documentation formatting for UnderlayMichael Brasser2020-03-241-2/+0
* | | Introduce QPickingProxyMike Krus2020-04-231-0/+2
* | | Add ability to override bounding data and trigger calculationMike Krus2020-04-231-0/+1
* | | Pull bounding volume info from front endMike Krus2020-04-231-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-101-1/+1
|\| |
| * | Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-1/+1
* | | Remove more deprecated codeMike Krus2020-02-271-6/+0
* | | Introduce QGeometryViewMike Krus2020-02-271-0/+2
* | | Geometry refactoringMike Krus2020-02-272-12/+12
* | | Fix deprecations and warningsMike Krus2020-02-262-3/+5
* | | Remove custom deprecation macroPaul Lemire2020-02-128-8/+0
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-0724-39/+567
|\| |
| * | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-062-4/+4
| * | QShaderProgram: add a format propertyPaul Lemire2020-02-031-0/+1
| * | QMouseDevice: add updateAxesContinuously propertyPaul Lemire2020-01-281-0/+1
| * | Add QRenderCapabilities to query GL about what is supportedMike Krus2020-01-201-0/+3