summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wreorder warningsSean Harmer2017-02-081-2/+2
* Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-021-0/+64
* Send further pick events to initial object pickerMike Krus2017-01-238-0/+490
* Picking: restore early checksMike Krus2017-01-212-28/+14
* Skybox: add documentation about issues with frustum cullingPaul Lemire2017-01-112-1/+3
* Add unit tests for trianglevisitorAntti Määttä2017-01-103-1/+1098
* Reinstate back face pickingMike Krus2017-01-091-6/+16
* Don’t perform picking if QObjectPicker is disabledMike Krus2017-01-094-0/+185
* Unit tests for render capture backend nodeAntti Määttä2017-01-095-1/+146
* Correct filtering of disabled entitiesWieland Hagen2017-01-052-2/+10
* QNode: Defer QScene registration until after object construcionWieland Hagen2017-01-051-0/+127
* Make sure QPickTriangleEvent gets generatedMike Krus2017-01-041-0/+18
* Merge "Merge branch '5.8.0' into 5.8" into refs/staging/5.8Sean Harmer2016-12-1619-4/+885
|\
| * Merge branch '5.8.0' into 5.8Sean Harmer2016-12-1619-4/+885
| |\
| | * Only pass static metaobjects around and fix EntityLoaderPaul Lemire2016-12-167-1/+414
| | * Ensure offscreen surface used during cleanup is created on gui threadSean Harmer2016-12-142-0/+13
| | * Properly order texture jobsPaul Lemire2016-12-141-0/+1
| | * Fix hover support in QObjectPickerMike Krus2016-12-141-0/+6
| | * Fix texture data upload timingSean Harmer2016-12-101-0/+1
| | * RenderCapture: register with version 2.1Paul Lemire2016-12-072-2/+2
| | * Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-075-1/+235
| | * Add backend class for AxisAccumulator and testsSean Harmer2016-12-073-1/+214
* | | Update Quick3D render import unit testPaul Lemire2016-12-161-2/+3
* | | custom-mesh-qml: adjust attribute namesPaul Lemire2016-12-161-3/+3
|/ /
* | Add unit tests to check all Quick3D Core importsPaul Lemire2016-12-165-1/+115
* | Add unit tests to check all Quick3DInput importsPaul Lemire2016-12-165-1/+124
* | Add unit tests to check all Quick3D Render importsPaul Lemire2016-12-155-1/+229
* | QFrameGraphNode and subclasses: use the QFrameGraphNodeCreatedChangePaul Lemire2016-12-131-1/+36
* | FilterLayerEntityJob: fix uninitialized valuePaul Lemire2016-12-131-0/+11
* | Add benchmark for MaterialParameterGathererJobPaul Lemire2016-12-133-1/+157
* | RenderViewJobUtils: refactor findTechniqueForEffectPaul Lemire2016-12-121-0/+8
* | RenderViewBuilder: add dependency on technique filteringPaul Lemire2016-12-121-2/+3
* | Add unit tests for FilterCompatibleTechniqueJobPaul Lemire2016-12-123-1/+269
* | Add unit tests for RenderViewBuilderPaul Lemire2016-12-123-1/+473
* | Technique: adds itself to dirty list in managerPaul Lemire2016-12-041-0/+22
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-287-37/+80
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-246-37/+59
| |\
| | * NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-146-37/+59
| * | Readd doc that was removed by e3c70ea206eaef9fe310ebc880070b173977530eAndy Shaw2016-11-181-0/+21
| |/
* | Technique: add isCompatibleWithFilters functionPaul Lemire2016-11-251-0/+192
* | Technique: add a flag to check for compatibilityPaul Lemire2016-11-251-0/+21
* | Add unit tests for materialparametergathererjobPaul Lemire2016-11-243-1/+472
* | Add unit tests for TechniquePaul Lemire2016-11-243-1/+263
* | Add unit tests for QMeshPaul Lemire2016-11-243-1/+244
* | Complete RenderPass unit testsPaul Lemire2016-11-241-2/+55
* | Add unit tests for FilterKeyPaul Lemire2016-11-243-1/+208
* | Add unit tests for effectPaul Lemire2016-11-243-1/+203
* | Add unit tests for QFilterKeyPaul Lemire2016-11-243-1/+240
* | Add unit tests for QRenderPassPaul Lemire2016-11-243-1/+466
* | Add unit tests for QEffectPaul Lemire2016-11-243-1/+304