summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename Renderer -> Render throughoutSean Harmer2015-10-19623-1565/+1565
* Add an example showing instancing using VBO with divisor of 1Sean Harmer2015-10-1910-2/+486
* Remove last vestiges of threadweaverSean Harmer2015-10-184-146/+0
* Export the QCylinderGeometry to QMLSean Harmer2015-10-171-0/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-178-0/+88
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-16120-126/+132
* Handle Types: remove duplicate HShader entryPaul Lemire2015-10-151-1/+0
* Use floats for plane geometry sizeSean Harmer2015-10-152-6/+6
* QPlaneGeometry registered to QMLPaul Lemire2015-10-151-0/+2
* QCuboidGeometry registered to QMLPaul Lemire2015-10-151-0/+2
* QPlaneGeometry refactored into a public classPaul Lemire2015-10-155-325/+556
* QCuboidGeometry refactored into a public classPaul Lemire2015-10-155-595/+849
* QSphereGeometry registered to QMLPaul Lemire2015-10-142-2/+4
* QSphereGeometry refactored into a public classPaul Lemire2015-10-145-365/+605
* Make QAspectThread privatePaul Lemire2015-10-144-10/+19
* RenderView: check that RengerGeometryRenderer are enabledPaul Lemire2015-10-141-1/+2
* RenderGeometryRenderer: monitor the enabled propertyPaul Lemire2015-10-143-0/+22
* Register QTorusGeometry to QMLPaul Lemire2015-10-141-0/+2
* QTorusGeometry refactored into a public classPaul Lemire2015-10-145-311/+550
* QAbstractAttribute: remove NodeAdded/Remove notification on bufferPaul Lemire2015-10-144-51/+10
* QMaterial: remove NodeAdded/Remove notifications on EffectPaul Lemire2015-10-144-27/+31
* Resurrect bounding volumesLaszlo Agocs2015-10-1413-32/+239
* RenderBuffer: handle the sync propertyPaul Lemire2015-10-149-5/+62
* QBuffer: add a sync propertyPaul Lemire2015-10-144-1/+50
* Fix building from source archive on WindowsPaul Lemire2015-10-141-3/+6
* Unit tests for FrameGraphNodePaul Lemire2015-10-143-1/+184
* Few improvements on FrameGraphNodePaul Lemire2015-10-142-6/+19
* Unit Tests for QViewportPaul Lemire2015-10-143-1/+197
* QViewport fix: properly copy color when cloningPaul Lemire2015-10-141-0/+1
* Unit Tests for QTechniqueFilterPaul Lemire2015-10-143-1/+262
* QTechniqueFilter fixes:Paul Lemire2015-10-143-18/+22
* Unit Tests for QStateSetPaul Lemire2015-10-143-1/+210
* Add a comment in QStateSet to explain why we are sending clonesPaul Lemire2015-10-141-0/+1
* Privately export QRenderStatePrivate for unit testingPaul Lemire2015-10-141-1/+2
* Unit Tests for QSortMethodPaul Lemire2015-10-143-1/+182
* QSortMethod: only send criterion node id and not node pointersPaul Lemire2015-10-142-6/+6
* Unit Tests for QSortCriterionPaul Lemire2015-10-143-1/+161
* QSortCriterion fix: do not pass ref for sort type but valuePaul Lemire2015-10-142-3/+2
* QCamera: clean up and make useful method Q_INVOKABLEPaul Lemire2015-10-142-39/+40
* Unit Tests for QRenderTargetSelectorPaul Lemire2015-10-143-1/+221
* QRenderTargetSelector fixes:Paul Lemire2015-10-141-1/+2
* Unit Tests for QRenderPassFilterPaul Lemire2015-10-143-1/+262
* QRenderPassFilter fixesPaul Lemire2015-10-143-8/+10
* Unit Tests for QLayerFilterPaul Lemire2015-10-143-1/+180
* Add Unit Test for QFrameGraphPaul Lemire2015-10-143-1/+204
* QFrameGraph: check that activeFrameGraph is not nullPaul Lemire2015-10-141-1/+1
* Add Unit Test for QFrameGraphNodePaul Lemire2015-10-143-1/+224
* Unit Tests for QClearBufferPaul Lemire2015-10-143-1/+165
* Unit Tests for QCameraSelectorPaul Lemire2015-10-143-1/+174
* QCameraSelector: fix allow camera to be nullPaul Lemire2015-10-141-1/+1