summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-203-177/+295
|\
| * Fix QCameraLens moduleAntti Määttä2016-09-091-2/+2
| * Fix documentation of QRenderSettings and QPickingSettingsMiikka Heikkinen2016-09-052-52/+133
| * Update QCameraLens docsAntti Määttä2016-09-051-125/+162
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-81/+346
|\|
| * Update QTextureImage docsAntti Määttä2016-09-021-0/+36
| * Update QCamera docsAntti Määttä2016-09-021-81/+310
* | Silence 'no such slot' connect warning on startupAntti Määttä2016-09-023-3/+4
* | Enable QRenderCapture usage in the backendAntti Määttä2016-08-291-1/+4
* | QRenderTargetOutput: use full type in the face Q_PROPERTYPaul Lemire2016-08-261-1/+1
* | Merge branch '5.7' into 5.8Sean Harmer2016-08-251-0/+1
|\|
| * Register the metatype for QFrameGraphNodeAndy Shaw2016-08-231-0/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-233-3/+39
|\|
| * QComputeCommand: fix was returning wrong dimensions for Y and ZPaul Lemire2016-08-161-2/+2
| * QCameraLens: block notifications that shouldn't be sentPaul Lemire2016-08-161-0/+36
| * QRenderTargetOuput: check texture is not null when setting parentPaul Lemire2016-08-161-1/+1
* | Merge branch '5.7' into devSean Harmer2016-08-145-287/+77
|\|
| * QLayer: update the documentationPaul Lemire2016-08-101-2/+74
| * 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-044-285/+0
* | Enable picking of back facing trianglesMike Krus2016-08-135-0/+47
|/
* 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-052-0/+8
* Move jobs into RendererPaul Lemire2016-07-032-85/+9
* Split RenderViewJobsPaul Lemire2016-07-031-0/+1
* Unit tests for layer filtering jobPaul Lemire2016-07-021-0/+6
* QRenderAspect: remove assert in dtorPaul Lemire2016-07-011-1/+2
* Do not create OpenGL context until render aspect is registeredSean Harmer2016-07-012-21/+70
* Texture loading improvementPaul Lemire2016-06-301-1/+1
* Sphere: guard against empty points vector.Harald Vistnes2016-06-281-1/+2
* Merge branch '5.7.0' into 5.7Sean Harmer2016-06-142-48/+178
|\
| * Fix broken connection due to API change in b1ace55v5.7.0Sean Harmer2016-06-122-3/+3
| * Adding QDoc to QCameraRobert Brock2016-06-081-45/+175
* | Use fuzzy compare in qCameraMäättä Antti2016-06-071-3/+3
|/
* Adding QDoc to QRenderTargetOutputRobert Brock2016-06-011-0/+45
* Adding QDoc to QRenderTargetRobert Brock2016-06-011-0/+24
* Adding QDoc to QRenderSettingsRobert Brock2016-06-012-1/+37
* Adding QDoc to QRenderAspectRobert Brock2016-06-011-0/+22
* Adding QDoc to QPickingSettingsRobert Brock2016-06-011-0/+45
* Adding QDoc to QComputeCommandRobert Brock2016-06-011-0/+33
* Change default RenderPolicy to AlwaysMiikka Heikkinen2016-05-241-1/+1
* Avoid changing access rights to virtual methodsMike Krus2016-05-231-3/+10
* Shared node bookkeepingPaul Lemire2016-05-233-1/+24
* Only try to create render jobs if we have a settings objectSean Harmer2016-05-201-2/+5
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-1915-1/+43
* Use delegating ctor for QRenderSettingsSean Harmer2016-05-181-5/+1
* De-inline QRenderSettings dtorSean Harmer2016-05-182-0/+5
* Handle renderer shutdown request and assert in render aspect dtorSean Harmer2016-05-181-4/+16