summaryrefslogtreecommitdiffstats
path: root/src/render/geometry
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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