summaryrefslogtreecommitdiffstats
path: root/src/core/jobs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make ThreadPool thread count configurable with QT3D_MAX_THREAD_COUNTPaul Lemire2017-08-021-0/+7
|/
* Doc: add basic doc to undocumented classesNico Vertriest2017-06-091-0/+5
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-051-0/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0213-49/+49
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-3113-46/+49
* | QThreadPooler: improve job traces namePaul Lemire2017-03-281-2/+10
* | Initialize member in DependencyHandlerSean Harmer2017-02-141-0/+1
* | Initialize members in DependencySean Harmer2017-02-121-1/+4
* | Initialize member in QThreadPoolerSean Harmer2017-02-121-4/+5
* | Initialize member in SyncTaskRunnableSean Harmer2017-02-121-5/+6
* | Initialize member in AspectTaskRunnableSean Harmer2017-02-121-2/+3
|/
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-191-1/+4
* Job Traces: add support for Submission framesPaul Lemire2016-07-174-21/+64
* JobStats write fixPaul Lemire2016-07-031-0/+1