summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/render/jobs/tst_bench_jobs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move common job handling out of RendererMike Krus2020-03-061-6/+12
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-051-11/+11
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+1
* Use direct access to remove backend nodesPaul Lemire2019-09-161-3/+8
* Use sync method when initializing new backend nodesMike Krus2019-08-291-16/+17
* Remove the Aspect ThreadPaul Lemire2019-08-071-1/+0
* Rename FramePreparationJob to UpdateShaderDataTransformJobPaul Lemire2016-10-121-2/+2
* QRenderAspect: remove unused allocatorsPaul Lemire2016-07-051-3/+1
* Rename UpdateBoundingVolumeJob -> ExpandBoundingVolumeJobPaul Lemire2016-07-041-2/+2
* Move jobs into RendererPaul Lemire2016-07-031-10/+10
* Avoid changing access rights to virtual methodsMike Krus2016-05-231-76/+86
* QAbstractAspect: remove all traces of cloningPaul Lemire2016-05-011-7/+7
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-231-6/+6
* Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-221-5/+10
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-5/+5
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* Drop QFrameGraph in favor of QRenderSettingsWieland Hagen2016-03-091-5/+4
* Unify license header usageAntti Kokko2016-01-261-17/+9
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-4/+1
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-2/+2
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-1/+1
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-12/+12
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-171-6/+6
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-171-9/+7
* Make QNodeVisitor privateKevin Ottens2015-12-031-1/+1
* QRenderAspect/Renderer: refactored to use the AbstractRenderer interfacePaul Lemire2015-11-241-6/+7
* jobs benchmarksPaul Lemire2015-11-241-0/+386