summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* qtexturedataupdate.h: fix namespace declaration for syncqt to workPaul Lemire2022-12-191-2/+1
* LoadSceneJob: don't risk to leak the loaded subtreeAurélien Brooke2022-12-172-3/+4
* Load sceneparser plugins only when processing the first LoadSceneJobAurélien Brooke2022-12-152-8/+14
* cmake: make qt3d-vulkan feature depends on vulkan in QtGuiLiang Qi2022-12-071-1/+1
* CMake: Fix build without qtshadertoolsJoerg Bornemann2022-11-251-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-2021-30/+30
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-208-11/+11
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-204-8/+4
* Adjust CMake condition and condition in code when including vulkan headersAlexey Edelev2022-09-231-0/+1
* Port away from deprecated QRegularExpression::match() callIvan Solovev2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-242-2/+2
* RHI backend: set texture handle on the frontend nodePaul Lemire2022-08-111-1/+2
* Doc: Remove duplicate docs ObjectPicker::clickedYAMAMOTO Atsushi2022-07-131-8/+0
* Doc: Fix typo BlendEquationArguments::destinationAlphaYAMAMOTO Atsushi2022-07-131-1/+1
* Doc: Fix typo in \code blockYAMAMOTO Atsushi2022-07-132-2/+2
* FilterKey: fix ambiguous relational operators in C++20Marc Mutz2022-07-122-8/+8
* Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-122-3/+3
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* Fix compile warningsMike Krus2022-06-232-1/+2
* QViewport documentation: fix wrong property type for gamma propertyPaul Lemire2022-06-221-1/+1
* Qt3DRender: includemocsMike Krus2022-06-22105-0/+210
* Use SPDX license identifiersLucie Gérard2022-06-22606-23072/+1256
* Fix some compile warningsMike Krus2022-06-039-21/+22
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Qt3D: replace qSwap with member-swap where possibleMarc Mutz2022-05-161-1/+1
* Remove uses of deprecated {QByteArray, QString}::count()Sona Kurazyan2022-04-272-2/+2
* Enable RHI backend by defaultMike Krus2022-03-231-1/+0
* Make sure all private headers include at least one otherThiago Macieira2022-03-089-11/+14
* Avoid dereferencing nullptrHarald Vistnes2022-02-081-1/+1
* Q*FActory: remove unused path argumentsThiago Macieira2021-11-238-146/+18
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-172-2/+2
* Fix licensing headersMike Krus2021-11-172-8/+30
* ComputeCommand: call markDirty(ComputeDirty) when enabled changesPaul Lemire2021-11-031-0/+3
* ObjectPicker: markDirty(AllDirty) when we change the enabled propertyPaul Lemire2021-11-031-2/+7
* QRayCasterHitData: Fix warning about uninitialized baseThiago Macieira2021-08-311-1/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1050-514/+664
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-097-98/+89
* QRenderAspect: look for opengl renderer by defaultPaul Lemire2021-08-051-1/+1
* CameraLens: use ParametersDirty rather than AllDirtyPaul Lemire2021-08-021-2/+2
* Fix for QShaderNode fix that selected highest version number of a rulePaul Lemire2021-07-291-1/+2
* Disable RHI Renderer by defaultMike Krus2021-07-191-3/+4
* Rerun bounding volume update jobs when entity enabled property changesPaul Lemire2021-07-091-3/+6
* Change bounding update propagationMike Krus2021-06-214-28/+46
* Fix multi-view pickingMike Krus2021-06-144-2/+23
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-06-041-1/+1
* QShaderNode: use rule with highest version numberMauro Persano2021-05-041-5/+8
* Remove useless metatype declarationUlf Hermann2021-04-021-2/+0
* Fix error when calling configure/qt-configure-moduleJoerg Bornemann2021-03-311-1/+3
* Fix minor warningsMike Krus2021-03-231-3/+3
* Fix detection of VulkanMike Krus2021-03-223-4/+11