summaryrefslogtreecommitdiffstats
path: root/src/core/jobs
Commit message (Expand)AuthorAgeFilesLines
* Change bounding update propagationMike Krus2021-06-212-10/+57
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-014-21/+26
* Doc: Fix documentation warningsTopi Reinio2020-11-251-2/+3
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-2/+2
* Update frontend data after jobMike Krus2020-09-251-0/+7
* Add QCoreSettings classMike Krus2020-08-272-2/+31
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-097-12/+10
* Use QList instead of QVectorJarek Kobus2020-07-071-1/+0
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-027-10/+13
* CalcBoundingVolumeJob: use std::vectorPaul Lemire2020-07-012-5/+7
* CalcBoundingVolumeJob: use QtConcurrent if available and Qt3D max thread coun...Paul Lemire2020-06-241-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-242-2/+2
* Make sure bounding volume gets updated in main threadMike Krus2020-06-171-5/+3
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Centralize the maxThreadCount informationPaul Lemire2020-05-072-11/+17
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-274-7/+9
|\
| * Animations: fix race condition on running clip animators vectorPaul Lemire2020-04-201-0/+2
| * Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-174-7/+7
* | Add ability to override bounding data and trigger calculationMike Krus2020-04-232-49/+46
* | Add bounding volume calculations to core aspectMike Krus2020-04-224-2/+508
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-042-5/+20
|\|
| * Fix memory leaksMike Krus2020-03-042-5/+20
* | Add public API for working with jobsMike Krus2020-03-022-6/+27
|/
* Add ability to dump job graph to dot fileMike Krus2020-02-142-1/+14
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-149-19/+65
* Clean up tracing codeMike Krus2020-01-271-2/+2
* Use jobsDone to sync render capture back to frontendMike Krus2019-12-131-1/+2
* Make tracing a runtime optionMike Krus2019-12-137-215/+26
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-072-6/+9
|\
| * Make QThreadPooler use the global thread poolPaul Lemire2019-12-022-6/+9
* | Revert "Fix post FF API changes"Mike Krus2019-12-032-0/+8
* | Revert "Update jobs to remove post FF changes"Mike Krus2019-12-033-10/+1
|/
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-141-0/+1
* Update jobs to remove post FF changesMike Krus2019-10-223-1/+10
* Fix post FF API changesMike Krus2019-10-222-8/+0
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Add callback on aspect job when all jobs are completev5.14.0-beta1Mike Krus2019-10-013-1/+21
* Fix deprecation warnings related to QBasicAtomicIntegerFriedemann Kleint2019-09-192-2/+2
* Fix QThreadPoolerPaul Lemire2019-08-071-2/+8
* Fix some deprecation warningsFriedemann Kleint2019-05-281-1/+1
* Switch export macros to standard formKai Koehne2019-04-025-5/+5
* Fix compilation with -qt3d-profile-jobs on AndroidPaul Lemire2018-10-051-0/+5
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-1/+1
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-162-5/+6
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-16/+16
* Merge branch '5.9' into 5.10Sean Harmer2017-09-129-342/+46
|\
| * Improve dependency look-upChristian Strømme2017-09-069-342/+45
* | Merge branch '5.9' into devSean Harmer2017-08-191-0/+1
|\|
| * Fix compilation on linux with -qt3d-profile-jobsPaul Lemire2017-08-031-0/+1
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-035-13/+13