summaryrefslogtreecommitdiffstats
path: root/src/render/geometry
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-161-0/+1
|\
| * Joints: remove removed joints from dirty listPaul Lemire2019-07-151-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-0/+24
|\|
| * Doc: Extend Qt3D documentationPaul Wicking2019-06-071-0/+24
* | Add doc to undocumented functions qt3dNico Vertriest2019-05-271-0/+11
* | Switch export macros to standard formKai Koehne2019-04-0212-12/+12
* | Merge branch '5.12' into 5.13Paul Lemire2019-04-021-0/+1
|\|
| * Update the backend's buffer data when updating part of QBufferGiulio Camuffo2019-04-021-0/+1
* | QML: Properly revision new signals and slots in 5.13Kai Koehne2019-03-071-2/+2
* | QGeometry: add minExtent/maxExtent propertiesPaul Lemire2019-01-075-2/+114
|/
* Renderer: drawArraysInstancedBaseInstance parameters were swappedPaul Lemire2018-11-281-2/+2
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-192-4/+4
* Remove unused variables detected by clang-clFriedemann Kleint2018-04-121-3/+0
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-281-7/+2
* Revert "Keep rendering in sync with aspect jobs by adding barriers"Paul Lemire2018-02-281-2/+0
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-0/+2
|\
| * Keep rendering in sync with aspect jobs by adding barriersSvenn-Arne Dragly2018-02-021-0/+2
| * QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-223-26/+81
* | QAttribute: add new default attribute namesPaul Lemire2018-02-022-0/+24
* | Mesh loading: send status updatePaul Lemire2018-01-223-17/+42
* | QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-223-23/+84
* | QMesh: add a status propertyPaul Lemire2018-01-223-3/+70
* | Merge branch '5.10' into devSean Harmer2018-01-179-9/+8
|\|
| * Prevent potential containers detachingMike Krus2018-01-141-1/+2
| * Iterate on references to avoid copiesMike Krus2018-01-132-2/+2
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-126-6/+4
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-2/+0
| | * Fix includes of Qt classesFriedemann Kleint2017-11-234-4/+4
| | * Ensure meshName gets used in the functorSean Harmer2017-09-271-2/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-132-2/+2
|\| |
| * | Rename BufferManager::dirtyBuffers to takeDirtyBuffers()Christian Strømme2017-11-272-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-201-3/+1
|\| |
| * | Use std::move when returning the dirty buffers listChristian Strømme2017-11-141-3/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-056-14/+26
|\| |
| * | Update render aspect skeleton's local posesSean Harmer2017-10-031-1/+6
| * | Deprecate QBuffer::typeKevin Ottens2017-09-225-13/+20
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-256-6/+6
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2512-23/+23
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-122-2/+0
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-112-2/+0
* | Merge dev into 5.10Frederik Gladhorn2017-09-021-0/+18
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-011-0/+18
| |\|
| | * Doc: add missing doc QGeometryNico Vertriest2017-08-301-0/+18
* | | Send joint names and local poses from render to animation aspectSean Harmer2017-08-302-0/+12
* | | Factor out local poses into their own vectorSean Harmer2017-08-305-16/+25
* | | Add name property to QJointSean Harmer2017-08-303-9/+17
* | | Store joint names in their own vectorSean Harmer2017-08-304-4/+13
|/ /
* | Merge branch '5.9' into devSean Harmer2017-08-192-4/+25
|\|
| * Doc: add missing QGeometryRenderer Lines primitive typeMassimo Callegari2017-08-161-0/+1
| * Improve supported file format documentation in QMeshTasuku Suzuki2017-07-131-4/+24