Qt 6.0.0 is new major version for Qt and so on we don't need to
list changes to the previous Qt release but guide readers to check
porting guide.
Task-number: QTBUG-88099
Change-Id: Iec1921e1857ea96765e04eaa8ae89c58257042a5
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
(cherry picked from commit c0a3300491)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
+ 650d065d3b Fix potential crash when logic aspect exits
+ 32755ab5cc Fix stale Entity caches
+ d33c1630b0 Bump version
+ 648b7459e8 Allow for when a Scene3D item switches screens
+ 547b0b0024 Check we remove a valid node when removing from node properties
+ d046e7cc3e QMetalRoughMaterial: only remove parameters if added
+ 294894610b Destroy FBOs when RenderTarget node is destroyed
+ 42c0dbc377 Add in a call to applyAspects() that accidently got missed
+ e52382023b Fix and improve FBO handling
+ 05cb6bb5f3 qgltf: Fix MSVC warning about narrowing conversion
+ ecca6d21fb Revert "Add in a call to applyAspects() that accidently got missed"
+ c6fecd32f8 Revert "Allow for when a Scene3D item switches screens"
+ b769deaf57 Fix OnDemand rendering crash when using QQuickWidget
+ 597c9df33c No need to register input aspect in basicshapes-cpp example
Change-Id: Id6a03d886dabe073361317beb85dfd78ff92ee33
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
+ a075f064f0 Set OptimalParallelJobCount to at most 4
+ 22c66fa9f7 Use slerp for animating rotation channels
+ f72c8abf5f Fix light attenuation for ES 2
+ 4af8fcdc05 tests/auto/render/render.pro: Remove duplicate entry "scene2d"
+ 31aa763b0d Make slerping safer
+ a7e8df28c7 Fix member overloads
+ e9868e157b Don't reset texture units at every frame
+ eb33756771 Expand Scene3D documentation
+ 7a0d24164a Bump version
+ fa12f14b2b Scene3D: Call update on the item not the window
+ b79e4a8b2a Revert "Scene3D: Call update on the item not the window"
+ e84d8d2a81 Dont play animations that are disabled
Change-Id: I3badad7396927857bb4b5fedf46f1714dd992a27
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
+ 42a466e0c7 Qt3DWindow/Qt3DQuickWindow base custom surface format on default one
+ 9884d3bffc Replace use of qmlRegisterRevision
+ 9486a8a4b6 Complete ES 3.1 and 3.2 helpers
+ b830f43075 Document third party asset 'miramar'
+ e22971073e GLTexture: mark texture for upload when it's recreated and contains data
+ e879254613 QText2DEntity: clear glyphrun when scene changes
+ 999424908f Doc: Mark deprecated Qt 3D QML types obsolete
+ 74b8191968 QOrbitCameraController: make zoom work when pressing shift key
+ 565a89ac43 Scene3D crashing on destruction
+ 6eb906bf57 Use GLSL texture() instead of texture2D() on ES3
+ dbaf2319da ES3 deprecated gl_FragColor, use output variable instead
+ c8e95f8409 Add metalRoughFunction to ES3
+ d05d2fd3d2 Fix QMorphPhongMaterial
+ 9b51fea01c Remove unused CameraController.qml from simple-qml example
+ c19036f848 QChangeArbiter: fix leak
+ ff07ec93db Fix leak with VAOManager
+ 08f979f96f Further complete missing functions on ES3 helpers
+ c82d0c81aa Fix compilation with -qt3d-profile-jobs on Android
+ d8789d8fd1 Fix normal calculation in MorphPhongMaterial
+ f575334691 Fix notifications for QClipAnimator::clip property
+ 3314694004 Fix crash due to racecondition in renderer on shutdown
+ fd9f66d17d GLTexture: do not set layers when target is Texture3D
+ 726be38f77 Renderer::doRender scene3dBlocking fixes
+ d4835713b8 Bump version
Change-Id: I17633ccd3c52332eb0c45683e78b40592682ec89
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Change-Id: I8409969e743e993d19af0f94597a4e0d5d017721
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
(cherry picked from commit ea18da8361)
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Change-Id: I8bbd918922e4d9aab0c9fa4b2751de21313fc09b
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
(cherry picked from commit 096500140b)
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
The default of mirrored=true is unlikely to be the right thing to do
here.
Task-number: QTBUG-54881
Change-Id: I484927be984d69fdb75713401e0be1135831f8d1
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This is just a output of perl create_changelog.pl ../ v5.6.0...HEAD.
Maintainer, please take this over & do needed modifications. We need
to get this in really soon.
Change-Id: Iaca68d278e3eef098e787fc9cb44df64d55bcbe4
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>