summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qrenderaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable QRenderCapture usage in the backendAntti Määttä2016-08-291-1/+4
* Register the metatype for QFrameGraphNodeAndy Shaw2016-08-231-0/+1
* QMaterial: fix warning about unregistered metatypePaul Lemire2016-08-101-0/+1
* QAttribute: fix warning about unregistered metatypePaul Lemire2016-08-101-0/+2
* Remove qboundingvolumedebugSean Harmer2016-08-041-3/+0
* Render: get rid of duplicate phong shadersPaul Lemire2016-07-191-7/+0
* QRenderAspect: remove unused allocatorsPaul Lemire2016-07-051-4/+0
* Make the Qt3D Renderer execute its first shell commandPaul Lemire2016-07-051-0/+6
* Move jobs into RendererPaul Lemire2016-07-031-72/+7
* Split RenderViewJobsPaul Lemire2016-07-031-0/+1
* QRenderAspect: remove assert in dtorPaul Lemire2016-07-011-1/+2
* Do not create OpenGL context until render aspect is registeredSean Harmer2016-07-011-20/+68
* Texture loading improvementPaul Lemire2016-06-301-1/+1
* Adding QDoc to QRenderAspectRobert Brock2016-06-011-0/+22
* Only try to create render jobs if we have a settings objectSean Harmer2016-05-201-2/+5
* Handle renderer shutdown request and assert in render aspect dtorSean Harmer2016-05-181-4/+16
* De-inline dtors of aspect classesMarc Mutz2016-05-141-0/+5
* Use some constructor delegationMarc Mutz2016-05-141-15/+5
* render: eradicate Q_FOREACH loops [remaining low-risk, take 2]Marc Mutz2016-05-141-2/+2
* QRenderAspect: use QSharedPointer::create()Marc Mutz2016-05-051-48/+48
* Rename QSceneParserPlugin to QSceneIOPluginFranck Arrecot2016-05-021-4/+4
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-5/+5
* Fix memory leaks in render aspectMäättä Antti2016-04-291-0/+6
* render/frontend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-281-7/+7
* Rename QLight to QAbstractLightKevin Ottens2016-04-281-2/+2
* Moves QSortCriterion flag to QSortPolicy and remove itFranck Arrecot2016-04-261-2/+0
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-231-1/+1
* Optionally dump out some data about renderer resourcesSean Harmer2016-04-171-0/+4
* Reinstate dependency of RV jobs on bounding volume updatesSean Harmer2016-04-101-2/+1
* QAbstractTextureProvider renamed to QAbstractTexturePaul Lemire2016-04-061-1/+2
* Finishing the rename of annotation manager to filterKey managerFranck Arrecot2016-04-061-2/+2
* Tidy up the registration of backend types a littleSean Harmer2016-03-311-28/+38
* QLighting removalRobert Brock2016-03-231-3/+0
* Rename QClearBuffer to QClearBuffersMike Krus2016-03-201-3/+3
* Set objectName for aspects to help with debug outputSean Harmer2016-03-201-1/+3
* Remove QFrameGraphSelectorMike Krus2016-03-191-2/+0
* Merge QAbstractSceneLoader down into QSceneLoaderMike Krus2016-03-171-2/+2
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-1/+1
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-2/+5
* Renderer/QRenderTargetSurfaceSelector: implement proper synchronizationPaul Lemire2016-03-171-41/+0
* QAnnotation changesFranck Arrecot2016-03-171-1/+1
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* Make QBoundingVolumeDebug privateMike Krus2016-03-131-1/+1
* QRenderAspect: move some code to pimplMike Krus2016-03-131-73/+71
* Drop QFrameGraph in favor of QRenderSettingsWieland Hagen2016-03-091-2/+0
* Class QAbstractSceneParser renamed to QSceneIOHandlerFranck Arrecot2016-03-091-5/+5
* Class QSortMethod renamed to QSortPolicyFranck Arrecot2016-03-071-2/+2
* Use const references in foreach loops for non-trivial types.Volker Krause2016-03-051-3/+3
* QComputeJob cleanupPaul Lemire2016-03-051-3/+3
* Class QRendererSettings rename to QRenderSettingsFranck Arrecot2016-03-041-3/+3