summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/filterlayerentityjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make tracing a runtime optionMike Krus2019-12-131-1/+1
* Fix race condition when executing multiple filterlayerjobs at oncePaul Lemire2018-06-251-45/+2
* Prevent potential containers detachingMike Krus2018-01-141-1/+1
* Iterate by const reference on handlesMike Krus2018-01-131-4/+4
* Improve performance for finding entities in subsetSvenn-Arne Dragly2017-12-041-0/+3
* Fix and improve layer filteringPaul Lemire2017-08-181-101/+161
* Accept/Drop entities and filter recursivelyJuan José Casafranca2017-08-021-3/+86
* Correct filtering of disabled entitiesWieland Hagen2017-01-051-2/+2
* Add unit tests for RenderViewBuilderPaul Lemire2016-12-121-0/+1
* Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-191-4/+0
* Fix regression: remove disabled entities from the renderingPaul Lemire2016-08-101-2/+9
* LayerFiltering: move enabled filtering into job directlyPaul Lemire2016-07-181-6/+20
* Fix warnings that occur when QT3D_JOBS_RUN_STATS is not definedPaul Lemire2016-07-041-0/+2
* Update FiterLayerEntityJob to use QResourceManager::activeHandlesPaul Lemire2016-07-021-23/+21
* Unit tests for layer filtering jobPaul Lemire2016-07-021-0/+111