summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-02189-3750/+3750
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-051-0/+5
* Ensure Scene3D re-renders when a backend node is updatedSean Harmer2020-10-012-3/+13
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-241-0/+19
* Fix compilation error with -no-avx2Laurent Rineau2020-08-312-4/+4
* Rework Scene3D to fix potential crash on shutdownPaul Lemire2020-08-251-1/+2
* Job Graph dump improvementsPaul Lemire2020-08-251-1/+1
* QResourcesManager: switch to std::vectorPaul Lemire2020-06-041-3/+3
* Centralize the maxThreadCount informationPaul Lemire2020-05-272-11/+17
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Fix compilation on Windows with -qt3d-simd avx2Paul Lemire2020-04-201-2/+2
* Animations: fix race condition on running clip animators vectorPaul Lemire2020-04-201-0/+2
* Don't look up backend node if frontend not updated yetv5.15.0-beta3Mike Krus2020-03-311-0/+2
* Fix scene graph dumpMike Krus2020-03-201-8/+9
* Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-174-7/+7
* Initial creation of RHI plug-in and refactoringJean-Michaƫl Celerier2020-03-161-1/+1
* Fix memory leaksMike Krus2020-03-042-5/+20
* Revert "Replace deprecate QNetworkReply::error() call"Timur Pocheptsov2020-02-241-1/+1
* Show non-required jobs as dottedv5.15.0-beta1Mike Krus2020-02-171-0/+6
* Add ability to dump job graph to dot fileMike Krus2020-02-147-4/+67
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-1410-21/+67
* Remove unneeded export of inline functionsFriedemann Kleint2020-02-072-5/+5
* Make the OpenGL renderer a pluginPaul Lemire2020-02-053-30/+11
* Unit tests for qschedulerPaul Lemire2020-01-281-1/+1
* QScheduler: restore jobsDone() call at the endPaul Lemire2020-01-281-0/+3
* Clean up tracing codeMike Krus2020-01-276-23/+15
* Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-252-3/+54
|\
| * Use animation rather than event to drive simulationMike Krus2020-01-132-4/+53
* | Replace deprecate QNetworkReply::error() callTimur Pocheptsov2020-01-151-1/+1
* | Fix deprecation handlingMike Krus2020-01-148-1/+32
* | Add commands to dump frame graph and scene graphMike Krus2020-01-093-1/+52
* | Silence deprecation warnings and fix Qt for Python and documentation buildsFriedemann Kleint2020-01-033-3/+13
* | Fix compilation with MSVCFriedemann Kleint2020-01-031-1/+1
* | Expand System InformationMike Krus2019-12-182-4/+31
* | Make GL profiling a runtime optionMike Krus2019-12-183-11/+51
* | Expose number of jobs is last updateMike Krus2019-12-174-5/+10
* | Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-179-57/+60
* | Use jobsDone to sync render capture back to frontendMike Krus2019-12-134-8/+13
* | Implement getting list of aspects from system information classMike Krus2019-12-138-27/+53
* | Fix deprecation syntaxMike Krus2019-12-133-3/+3
* | Make tracing a runtime optionMike Krus2019-12-1313-293/+400
* | Deprecate message APIMike Krus2019-12-0925-72/+86
* | 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
* | Make NodeRelationshipChange struct privateMike Krus2019-12-067-27/+13
* | Fix usages of text stream operatorsAlexandru Croitor2019-12-063-14/+14
* | Add Q3D_DECL_DEPRECATED macroMike Krus2019-12-051-0/+6
* | Revert "Fix post FF API changes"Mike Krus2019-12-0310-32/+54
* | Revert "Update jobs to remove post FF changes"Mike Krus2019-12-033-10/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-165-1/+11
|\|