summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-277-18/+22
|\
| * 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
* | Update documentationMike Krus2020-04-231-5/+146
* | Add ability to override bounding data and trigger calculationMike Krus2020-04-235-49/+113
* | Pull bounding volume info from front endMike Krus2020-04-231-1/+1
* | Add bounding volume calculations to core aspectMike Krus2020-04-2214-11/+1233
* | Introduce QCoreAspectMike Krus2020-04-097-0/+273
* | Introduce QBoundingVolume classMike Krus2020-04-084-0/+371
* | Introduce abstract API to lookup front end nodesMike Krus2020-04-076-11/+163
* | Track dirty state on front end nodesMike Krus2020-04-0718-1/+153
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-042-5/+20
|\|
| * Fix memory leaksMike Krus2020-03-042-5/+20
* | Add support for aspects depending on other aspectsMike Krus2020-03-026-4/+33
* | Add public API for working with jobsMike Krus2020-03-029-9/+75
* | Fix build without feature.animationTasuku Suzuki2020-02-281-0/+2
* | Remove more deprecated codeMike Krus2020-02-273-53/+0
* | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-274-5/+27
* | Introduce QGeometryViewMike Krus2020-02-274-1/+700
* | Geometry refactoringMike Krus2020-02-2717-0/+2150
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-251-1/+1
|\|
| * Revert "Replace deprecate QNetworkReply::error() call"Timur Pocheptsov2020-02-241-1/+1
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-1714-25/+140
|\|
| * 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 custom deprecation macroPaul Lemire2020-02-122-7/+0
* | Remove deprecated classes and functionsPaul Lemire2020-02-11108-7313/+119
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-0775-575/+1016
|\|
| * 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