summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't detach temporary containers.Volker Krause2016-03-051-4/+4
* Make the backend use workgroup sizes from ComputeCommandPaul Lemire2016-03-051-5/+3
* QGeometry: move verticesPerPath to QGeometryRendererPaul Lemire2016-03-051-3/+3
* Renderer: allow next logical frame to proceed before calling swapBuffersPaul Lemire2016-03-051-39/+48
* Class QRendererSettings rename to QRenderSettingsFranck Arrecot2016-03-041-5/+5
* QAttribute API changesPaul Lemire2016-02-291-1/+1
* Remove ParameterMappingPaul Lemire2016-02-261-13/+22
* Fix some -Wreorder warningsSean Harmer2016-02-261-1/+1
* Propagate backend node changes to Renderer; render-on-demandWieland Hagen2016-02-241-3/+42
* Fix warning in rendererPaul Lemire2016-02-231-1/+0
* Renderer: use instanced drawing all the timePaul Lemire2016-02-231-23/+12
* const QNodeId & -> QNodeIdPaul Lemire2016-02-221-1/+1
* Renderer: slice executeCommands in smaller functionsPaul Lemire2016-02-221-91/+108
* Fix iOS context initializationMike Krus2016-02-101-2/+7
* Conditionally compile the glGetError callsSean Harmer2016-02-091-0/+4
* Pooled RenderStateImplsWieland Hagen2016-02-051-3/+3
* Added QBackendNodes for QRenderStates.Wieland Hagen2016-02-051-3/+3
* Unify license header usageAntti Kokko2016-01-261-12/+15
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-142/+50
* Renderer/Scene3D: fixes to make it work without setDataPaul Lemire2016-01-221-14/+19
* Updated picking-qml examplePaul Lemire2016-01-211-2/+14
* Port FrameGraphManager away from QResourceManagerTobias Koenig2016-01-201-4/+1
* Protect against a null surface in the renderview processing logicSean Harmer2016-01-191-0/+8
* Make renderer us QSurface from RenderViewSean Harmer2016-01-171-16/+32
* Increase frame allocator max object size a littleSean Harmer2016-01-171-1/+1
* Register renderer settings and set on rendererSean Harmer2016-01-171-0/+20
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-1/+1
* Renderer: handle compute and draw render commandsPaul Lemire2016-01-131-134/+149
* RenderView/GraphicsContext: support SSBO/UBO with buffer used as ParametersPaul Lemire2016-01-131-2/+2
* RenderView: sliglty modified to later accommodate compute callsPaul Lemire2016-01-131-0/+4
* 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