summaryrefslogtreecommitdiffstats
path: root/src/render/geometry
Commit message (Expand)AuthorAgeFilesLines
* Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-101-1/+2
* Fix for incorrect QML property names in GeometryRenderer docVolker Enderlein2020-01-131-2/+2
* Doc: Fix documentation warningsTopi Reinio2019-11-131-11/+11
* 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
* Revert removal of more sceneChanged methodsMike Krus2019-10-242-0/+11
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-224-0/+14
* Convent SendBufferCaptureJob to direct syncPaul Lemire2019-10-213-26/+0
* Convert LoadBufferJob to use direct syncPaul Lemire2019-10-213-16/+13
* Fix Coverity warningsMike Krus2019-10-211-0/+2
* Buffer: mark as dirty even if empty on firstTimePaul Lemire2019-10-172-2/+4
* Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-141-2/+2
* Clean QJoint message handlingMike Krus2019-10-112-56/+6
* Convert LoadGeometryJob to use direct syncPaul Lemire2019-10-106-42/+14
* Move skeleton loading code to jobMike Krus2019-10-082-209/+21
* Update LoadSkeletonJob to use direct syncMike Krus2019-10-082-26/+5
* Update animation evaluation jobs to use direct syncMike Krus2019-10-082-22/+2
* Clean up includesMike Krus2019-10-017-13/+0
* Update QAttribute to use direct syncMike Krus2019-09-183-72/+59
* Update QGeometry to use direct syncMike Krus2019-09-183-51/+21
* Update QArmature to use direct syncMike Krus2019-09-182-24/+12
* Update QAbstractSkeleton to use direct syncMike Krus2019-09-182-49/+53
* Update QJoint to use direct syncMike Krus2019-09-182-18/+56
* Update QBuffer to use sync updatingMike Krus2019-09-183-63/+42
* Update QGeometryRenderer to use direct sync modeMike Krus2019-09-183-94/+39
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-0/+1
|\
| * 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.13' into devQt Forward Merge Bot2019-07-111-0/+24
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-251-0/+11
|\| |
| * | Add doc to undocumented functions qt3dNico Vertriest2019-05-271-0/+11
* | | Eradicate Java-style iterators and mark the module cleanMarc Mutz2019-05-231-4/+4
|/ /
* | 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