summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when features are disabledJari Helaakoski2024-12-151-0/+2
* Qt3D.Render: register levelOfDetailBoundingSphereSami Shalayel2024-09-241-0/+7
* Qt3D.Render: add declarative type registrationSami Shalayel2024-09-2411-13/+922
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-2/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-0/+2
* Remove qmake build filesMike Krus2023-03-172-67/+0
* quick3drender plugin: Disambiguate meta type id constantsFriedemann Kleint2023-02-102-6/+4
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-1014-102/+0
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-2011-15/+15
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Qt3DQuickRender: includemocsMike Krus2022-06-2318-0/+36
* Use SPDX license identifiersLucie Gérard2022-06-2244-1676/+92
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-3/+3
* CMake: Fix incorrect dependency on private modulesAlexandru Croitor2021-08-051-3/+6
* Update QtQuick API to build with 5.15Mike Krus2021-01-111-0/+4
* Update QQMLPropertyList APIMike Krus2021-01-0825-787/+633
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-2024-76/+76
* Use internal CMake APIMike Krus2020-10-071-2/+2
* QRenderTargetSelector: remove outputs/drawBuffers propertyPaul Lemire2020-08-134-180/+0
* Add support for synchronous pickingMike Krus2020-07-306-120/+5
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-093-4/+4
* Add support for building with CMakeMike Krus2020-05-221-0/+66
* Geometry refactoringMike Krus2020-02-275-440/+0
* Remove custom deprecation macroPaul Lemire2020-02-121-1/+0
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-071-0/+1
|\
| * Fix deprecation handlingMike Krus2020-01-141-0/+1
* | Update dependenciesMike Krus2020-02-071-1/+1
|/
* Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-19/+19
* quick3dparameter_p.h use nullptr instead of 0Paul Lemire2019-06-051-2/+2
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* Switch export macros to standard formKai Koehne2019-04-0225-29/+29
* Add support for layers to control ray castingMike Krus2018-02-055-0/+59
* QtQuick API for ray castingMike Krus2018-02-017-2/+587
* Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-1/+1
|\
| * Port away from QBuffer::typeKevin Ottens2017-09-221-1/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-3/+3
|/
* Re-enable the QQmlType code paths in the node factoriesSean Harmer2017-08-252-4/+2
* Merge branch '5.9' into devSean Harmer2017-08-192-2/+3
|\
| * Fix Quick3DNode factories following QQmlType changesPaul Lemire2017-08-162-6/+3
| * Disable QQmlType codepathsPaul Lemire2017-08-031-0/+2
|/
* Silence ICC warning about unused local variableThiago Macieira2017-04-071-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0240-71/+92
|\
| * Coding convention fix for Src/Quick3DRobert Brock2017-04-0140-71/+92
* | Move scene2d to own module and implement conditional plugin loadingAntti Määttä2017-02-289-1661/+2
* | QShaderData: fix texture support in propertiesKevin Ottens2017-02-241-5/+3
* | Cleanup scene2d console messages at startupAntti Määttä2017-02-171-2/+2
* | QMemoryBarrier cleanupPaul Lemire2017-02-162-8/+8
* | Fix Clang warnings: out of order initializationMike Krus2017-02-111-3/+3