summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-231-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-2/+2
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-091-0/+5
* Fix BV tests following changes in BV propagationPaul Lemire2021-07-291-6/+9
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-271-1/+1
* Add QCoreSettings classMike Krus2020-08-271-1/+1
* Use QList instead of QVector in testsJarek Kobus2020-07-091-7/+7
* Remove the OpenGL Render ThreadMike Krus2020-06-191-1/+1
* Add support for building with CMakeMike Krus2020-05-221-2/+2
* Pull bounding volume info from front endMike Krus2020-04-231-6/+50
* Add public API for working with jobsMike Krus2020-03-021-2/+3
* Remove useless jobMike Krus2020-02-281-5/+0
* Remove buffer functor APIMike Krus2020-02-111-9/+0
* Remove old dead codeMike Krus2020-02-111-9/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-111-4/+1
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-0/+1
* Revert "Fix post FF API changes"Mike Krus2019-12-031-2/+2
* Fix post FF API changesMike Krus2019-10-221-2/+2
* Update ray casting job to use direct syncMike Krus2019-10-031-25/+50
* Remove backend entity hierarchy rebuilding jobsJim Albamont2019-09-201-5/+0
* Use direct access to remove backend nodesPaul Lemire2019-09-161-1/+18
* Use sync method when initializing new backend nodesMike Krus2019-08-291-4/+27
* Iterate on child handlesMike Krus2019-05-251-0/+2
* Fix Entity parenting hierarchyJim Albamont2019-04-041-0/+5
* Add more job tests for raycastingMike Krus2018-03-071-8/+76
* Add support for layers to control ray castingMike Krus2018-02-051-8/+12
* Unit test for ray casting jobMike Krus2018-02-011-0/+228