summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* QRenderAspect/Render: set the event source on the PickEventFilterPaul Lemire2015-10-241-0/+6
* QRenderAspect: register QObjectPicker/ObjectPicker backend typePaul Lemire2015-10-241-0/+3
* QObjectPicker component addedPaul Lemire2015-10-243-2/+316
* QRenderAspect: use a single instance CalcBoundingVolumeJobPaul Lemire2015-10-201-1/+2
* QRenderAspect: use a single instance of UpdadeBoundingVolumeJobPaul Lemire2015-10-201-2/+2
* QRenderAspect: use a single instance of UpdateWorldTransformJobPaul Lemire2015-10-201-1/+3
* QRenderAspect: use a single instance of FrameCleanupJobPaul Lemire2015-10-201-1/+1
* FramePreparationJob: use a single instancePaul Lemire2015-10-201-1/+3
* Rename Renderer -> Render throughoutSean Harmer2015-10-1913-91/+91
* Resurrect bounding volumesLaszlo Agocs2015-10-142-5/+12
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1316-60/+60
* Add "We mean it" warnings to private headersSean Harmer2015-10-135-0/+55
* Final batch of file moves for nowSean Harmer2015-10-1348-4119/+0
* Move texture classes to their own directorySean Harmer2015-10-1314-2344/+0
* Move lights into their own directorySean Harmer2015-10-1313-1114/+0
* Move material system into own directorySean Harmer2015-10-1330-3776/+0
* Move geometry related classes to their own directorySean Harmer2015-10-1323-4240/+2
* Move render state classes into own dir and tidy upSean Harmer2015-10-1340-3917/+0
* Remove Q prefix from graphics helpersSean Harmer2015-10-131-3/+3
* Move QRenderAspect to frontend directorySean Harmer2015-10-134-0/+594
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-13177-1068/+1100
* Doc: Added \inmodule statement where it was missingNico Vertriest2015-10-069-2/+19
* Refactor QCylinderGeometry into a public classSean Harmer2015-08-315-383/+636
* Move QGeometryPrivate to separate header fileSean Harmer2015-08-314-15/+73
* Fix Sphere transformationLaszlo Agocs2015-08-271-4/+4
* Add support for ETC1 compressed textures in PKM containersLaszlo Agocs2015-08-172-3/+17
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-1746-1417/+3767
|\
| * Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-119-476/+0
| * QGeometry: add verticesPerPath propertyPaul Lemire2015-08-112-0/+25
| * Sphere exported in RendererPaul Lemire2015-08-091-1/+1
| * QRayCastingService implementation using bounding volumesRĂ©mi Benoit2015-08-092-7/+75
| * QSphereMesh: allow to modify instanceCountPaul Lemire2015-08-091-1/+0
| * Add support for loading scenes from glTF 0.8 filesAndy Nichols2015-08-081-1/+0
| * Qt3D::QWindow: window classPaul Lemire2015-08-084-2/+342
| * QMesh converted to QGeometryRendererPaul Lemire2015-08-073-37/+18
| * QGeometryRenderer: handle backend notifications to set QGeometryPaul Lemire2015-08-072-0/+16
| * QGeometryRenderer: add a QGeometryFunctor memberPaul Lemire2015-08-073-0/+28
| * QTorusMesh converted to QGeometryRenderer subclassPaul Lemire2015-08-072-198/+305
| * QCylinderMesh converted to QGeometryRenderer subclassPaul Lemire2015-08-072-228/+349
| * QSphereMesh converted to QGeometryRendererPaul Lemire2015-08-072-191/+310
| * QCuboidMesh converted to a QGeometryRendererPaul Lemire2015-08-074-358/+450
| * QPlaneMesh converted to be QGeometryRenderer subclassPaul Lemire2015-08-074-236/+275
| * QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-076-25/+84
| * QGeometryRenderer: add a primitiveCount propertyPaul Lemire2015-08-073-0/+23
| * QMaterial: effect -> do not rely on generated notificationPaul Lemire2015-08-071-1/+2
| * New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-0715-60/+857
| * Functors: remove dynamic_castPaul Lemire2015-07-2810-22/+54
| * QShaderProgram: fix a property was notified twice to the arbiterPaul Lemire2015-07-251-2/+0
| * QStencilMask render statePaul Lemire2015-07-254-2/+194
| * QStencilOp renderstate addedPaul Lemire2015-07-2510-87/+673