summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
* Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-254-16/+0
* Avoid unnecessary detaching.Volker Krause2016-01-071-1/+1
* Fix slow down seen with long running applicationSean Harmer2015-12-221-1/+7
* The Renderer depends only on the QServiceLocatorKevin Ottens2015-12-181-1/+1
* Move the time property to the rendererKevin Ottens2015-12-183-11/+1
* Pass the QBackendNodeFactory to setSceneRootKevin Ottens2015-12-181-1/+1
* Destroy allocators in aspect not the rendererKevin Ottens2015-12-181-0/+2
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-4/+4
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-172-5/+3
* Remove useless reimplementationsKevin Ottens2015-12-162-10/+0
* Change the idiom to clear null job dependenciesKevin Ottens2015-12-161-1/+1
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Move all raycasting code as private in Qt3DRenderKevin Ottens2015-12-102-3/+3
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-096-27/+28
* QRenderAspect: register ComputeDispatch backend nodePaul Lemire2015-12-071-0/+3
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-032-32/+2
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-1/+1
* Turns out QAbstractFunctor is specific to Qt3DRenderKevin Ottens2015-12-023-0/+144
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-011-1/+0
* Add a framegraph node for lightingLaszlo Agocs2015-11-261-0/+4
* Lights phase 1: infrastructureLaszlo Agocs2015-11-261-1/+3
* QRenderAspect: register QFrustumCulling/FrustumCulling creator functorPaul Lemire2015-11-241-0/+3
* QRenderAspect/Renderer: refactored to use the AbstractRenderer interfacePaul Lemire2015-11-243-65/+141
* QRenderAspect: use CalcGeometryTriangleVolumesPaul Lemire2015-11-241-2/+15
* FramePreparationJob: check geometryrenderer to compute triangle dataPaul Lemire2015-11-241-1/+1
* jobs benchmarksPaul Lemire2015-11-242-4/+4
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-5/+5
* Remove aspect enumsMike Krus2015-11-211-1/+0
* Sphere: make transformed constPaul Lemire2015-11-212-2/+2
* Avoid double->float conversion warning with MSVCLaszlo Agocs2015-11-201-1/+1
* Remove transforms property of QTransformSean Harmer2015-11-171-13/+4
* CalculateBoundingVolumeJob: clear previous dependenciesPaul Lemire2015-11-161-0/+2
* QRenderAspect: proper job dependencies and commentsPaul Lemire2015-11-161-1/+10
* Renderer: use NodeManagersPaul Lemire2015-11-161-54/+65
* QRenderAspect: registe QBoundingVolumeDebug creation functorPaul Lemire2015-11-161-0/+3
* Add QBoundingVolumeDebug componentPaul Lemire2015-11-163-2/+274
* Sphere fix: expandToContain now properly sets the radiusPaul Lemire2015-11-161-0/+1
* Fix some syncqt warningsLaszlo Agocs2015-11-131-0/+11
* Qt3DRender::QLayerPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1
* QAspectManager: Explicitly mark as private APIAndy Nichols2015-10-301-1/+0
* Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-272-2/+2
* Move picking into its own directorySean Harmer2015-10-255-584/+1
* Make aspects use the QEventFilterServicePaul Lemire2015-10-241-5/+1
* BoundingVolume: recomputed when buffer changesPaul Lemire2015-10-241-1/+1
* Sphere moved into Render namespace and made privatePaul Lemire2015-10-243-14/+22
* QRenderAspect: create and use a PickBoundingVolumeJobPaul Lemire2015-10-242-11/+15
* QObjectPicker: handle backend notificationsPaul Lemire2015-10-242-4/+117
* QPickEvent class addedPaul Lemire2015-10-243-2/+158
* Entity: create bounding sphere with the Entity idPaul Lemire2015-10-241-1/+1