summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Update qmltypes filesMike Krus2017-05-036-244/+1453
* | Unregister event filter when surface to closeMike Krus2017-05-031-0/+4
* | Update manual tests for changes in APIMike Krus2017-05-034-6/+6
* | Correct shader typo for rendering and fix shader selectionMike Krus2017-05-032-4/+3
* | Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-026-6/+6
* | Use multi-arg where possible (clazy reports)Mike Krus2017-05-021-4/+4
* | Remove unneeded temporary container (clazy reports)Mike Krus2017-05-023-7/+17
* | Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-0211-19/+19
* | Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-028-33/+33
* | Add missing emit (clazy reports)Mike Krus2017-05-021-1/+1
* | Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-026-0/+6
|/
* 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
* Set camera lens exposure on creation of backend nodeSean Harmer2017-04-141-0/+1
* Enable the seamless cubemap extension for SkyboxEntitySean Harmer2017-04-141-0/+5
* Don't generate mips for skybox entity when using loaded textureSean Harmer2017-04-141-0/+1
* Use correct implicit geometric shadowing/masking term in BRDFSean Harmer2017-04-142-2/+2
* Don't enable default light when an environment light is usedSean Harmer2017-04-141-1/+2
* Simplify code example in QAbstractAnimationClipv5.9.0-beta2Sean Harmer2017-04-131-11/+5
* Add convenience ctor to QClipBlendValueSean Harmer2017-04-132-1/+10
* Add convenience ctor to QAnimationClipLoaderSean Harmer2017-04-132-0/+9
* Pass QUrl by const ref in QAnimationClipLoaderSean Harmer2017-04-132-3/+3
* Document QAbstractAnimationClipSean Harmer2017-04-131-0/+86
* Flesh out animation module overview documentationSean Harmer2017-04-131-4/+136
* QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-124-3/+38
* Fix license headers in manual testsSean Harmer2017-04-126-48/+294