summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Matrix_SSE/Matrix_AVX2: fix mapVectorPaul Lemire2019-08-204-16/+110
* Improve documentation of ObjectPickerJean-Michaƫl Celerier2019-08-071-0/+2
* Fix download test after removal of assetsMike Krus2019-08-071-1/+1
* GLTexture: glTexParam is not supported on multisampled texturesPaul Lemire2019-08-071-0/+7
* submissioncontext fix: devicePixelRatio is not an integerPaul Lemire2019-08-071-1/+1
* Improve SortPolicy documentationMichael Brasser2019-08-051-3/+16
* ShaderData: don't call markDirty(AllDirty)Paul Lemire2019-07-241-1/+1
* Add QML documentation to QSkyboxEntityPaul Lemire2019-07-241-0/+45
* Provide more detail in *Light documentationMichael Brasser2019-07-234-0/+63
* Silence warnings about null textures in uniformsMike Krus2019-07-221-0/+6
* Renderer: use last known good surface to reset render statesPaul Lemire2019-07-191-1/+1
* Align RenderView::buildComputeRenderCommands with buildDrawRenderCommandsPaul Lemire2019-07-191-3/+14
* RenderStates: fix override of nested RenderStatesPaul Lemire2019-07-1822-19/+894
* Document an example of how textureScale might be usedMichael Brasser2019-07-157-0/+51
* QRay3D: normalize the direction vector internallyPaul Lemire2019-07-152-22/+22
* Take shortest path on quaternion slerpJuan Jose Casafranca2019-07-153-12/+38
* Joints: remove removed joints from dirty listPaul Lemire2019-07-153-0/+8
* Expand documentation for CameraMichael Brasser2019-07-121-15/+88
* Doc: Fix typo in property namePaul Wicking2019-07-101-1/+1
* Document unit for FrameAction::triggeredMichael Brasser2019-07-031-2/+2
* Bump versionFrederik Gladhorn2019-07-011-1/+1
* Doc: Update code samples in 'Qt 3D Render Framegraph' documentationTopi Reinio2019-06-171-47/+81
* Doc: Extend Qt3D documentationPaul Wicking2019-06-073-2/+56
* Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-172-1/+21
|\
| * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-172-1/+21
|/|
| * Add changes file for Qt 5.12.4v5.12.4Antti Kokko2019-05-231-0/+20
| * Merge 5.12 into 5.12.4Frederik Gladhorn2019-05-273-2/+95
| |\
| * | Bump versionFrederik Gladhorn2019-05-231-1/+1
* | | Fix removal of components when they are destroyedMike Krus2019-05-285-3/+44
* | | Fix Parameter priority sortingPaul Lemire2019-05-242-3/+324
* | | Clean up warningsMike Krus2019-05-285-11/+13
* | | Remove assets that are no longer usedDmitry Shachnev2019-03-2366-25093/+0
* | | QClearBuffers: fix wrong clearColor qml property name in docPaul Lemire2019-05-241-1/+1
| |/ |/|
* | Update Qt3D color handlingMichael Brasser2019-05-153-2/+95
|/
* Register Qt3DCore::QNode also for Qt3D.AnimationUlf Hermann2019-05-171-0/+2
* Doc: Add MetalRoughMaterial QML documentationPaul Wicking2019-05-161-1/+50
* Doc: Add TextureLoader QML documentationPaul Wicking2019-05-151-2/+14
* Doc: Fix missing code snippet in Scene3DTopi Reinio2019-05-151-1/+1
* Check if animation channel only have one component and shortcircuitJuan Jose Casafranca2019-05-141-3/+3
* Fix number of lightsMike Krus2019-05-131-1/+1
* QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-109-62/+12
* Restore ShaderBuilder unit testsPaul Lemire2019-05-101-1/+0
* Update ShaderBuilder tests following changes in QShaderGeneratorPaul Lemire2019-05-093-19/+3
* QScenePrivate: Fix compiler warning about initialization orderFriedemann Kleint2019-05-021-1/+1
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-251-0/+20
|\
| * Add changes file for Qt 5.12.3v5.12.3Antti Kokko2019-04-031-0/+20
* | Fix slerp interpolation when two quats are equalJuan Jose Casafranca2019-04-221-4/+4
* | Cleanup debug output in Quick3DEntityLoaderPrivateJ-P Nurmi2019-04-181-3/+0
* | Fix FrameGraph node parentingJim Albamont2019-04-166-72/+57
* | Cache light/renderable/computable vectorsJames Turner2019-04-108-59/+300