summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-187-14/+33
* 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
* Document unit for FrameAction::triggeredMichael Brasser2019-07-031-2/+2
* Doc: Update code samples in 'Qt 3D Render Framegraph' documentationTopi Reinio2019-06-171-47/+81
* Doc: Extend Qt3D documentationPaul Wicking2019-06-073-2/+56
* Fix removal of components when they are destroyedMike Krus2019-05-284-2/+34
* Fix Parameter priority sortingPaul Lemire2019-05-241-3/+3
* Clean up warningsMike Krus2019-05-283-8/+9
* 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-105-12/+6
* QScenePrivate: Fix compiler warning about initialization orderFriedemann Kleint2019-05-021-1/+1
* 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-165-38/+39
* Cache light/renderable/computable vectorsJames Turner2019-04-106-37/+203
* Move some debug code inside the #ifdefJames Turner2019-04-101-1/+2
* Early-return on these jobs if no work to be doneJames Turner2019-04-102-1/+9
* Fix the build with -no-guiLiang Qi2019-04-093-0/+11
* Fix backend node creation order using an initialization queueJim Albamont2019-04-085-3/+107
* Fix Entity parenting hierarchyJim Albamont2019-04-0412-40/+256
* Animations: handle variable length propertiesPaul Lemire2019-04-037-74/+172
* Fix assert when using QScreenRayCaster with multiple viewportsGiulio Camuffo2019-04-021-2/+5
* Update the backend's buffer data when updating part of QBufferGiulio Camuffo2019-04-021-0/+1
* Unify shader include handlingMichael Brasser2019-04-013-51/+21
* Dont play animations that are disabledJuan Jose Casafranca2019-03-281-0/+2