summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/materialparametergathererjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Share code between renderer pluginsPaul Lemire2020-07-071-0/+159
* Move Renderer specific classes into new folderPaul Lemire2018-03-191-132/+0
* Iterate by const reference on handlesMike Krus2018-01-131-1/+1
* Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-191-3/+0
* Fix warnings that occur when QT3D_JOBS_RUN_STATS is not definedPaul Lemire2016-07-041-0/+2
* Use more instances of MaterialParameter when necessaryPaul Lemire2016-07-031-2/+1
* Improve MaterialGatheringPaul Lemire2016-07-031-2/+4
* MaterialParameterGathererJob addedPaul Lemire2016-07-021-0/+132