summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Delete m_renderQueue.v5.7.0-alpha1Volker Krause2016-03-071-0/+2
* QInputSequence removed sequentialRobert Brock2016-03-074-64/+1
* Rename QTextureDataFunctor to QTextureImageDataGeneratorFranck Arrecot2016-03-0716-60/+60
* Class QSortMethod renamed to QSortPolicyFranck Arrecot2016-03-0717-120/+119
* Render::Layer: add missing QVector::clear()Marc Mutz2016-03-051-0/+1
* QMouseEvent/QWheelEvent: rename modifier to modifiersMike Krus2016-03-052-8/+8
* Move QRay3D to Qt3DRender and make privateMike Krus2016-03-0521-141/+144
* QBlendState cleanupPaul Lemire2016-03-0520-436/+425
* Don't detach temporary containers.Volker Krause2016-03-052-6/+6
* Use const references in foreach loops for non-trivial types.Volker Krause2016-03-052-4/+4
* Follow API changes in QRenderAttachment.Volker Krause2016-03-052-2/+2
* Make the backend use workgroup sizes from ComputeCommandPaul Lemire2016-03-056-5/+31
* QComputeJob cleanupPaul Lemire2016-03-0518-82/+145
* QGeometry: move verticesPerPath to QGeometryRendererPaul Lemire2016-03-0519-105/+71
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-0536-127/+127
* QAxis: remove name propertyPaul Lemire2016-03-056-61/+2
* QEffect: make add/removeTechnique non virtualPaul Lemire2016-03-051-4/+3
* Renderer: allow next logical frame to proceed before calling swapBuffersPaul Lemire2016-03-052-40/+50
* QBlendEquation renamed mode to functionRobert Brock2016-03-0511-32/+32
* QPointSize renamingRobert Brock2016-03-053-24/+19
* QColorMask properties renamedRobert Brock2016-03-056-65/+65
* Renamed to QKeyboardHandlerMike Krus2016-03-0523-222/+223
* Rename to QMouseInput to QMouseHandlerMike Krus2016-03-0517-156/+150
* Class QRendererSettings rename to QRenderSettingsFranck Arrecot2016-03-0413-89/+89
* logic: eradicate all (one) Q_FOREACH loopsMarc Mutz2016-03-041-2/+2
* QInputAspect cleanupPaul Lemire2016-03-046-10/+26
* render/framegraph: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-03-0411-15/+22
* Qt3D job run statsPaul Lemire2016-03-0421-13/+282
* Mark more types movable/primitiveMarc Mutz2016-03-042-2/+8
* QObjectPicker API changesMike Krus2016-03-047-60/+63
* Restore picking, and clear current picker on releaseMike Krus2016-03-032-6/+8
* QRenderTargetOutput enumRobert Brock2016-03-0315-52/+52
* QRenderAttachment renamed to QRenderTargetOutputRobert Brock2016-03-0345-222/+224
* QAbstractSceneParser property renamingRobert Brock2016-03-037-18/+18
* Don't draw a black torus on top of a black background.Volker Krause2016-03-031-1/+1
* Follow API changes in PolygonOffset.Volker Krause2016-03-033-4/+4
* Port wave and wireframe examples away from ParameterMapping.Volker Krause2016-03-034-22/+10
* Fix "Must construct a QGuiApplication before a QPixmap" startup error.Volker Krause2016-03-021-1/+1
* Follow API changes in StencilTest.Volker Krause2016-03-021-4/+4
* Follow API changes in TechniqueFilter.Volker Krause2016-03-021-1/+1
* Follow API changes in TextureImage.Volker Krause2016-03-022-12/+12
* Fix signal/slot connection after API change in QViewport.Volker Krause2016-03-021-1/+1
* QRenderAttachment renamed RenderAttachmentType to AttachmentPointRobert Brock2016-03-0226-86/+90
* QDispatchCompute: make setters slotsPaul Lemire2016-03-021-0/+1
* Renaming QTechniqueFilter APIJanne Koskinen2016-03-0212-30/+30
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-0112-18/+18
* Class QStateSet renamed to QRenderStateSetFranck Arrecot2016-03-0114-71/+71
* Enum Profile renamed to OpenGLProfileFranck Arrecot2016-03-013-13/+11
* TrianglesVisitor: fix buffer overrunMarc Mutz2016-03-011-2/+2
* Fix uses of inefficient QList<QNodeId>Marc Mutz2016-03-0134-70/+74