summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add note to material system nodes that can't be disabledAntti Määttä2019-10-104-0/+16
* Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-109-0/+34
* Fix blitting to also blit depth and stencil buffersPaul Lemire2019-10-091-1/+2
* Prevent picking from losing eventsAntti Määttä2019-10-091-2/+2
* Add comment about far plane value affecting pickingAntti Määttä2019-10-091-0/+6
* Fix rendering when closing and re-opening a windowTomi Korpipaa2019-10-091-4/+0
* Add documentation for AbstractClipAnimator QML type propertiesMats Honkamaa2019-10-081-0/+22
* Clarify Scene2D input event supportTomi Korpipaa2019-10-071-0/+4
* Ensure we can build assimp on Windows and macOS with non gcc compilersAndy Shaw2019-10-071-1/+1
* Doc: Add inherits tags to ClipAnimator and BlendedClipAnimatorMats Honkamaa2019-10-042-0/+2
* Fix for bounding volume handling and calculationVolker Enderlein2019-10-013-34/+107
* Reset input axis changes when enabling camera controllerMike Krus2019-09-302-0/+8
* Doc: Fix documentation issues for Qt3DRender::QTexture* classesTopi Reinio2019-09-271-2/+24
* Fix potential memory leakMichael Brasser2019-09-171-1/+1
* Disable frame action when camera controller is disabledMike Krus2019-09-041-1/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-3112-27/+53
|\
| * Minor fixes for QSprite* classesMichael Brasser2019-08-303-6/+6
| * Update MetalRoughMaterial documentionMichael Brasser2019-08-291-3/+3
| * Fix LerpClipBlend QML documentationMats Honkamaa2019-08-271-3/+3
| * Add QML documentation for ClipBlendValueMats Honkamaa2019-08-261-0/+11
| * Allow multiple instances of a few render statesHarald Vistnes2019-08-265-14/+29
| * Add missing * for SkyboxEntity QML type documentationMats Honkamaa2019-08-261-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-244-19/+63
|\|
| * Expand QCamera::exposure documentationMichael Brasser2019-08-201-0/+20
| * Expand EnvironmentLight documentationMichael Brasser2019-08-201-3/+31
| * Matrix_SSE/Matrix_AVX2: fix mapVectorPaul Lemire2019-08-202-16/+12
* | Fix a -Werror=shadow in EntityLiang Qi2019-08-211-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-133-1/+10
|\|
| * Improve documentation of ObjectPickerJean-Michaël Celerier2019-08-071-0/+2
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-061-3/+16
|\|
| * Improve SortPolicy documentationMichael Brasser2019-08-051-3/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-306-1/+109
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-239-18/+54
|\|
| * 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-187-14/+33
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-1616-32/+190
|\|
| * Document an example of how textureScale might be usedMichael Brasser2019-07-157-0/+51
| * QRay3D: normalize the direction vector internallyPaul Lemire2019-07-151-4/+4
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-111-2/+2
|\ \