summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RHI: ensure there is always a valid m_currentUpdatesAurélien Brooke2024-02-281-14/+6
* Fix crash in QPaintedTextureImage when never calling repaint()Aurélien Brooke2024-02-281-0/+3
* ShaderData: Atomically generate property valuesAlexander Hulander2024-02-283-12/+11
* build system: fix unity buildsTim Blechmann2024-02-07117-173/+260
* animation: silence clang warningTim Blechmann2024-02-011-2/+0
* animation: silence clang warningTim Blechmann2024-02-011-1/+1
* Address API review commentsMike Krus2024-01-311-30/+14
* Enable uniform buffer for RHI compute shadersPhilip Schuchardt2024-01-161-2/+3
* Fix issue with camera shaking with large offset valuesMike Krus2024-01-167-7/+40
* Scene3DMaterial shaders: provide versions for GLSL 120 and 130Paul Lemire2024-01-163-2/+2
* Fix the creation of backend nodes if using the parent entity constructorAurélien Brooke2024-01-151-1/+4
* RHI: fix the PerVertexColorMaterial shaderAurélien Brooke2024-01-131-138/+1
* RHI renderer: fix crash when executing a draw RV after a compute RVAurélien Brooke2024-01-131-1/+9
* Fix ambient color contribution in Phong shaderAurélien Brooke2024-01-134-18/+34
* QEntity: fix a std::move-from-const in destructorAurélien Brooke2024-01-131-1/+1
* Doc: Fix \fn template arguments for Qt 3DTopi Reinio2023-11-272-2/+2
* Doc: Add a description to the QCylinderMesh class and qml typeAndreas Eliasson2023-11-151-0/+6
* Update Assimp to v5.3.1Mike Krus2023-11-156-6/+51
* RHIRenderer: handle RenderTargets that target Left/Right backbuffersPaul Lemire2023-11-092-13/+56
* Add ability to target Left/Right back buffer to use with stereo modeAlexander Busse2023-11-095-10/+62
* Add set upVector and other interface in orbit cameracontrollerNicekwell Ni2023-11-013-9/+149
* Doc: Add missing parentheses to code snippetPaul Wicking2023-10-201-2/+2
* Include what you need: <QPointer>Marc Mutz2023-10-132-0/+4
* Fix Race Condition in NodePostConstructorInit::processNodesPhilip Schuchardt2023-10-103-2/+7
* AspectCommandDebugger::trim: use memmove instead of memcpyPaul Lemire2023-10-021-3/+3
* Don't change RHI's default surface format versionBogDan Vatra2023-10-021-3/+0
* Doc: All overviews list categorizationJaishree Vyas2023-09-071-1/+1
* Doc: Add missing leading asterisk to qdoc commandAndreas Eliasson2023-08-3012-12/+12
* Texture array support for RHI rendererPhilip Schuchardt2023-08-251-8/+14
* Doc: Use correct module namePaul Wicking2023-08-211-1/+1
* Fix UB (signed char passed to <cctype> function)Marc Mutz2023-08-041-1/+1
* Mark the module free of Q_FOREACH ... againMarc Mutz2023-08-032-4/+0
* Upload skinningPalette uniform to shaders with the RHI backendGerber Lóránt Viktor2023-07-222-1/+9
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-2239-35/+90
* GLTFImporter: fix crash when no material matchesAurélien Brooke2023-07-211-2/+2
* qt3dwindow: request Direct3DSurface when requesting d3d11Paul Lemire2023-07-201-1/+1
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-191-1/+1
* ObjGeometryLoader: fix out-of-bounds accessesAurélien Brooke2023-06-121-1/+10
* Update Qt3D Input Quick plugin to use the new QML C++ integration APIRenato Araujo Oliveira Filho2023-06-094-107/+240
* PlatformSurfaceFilter: use QMutex instead of QSemaphoreThiago Macieira2023-06-062-6/+6
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-0610-37/+37
* QSkyboxEntity: add support for the RHI rendererAurélien Brooke2023-06-052-0/+18
* Adapt to the RHI API conceptLaszlo Agocs2023-05-2212-27/+14
* Revert "Doc: Add tests/manual in exampledirs to fix broken links"Topi Reinio2023-04-291-2/+1
* Make 'struct Light' to support std140Inho Lee2023-04-201-1/+4
* Fix valgrind issue in GeometryRendererFriedemann Kleint2023-04-191-1/+2
* Enable build of Assimp on iOS and tvOSAurélien Brooke2023-04-131-1/+1
* Resolve QTransform symbol ambiguity in unity buildAmir Masoud Abdol2023-04-137-138/+149
* Silence warning about unsafe sprintf, use snprintf insteadAmir Masoud Abdol2023-04-131-5/+1
* Create materials with normal textures in Assimp importerAurélien Brooke2023-04-131-5/+15