summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-02173-3495/+3495
* Scene3DItem: release frontend/backend tree on destructionPaul Lemire2020-11-051-3/+28
* Ensure Scene3D re-renders when a backend node is updatedSean Harmer2020-10-011-0/+7
* Remove the unneeded QScene2D qualifier for the renderPolicy propertyAndy Shaw2020-09-171-1/+1
* Rework Scene3D to fix potential crash on shutdownPaul Lemire2020-08-254-205/+323
* Scene3DRenderer: remove use of deprecated createTextureFromIdPaul Lemire2020-08-251-1/+5
* Delete offscreen surface when doneMike Krus2020-06-301-0/+2
* Fix Clang 10 warning about initialization in the wrong orderThiago Macieira2020-05-201-1/+1
* Remove a dead store in Scene3DRendererJean-Michaël Celerier2020-05-071-1/+1
* rhi: Make Qt3DQuickWindow work with RHIJean-Michaël Celerier2020-04-222-16/+3
* 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
* | Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-052-2/+2
* | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-063-5/+5
* | Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+1
* | 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
* | Add Profiling OverlayMike Krus2020-01-171-0/+1
* | Fix deprecation handlingMike Krus2020-01-1414-0/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-144-8/+39
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-133-7/+38
| |\
| | * Fix OnDemand rendering with Scene3Dv5.14.0-rc2v5.14.0Paul Lemire2019-12-043-7/+38
| * | qquaternionanimation.cpp: Fix warning suppressionFriedemann Kleint2019-12-111-1/+1
* | | Revert "Fix post FF API changes"Mike Krus2019-12-033-2/+12
|/ /
* | Restore default rendering behavior of Scene3DMike Krus2019-11-281-1/+3
* | Fix a crash in Qt3DQuickWindow when the window has no heightJean-Michaël Celerier2019-11-261-1/+1
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-133-6/+7
* Scene3DView: don't forget to mark SGNode as visiblePaul Lemire2019-10-301-0/+2
* Scene3D: handle aspect ratio updates in Underlay modePaul Lemire2019-10-281-13/+33
* Fix crash in Scene3DViewMike Krus2019-10-251-1/+2
* Scene3D: halt Qt3D simulation loop while not visiblePaul Lemire2019-10-251-0/+11
* Fix Scene2D initializationMike Krus2019-10-231-4/+12
* Fix post FF API changesMike Krus2019-10-223-12/+2
* Update plugins.qmltypes for 5.14Kai Koehne2019-10-228-19/+463
* Fix Coverity warningsMike Krus2019-10-214-0/+4
* Scene3D: fix next frame update requestPaul Lemire2019-10-152-3/+14
* Scene3D: only show SGNode once Qt3D has first rendered into itPaul Lemire2019-10-157-1/+27
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-153-0/+11
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-153-0/+11
| |\
| | * Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-102-0/+8
| | * Clarify Scene2D input event supportTomi Korpipaa2019-10-071-0/+4