summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-026-0/+6
| | * | | | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-194-9/+9
| | * | | | Implement PIMPL for Qt3DWindowJere Tuliniemi2017-05-154-51/+147
| | * | | | Implement PIMPL for Qt3DQuickWindowJere Tuliniemi2017-05-154-43/+138
| | * | | | Document version of assimp libraryKai Koehne2017-05-121-0/+1
| | * | | | Bump versionOswald Buddenhagen2017-05-101-1/+1
| | | |_|/ | | |/| |
| | * | | Fix Buffer uploadingPaul Lemire2017-05-085-11/+36
| | * | | Revert to using new window for each testSean Harmer2017-05-074-8/+8
| | * | | Logic: only execute FrameActions which are enabledPaul Lemire2017-05-051-1/+1
| | * | | AssimpImporter: properly handle texture wrappingPaul Lemire2017-05-052-12/+36
| | * | | Optimize partial data update support for QBufferOleg Evseev2017-05-042-12/+33
| | * | | fixed graphicscontext applyUniform for uint uniform types.Daniel Bulla2017-05-041-4/+4
| | | |/ | | |/|
| | * | Doc: correct several link errorsNico Vertriest2017-05-034-33/+10
| | * | Renderer: fix OnDemand renderingPaul Lemire2017-04-275-76/+89
| | * | Modify configure to build with no assimpMäättä Antti2017-04-273-4/+7
| | * | Fix -Werror=unused-parameter issueSean Harmer2017-04-271-1/+1
| | * | Fix build for -no-feature-regularexpressionStephan Binner2017-04-272-2/+2
| | * | Document QAdditiveClipBlendSean Harmer2017-04-271-49/+74
| | * | Document QAbstractClipBlendNodeSean Harmer2017-04-271-0/+71
| | * | Document QBlendedClipAnimatorSean Harmer2017-04-271-9/+199
| | * | Document QClipAnimatorSean Harmer2017-04-271-0/+62
| | * | Add imperative slots to control animator running propertySean Harmer2017-04-272-0/+19
| | * | Document the QAbstractClipAnimator classSean Harmer2017-04-271-0/+96
| | * | Fix build for -no-feature-wheeleventStephan Binner2017-04-2714-8/+59
| | * | Fix build for -no-feature-gesturesStephan Binner2017-04-273-3/+11
| | * | Fix build for -no-feature-shortcutStephan Binner2017-04-271-0/+2
| | * | Fix build without quick moduleStephan Binner2017-04-271-76/+84
| | * | Fix build for -no-feature-temporaryfileStephan Binner2017-04-271-1/+6
| | * | Fix warnings for -no-feature-libraryStephan Binner2017-04-271-0/+5
| | * | Fix build for -no-feature-commandlineparserStephan Binner2017-04-271-1/+1
| | |/
| | * AssimpRawTextureImage: fix creation of QTextureImageDataPtrPaul Lemire2017-04-271-2/+3
| | * Render: make FrameGraphVisitor return a vector of FG nodesPaul Lemire2017-04-273-31/+22
| | * Add unit tests for FrameGraphVisitorPaul Lemire2017-04-273-1/+189
| | * Improve QParameter documentationPaul Lemire2017-04-261-9/+118
| | * Improve QTechnique documentationPaul Lemire2017-04-261-17/+111
| | * Send move events when hover is enabledMike Krus2017-04-252-1/+4
| | * Remove last bits of qsortcriterionPaul Lemire2017-04-253-305/+0
| | * Improve documentation for QMaterialPaul Lemire2017-04-251-2/+100
| | * Improve documentation for QRenderPassPaul Lemire2017-04-251-7/+82
| | * Improve QEffect documentationPaul Lemire2017-04-251-0/+60
| | * advancedcustommaterial: request proper GL formatPaul Lemire2017-04-252-2/+21
| | * simplecustommaterial: add GL2 shader variantPaul Lemire2017-04-252-0/+32
| | * Verify a texture is valid before updateJuan José Casafranca2017-04-253-0/+16
| | * Add config_help.txt to Qt3DMäättä Antti2017-04-241-0/+5
| | * Try to investigate why tst_GraphicsHelperGL3_3::blitFramebuffer() failsv5.9.0-beta3Giuseppe D'Angelo2017-04-181-2/+2
| | * tst_GraphicsHelperGL3_2::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-182-3/+6
| | * tst_GraphicsHelperGL3_3: remove blacklist of blitFramebufferGiuseppe D'Angelo2017-04-181-2/+0
| | * tst_GraphicsHelperGL3_3::blitFramebuffer(): check how many samples are supportedGiuseppe D'Angelo2017-04-181-1/+6
| | * Fix rendercapture-cpp example crash when using continuous captureMäättä Antti2017-04-181-3/+5
| * | Add manual test for downloading mesh and texturesMike Krus2017-05-205-0/+188