summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3drenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Scene3DRenderer: fix race conditionv5.9.0-beta4Paul Lemire2017-05-061-2/+16
* Hook Scene3D cleanup on scenegraphInvalidated tooLaszlo Agocs2017-04-051-9/+21
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-11/+9
|\
| * Coding convention fix for Src/importscore, importsextras,5.8Robert Brock2017-04-011-11/+9
* | Initialize members in Scene3DRendererSean Harmer2017-02-121-0/+2
|/
* ContextSaver dtor: call make current only when neededPaul Lemire2016-11-231-1/+1
* Scene3DRenderer::render: simplified code pathsPaul Lemire2016-11-231-28/+19
* Fix crash in Scene3DRenderer::shutdown caused by nullptr m_aspectEngineFredrik Orderud2016-11-021-2/+4
* Use QSurfaceFormat::defaultFormat for sample countSvenn-Arne Dragly2016-06-081-1/+4
* Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-1/+1
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-0/+6
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-7/+7
* QRenderAspect: move some code to pimplMike Krus2016-03-131-4/+5
* Fix picking with Scene3DMäättä Antti2016-03-111-1/+5
* Avoid huge cost of restoring previously bound framebufferSean Harmer2016-02-191-1/+8
* Unify license header usageAntti Kokko2016-01-261-11/+14
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-5/+0
* Refactor the scene3d classes into one class per pair of filesSean Harmer2016-01-181-0/+294