summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix compile warningsMike Krus2019-12-038-66/+19
| * | | Revert "Fix post FF API changes"Mike Krus2019-12-0324-158/+208
| * | | Revert "Update jobs to remove post FF changes"Mike Krus2019-12-0337-34/+60
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-307-7/+14
| |\| |
| | * | Restore default rendering behavior of Scene3DMike Krus2019-11-281-1/+3
| | * | Check nodes are enabled when update BVH and world transformsMike Krus2019-11-283-3/+8
| | * | Fix a crash in RenderView when the surface has no heightJean-Michaël Celerier2019-11-261-1/+1
| | * | Fix a crash in Qt3DWindow when the window has no heightJean-Michaël Celerier2019-11-261-1/+1
| | * | Fix a crash in Qt3DQuickWindow when the window has no heightJean-Michaël Celerier2019-11-261-1/+1
| | |/
| * | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-256-15/+9
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-1657-138/+293
| |\|
| | * Fix compile warning (again)Mike Krus2019-11-151-1/+1
| | * Use builtin test to detect support for threaded GLMike Krus2019-11-151-58/+2
| | * Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-146-3/+82
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-142-1/+21
| | |\
| | | * QNode: stop using hash<node,connection> for bookkeeping5.13Paul Lemire2019-11-042-9/+17
| | | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-302-1/+21
| | | |\
| | | | * Add changes file for Qt 5.13.2v5.13.2Antti Kokko2019-10-211-0/+20
| | | | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | * | Fix the way we compute light positionsPaul Lemire2019-10-291-1/+2
| | * | | PackUniformHash to QVectorPaul Lemire2019-11-147-28/+72
| | * | | Remove redundant std::moveThiago Macieira2019-11-131-1/+1
| | * | | Doc: Fix documentation warningsTopi Reinio2019-11-1338-97/+159
| | * | | FilterProximityJob: only run it if our RV requires proximity filteringPaul Lemire2019-11-133-6/+13
| | * | | Uniform: use QVarLengthArray<16 ,float> instead of <4, float>Paul Lemire2019-11-132-2/+2
| | * | | ShaderParameterPack: stop calling hash.clear() in dtorPaul Lemire2019-11-121-1/+0
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-094-21/+40
| |\| | |
| | * | | Reduce allocations when building stringsMike Krus2019-11-081-7/+20
| | * | | Fix compile warningsMike Krus2019-11-082-6/+4
| | * | | QNode: stop using hash<node,connection> for bookkeepingv5.14.0-beta3Paul Lemire2019-11-042-9/+17
| * | | | Don't try to load binary json GLTF data if !QT_CONFIG(binaryjson)Ulf Hermann2019-11-071-0/+2
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-0233-442/+552
| |\| | |
| | * | | Fix SharedTexture manual testsPaul Lemire2019-10-314-32/+12
| | * | | Buffer: make sure we force allocate before doing partial updatesPaul Lemire2019-10-302-9/+75
| | * | | Set Loading status on QMesh when functor changesMike Krus2019-10-301-1/+9
| | * | | Fix status change on QTextureLoaderMike Krus2019-10-303-11/+10
| | * | | Scene3DView: don't forget to mark SGNode as visiblePaul Lemire2019-10-301-0/+2
| | * | | Convert EntityRenderCommandData to struct of vectorsPaul Lemire2019-10-298-43/+90
| | * | | Compute renderables/computables/lights once instead of once per RVPaul Lemire2019-10-298-289/+169
| | * | | Fix frame advance serviceMike Krus2019-10-282-4/+13
| | * | | GLTexture: fix shared texture id handlingPaul Lemire2019-10-281-11/+10
| | * | | LightGatherer: reset values before runningPaul Lemire2019-10-281-0/+3
| | * | | Fix the way we compute light positionsPaul Lemire2019-10-281-1/+2
| | * | | Scene3D: handle aspect ratio updates in Underlay modePaul Lemire2019-10-281-13/+33
| | * | | QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-282-29/+82
| | * | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-262-0/+43
| | |\| |
| | | * | Add documentation for PhongAlphaMaterial propertiesMats Honkamaa2019-10-171-0/+35
| | | * | Add BufferCapture QML documentationMats Honkamaa2019-10-171-0/+8
| * | | | Temporarily disable binary JSON mode for qgltf in bootstrap modeUlf Hermann2019-10-311-14/+28
| * | | | Accept CBOR as optional format in gltf dataUlf Hermann2019-10-296-29/+90