summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ; to Q_UNUSEDLars Schmertmann2020-06-2412-29/+29
* rhi: add a manual test to try render targets simplyJean-Michaël Celerier2020-06-226-0/+573
* Fix AVX2 AlignedAllocatorPaul Lemire2020-06-191-1/+1
* Remove the OpenGL Render ThreadMike Krus2020-06-1918-34/+33
* Handle config flags to turn aspects on or offMike Krus2020-06-182-6/+7
* Remove custom gltf toolMike Krus2020-06-174-308/+0
* Fix compile warningsMike Krus2020-06-171-1/+1
* QNode: remove property tracking modePaul Lemire2020-06-1710-409/+3
* Update dependenciesPaul Lemire2020-06-126-57/+30
* Add more fixes for stand alone testsMike Krus2020-06-112-1/+4
* Disable gl renderer tests on stand alone testsMike Krus2020-06-111-18/+20
* Fix QBuffer::updateData being called several times in a rowPaul Lemire2020-06-082-0/+81
* Rework ShaderData/UniformBlockValueBuilder to minimize String lookupsPaul Lemire2020-06-082-75/+150
* Fix animation cmake projectsMike Krus2020-06-0515-23/+23
* Fix some more compile warningsPaul Lemire2020-06-044-5/+5
* Update dependenciesMike Krus2020-06-011-2/+0
* Leverage RV cache to reuse render commands when possiblePaul Lemire2020-05-251-64/+159
* Add support for building with CMakeMike Krus2020-05-22359-15/+12053
* Fix compilation of manual tests using QOpenGLWidgetsPaul Lemire2020-05-203-4/+4
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-204-7/+7
* Silence a few warningsMike Krus2020-05-193-2/+4
* QShaderGraph: disable edges connected to disabled nodesNicolas Guichard2020-05-111-0/+44
* Fix build for Qt6Mike Krus2020-05-0614-22/+33
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-2738-87/+5220
|\
| * rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-221-0/+2
| * rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-211-1/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-219-0/+564
| |\
| | * Allow for when a Scene3D item switches screensAndy Shaw2020-03-139-0/+564
| | * Revert "Allow for when a Scene3D item switches screens"Paul Lemire2020-02-185-300/+0
| | * Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-131-0/+42
| | * Allow for when a Scene3D item switches screensAndy Shaw2020-02-075-0/+300
| * | Adjust number of jobs based on number of render pathsMike Krus2020-04-142-9/+18
| * | bigscene-cpp: add debug overlayPaul Lemire2020-04-141-0/+3
| * | Make bigscene-cpp multiviewportPaul Lemire2020-04-141-1/+42
| * | Add benchmark for ShaderParameterPackPaul Lemire2020-04-145-1/+136
| * | Properly stop running animations when using a negative playratePaul Lemire2020-03-301-0/+108
| * | Add ability to dump filter statesMike Krus2020-03-261-0/+1
| * | Fix crash in rendercapture-cpp manual testPaul Lemire2020-03-231-1/+1
| * | Move shadergraph to Qt3DJean-Michaël Celerier2020-03-1912-1/+3787
| * | Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-164-1/+453
| * | Split examples so that build works without qtdeclarativeJean-Michaël Celerier2020-03-115-77/+105
| * | Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-111-1/+1
* | | Introduce QPickingProxyMike Krus2020-04-231-1/+56
* | | Add ability to override bounding data and trigger calculationMike Krus2020-04-236-1/+316
* | | Pull bounding volume info from front endMike Krus2020-04-235-26/+178
* | | Introduce QCoreAspectMike Krus2020-04-091-2/+4
* | | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-1013-90/+263
|\| |
| * | Merge gatherer and caching jobsMike Krus2020-03-062-7/+2
| * | Move common job handling out of RendererMike Krus2020-03-0612-84/+262
* | | Remove unused test lib which is causing CI to failMike Krus2020-03-104-159/+0