summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Use trilinear filtering for normal mapsKevin Ottens2016-08-242-2/+4
| * SceneManager: small improvementsPaul Lemire2016-08-241-4/+3
| * Move tests for QCuboidGeometry into extrasPaul Lemire2016-08-245-5/+6
| * Register the metatype for QFrameGraphNodeAndy Shaw2016-08-231-0/+1
| * Add unit tests for QComputeCommandPaul Lemire2016-08-233-1/+296
| * Unit Tests for QCameraLensPaul Lemire2016-08-233-1/+731
| * QRenderTargetOuput: add unit testsPaul Lemire2016-08-233-1/+421
| * QSceneLoader: status is updated from the backendPaul Lemire2016-08-234-11/+92
| * Scene: add a setStatus methodPaul Lemire2016-08-233-0/+34
* | Implement QRenderCapture frame graph nodeAntti Määttä2016-08-254-2/+495
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2327-39/+654
|\|
| * Add unit tests for QSceneLoaderPaul Lemire2016-08-223-1/+138
| * Add unit tests for scene loaderPaul Lemire2016-08-223-1/+171
| * SceneManager: export for unit testsPaul Lemire2016-08-221-5/+6
| * Doc: add a section about common rendering issuesPaul Lemire2016-08-222-0/+136
| * QPhongAlphaMaterial: allow to specify the blending argumentsPaul Lemire2016-08-192-0/+94
| * QSceneLoader: mark setStatus as deprecatedPaul Lemire2016-08-191-1/+1
| * Scene: add cleanup method and export for testsPaul Lemire2016-08-193-1/+10
| * QBlendEquationArguments: update doc for enumsPaul Lemire2016-08-191-19/+19
| * transparency-qml-scene3d: updated to use cubemap as backgroundPaul Lemire2016-08-193-5/+12
| * PhongAlphaMaterial: allow to specify the blending argumentsPaul Lemire2016-08-191-1/+7
| * Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
| * QConeGeometryPrivate: initialize m_positionBufferEdward Welbourne2016-08-161-0/+1
| * MouseDevice: initialize m_inputHandlerEdward Welbourne2016-08-161-0/+1
| * 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
| * Entity: fix -> properly clear childrenHandles vectorPaul Lemire2016-08-162-1/+19
| * QNode: fix commentPaul Lemire2016-08-161-1/+1
* | Merge dev into 5.8Oswald Buddenhagen2016-08-2215-25/+11
|\ \
| * | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-2115-25/+11
* | | QForwardRenderer: add externalRenderTargetSize propertyPaul Lemire2016-08-192-0/+17
* | | Qt3DExtras: ForwardRenderer.qml add alias tfor external target sizePaul Lemire2016-08-191-0/+1
* | | Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-194-10/+4
|/ /
* | Merge branch '5.7' into devSean Harmer2016-08-14108-589/+2471
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of 'OS X' to 'macOS'v5.6.2Topi Reinio2016-08-121-1/+1
| * | Introduce GraphicsHelperES3, allow multiple color attachmentsSvenn-Arne Dragly2016-08-126-30/+276
| * | tst_renderviewutils.cpp: add comments to make things easier to readPaul Lemire2016-08-111-0/+32
| * | Qt3DWindow rename defaultFramegraph to defaultFrameGraphPaul Lemire2016-08-116-6/+6
| * | Doc: QSceneLoader add detailed descriptionPaul Lemire2016-08-111-4/+50
| * | LoadSceneJob: always call Scene::setSubTree()Paul Lemire2016-08-111-11/+17
| * | HandleManager: do not allow counter to overflowPaul Lemire2016-08-112-1/+104
| * | Doc: Remove 'Technology Preview' from the landing pageTopi Reinio2016-08-111-1/+1
| * | Fix regression: remove disabled entities from the renderingPaul Lemire2016-08-102-7/+33
| * | QLayer: update the documentationPaul Lemire2016-08-101-2/+74
| * | tst_qgraphicsapifilter: add a few more test casesPaul Lemire2016-08-101-0/+26
| * | deferred-renderer-qml: fix debug layer techniquesPaul Lemire2016-08-106-40/+92
| * | deferred-renderer-qml: properly handle window size changesPaul Lemire2016-08-101-2/+7
| * | deferred-renderer-cpp: properly handle window size changesPaul Lemire2016-08-102-8/+31