summaryrefslogtreecommitdiffstats
path: root/src/render/geometry
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix incorrect QML property typesTopi Reinio2025-02-221-1/+1
* Fix a few discarded QFile::open() resultsMarc Mutz2024-12-311-1/+2
* Fix compilation when features are disabledJari Helaakoski2024-12-151-0/+4
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-203-3/+3
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-132-16/+16
* build system: fix unity buildsTim Blechmann2024-02-0710-17/+20
* Fix valgrind issue in GeometryRendererFriedemann Kleint2023-04-191-1/+2
* Remove qmake build filesMike Krus2023-03-171-38/+0
* Remove unused forward declarationsAurélien Brooke2022-12-211-3/+0
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Fix compile warningsMike Krus2022-06-232-1/+2
* Qt3DRender: includemocsMike Krus2022-06-223-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-2233-1254/+66
* Fix some compile warningsMike Krus2022-06-031-1/+1
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-172-2/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-108-80/+104
* Fix minor warningsMike Krus2021-03-231-3/+3
* Drop use of QVector in GLTFSkeletonLoaderMike Krus2021-01-052-24/+24
* Restore use of QVector in private APIMike Krus2021-01-054-16/+16
* Introduce QGeometryRenderer::sortIndexMike Krus2020-11-205-0/+78
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-6/+6
* Use QList instead of QVector in renderJarek Kobus2020-07-0911-35/+35
* GraphicsHelpers/GLShader: switch to std::vectorPaul Lemire2020-07-031-2/+2
* Buffer: only remove references if createdPaul Lemire2020-06-251-2/+4
* Fix QBuffer::updateData being called several times in a rowPaul Lemire2020-06-081-7/+11
* Update documentationMike Krus2020-04-232-6/+1
* Introduce QPickingProxyMike Krus2020-04-236-3/+618
* Pull bounding volume info from front endMike Krus2020-04-232-15/+6
* Introduce QBoundingVolume classMike Krus2020-04-083-54/+37
* Remove useless jobMike Krus2020-02-282-23/+0
* Introduce QGeometryViewMike Krus2020-02-274-47/+97
* Geometry refactoringMike Krus2020-02-2725-1867/+71
* Remove QBuffer::syncData propertyMike Krus2020-02-125-47/+0
* Hide deprecated functor APIMike Krus2020-02-129-33/+20
* Remove buffer functor APIMike Krus2020-02-117-213/+1
* Remove unused data structuresMike Krus2020-02-114-44/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-1122-177/+30
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Make the OpenGL renderer a pluginPaul Lemire2020-02-059-9/+9
* Deprecate functor APIsMike Krus2020-01-313-4/+7
* Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-251-2/+2
|\
| * Fix for incorrect QML property names in GeometryRenderer docVolker Enderlein2020-01-131-2/+2
* | Fix usages of text stream operatorsAlexandru Croitor2019-12-061-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-161-11/+11
|\|
| * Doc: Fix documentation warningsTopi Reinio2019-11-131-11/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-022-10/+29
|\|
| * Buffer: make sure we force allocate before doing partial updatesPaul Lemire2019-10-301-9/+20
| * Set Loading status on QMesh when functor changesMike Krus2019-10-301-1/+9
* | Accept CBOR as optional format in gltf dataUlf Hermann2019-10-291-6/+2
|/