summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix RenderViewJob crash on Renderer shutdownMauro Persano2016-01-071-0/+2
* Add a few more QVector::reserve calls.Volker Krause2016-01-071-0/+1
* The Renderer depends only on the QServiceLocatorKevin Ottens2015-12-181-2/+1
* Move the time property to the rendererKevin Ottens2015-12-181-0/+11
* Pass the QBackendNodeFactory to setSceneRootKevin Ottens2015-12-181-4/+1
* Destroy allocators in aspect not the rendererKevin Ottens2015-12-181-2/+0
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-8/+9
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-1/+2
* Change the idiom to clear null job dependenciesKevin Ottens2015-12-161-1/+1
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-101-1/+0
* Reduce specular reflectivity defaultsLaszlo Agocs2015-12-101-2/+2
* Unify the default and phong shadersLaszlo Agocs2015-12-011-6/+6
* Clean up the shader directoryLaszlo Agocs2015-12-011-6/+6
* Let There Be LightLaszlo Agocs2015-12-011-12/+9
* Do not crash on null vaoLaszlo Agocs2015-11-241-1/+2
* QRenderAspect/Renderer: refactored to use the AbstractRenderer interfacePaul Lemire2015-11-241-60/+28
* Change annoying debug print to qCDebugLaszlo Agocs2015-11-231-1/+1
* Track whether the vao has had attributes specified or notSean Harmer2015-11-231-16/+15
* PlatformSurfaceFilter/Renderer: render only when surface is exposedPaul Lemire2015-11-201-2/+11
* Updated comment for better understanding of the codePaul Lemire2015-11-161-2/+1
* Renderer: use NodeManagersPaul Lemire2015-11-161-72/+44
* Renderer: fix empty VAO casePaul Lemire2015-11-161-6/+8
* Renderer: add a boundingVolumeDebugManagerPaul Lemire2015-11-161-0/+1
* Create proper plugin infrastructure for sceneloadersAndy Nichols2015-11-041-19/+7
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-031-1/+1
* QAspectManager: Explicitly mark as private APIAndy Nichols2015-10-301-1/+0
* Make aspects use the QEventFilterServicePaul Lemire2015-10-241-8/+4
* Renderer: instantiate PickEventFilter + pending event getterPaul Lemire2015-10-241-0/+6
* QRenderAspect/Render: set the event source on the PickEventFilterPaul Lemire2015-10-241-1/+13
* Renderer: add an instance of ObjectPickerManagerPaul Lemire2015-10-241-0/+1
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-36/+36
* Renderer: minimize VAO bind changePaul Lemire2015-10-141-8/+14
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-9/+9
* Move render state classes into own dir and tidy upSean Harmer2015-10-131-2/+2
* Remove Q prefix from graphics helpersSean Harmer2015-10-131-5/+5
* Rename RenderTechnique -> TechniqueSean Harmer2015-10-131-1/+1
* Rename RenderShader -> ShaderSean Harmer2015-10-131-2/+2
* Rename RenderMaterial -> MaterialSean Harmer2015-10-131-1/+1
* Rename RenderGeometryRenderer to GeometryRendererSean Harmer2015-10-131-1/+1
* Rename RenderGeometry -> GeometrySean Harmer2015-10-131-3/+3
* Rename RenderEntity -> EntitySean Harmer2015-10-131-2/+2
* Rename RenderCameraLens -> CameraLensSean Harmer2015-10-131-1/+1
* Rename RenderBuffer -> BufferSean Harmer2015-10-131-1/+1
* RenderAttribute -> AttributeSean Harmer2015-10-131-5/+5
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-11/+12
* Scene3D/Renderer fixPaul Lemire2015-09-211-22/+29
* Windows: Use a name filter when loading scene parser plugins.Friedemann Kleint2015-09-161-4/+12
* renderer.cpp: Fix MSVC2015/64 bit warnings about cast to greater size.Friedemann Kleint2015-09-051-2/+2
* Log VAO creation when it is actually createdLaszlo Agocs2015-08-211-2/+3