summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Add support to move the camera so that the entire model is visibleMike Krus2017-05-2313-5/+471
* Camera: add pointer back to aspectMike Krus2017-05-233-1/+52
* Add support for remote content in SceneLoaderMike Krus2017-05-217-24/+160
* Add support to load data from memory for scene loadersMike Krus2017-05-211-1/+2
* Merge branch '5.9' into devSean Harmer2017-05-2133-388/+702
|\
| * Merge branch '5.9.0' into 5.9Sean Harmer2017-05-2012-19/+40
| |\
| | * Renderer: prevent crash in case texture failed to be builtPaul Lemire2017-05-161-0/+2
| | * Fix SC breakSean Harmer2017-05-121-0/+8
| | * Merge remote-tracking branch 'origin/5.9' into 5.9.0Oswald Buddenhagen2017-05-084-21/+58
| | |\
| | * | Apply layer filter to light sourcesLaszlo Agocs2017-05-051-2/+8
| | * | Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-047-109/+93
| | |\ \
| | * | | Unregister event filter when surface to closeMike Krus2017-05-031-0/+4
| | * | | Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-024-4/+4
| | * | | Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-1/+1
| | * | | Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-023-11/+11
| | * | | Add missing emit (clazy reports)Mike Krus2017-05-021-1/+1
| | * | | Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-021-0/+1
| * | | | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-192-7/+7
| | |_|/ | |/| |
| * | | Fix Buffer uploadingPaul Lemire2017-05-084-11/+27
| * | | 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-032-31/+8
| * | Renderer: fix OnDemand renderingPaul Lemire2017-04-274-76/+83
| * | Fix build for -no-feature-gesturesStephan Binner2017-04-271-2/+2
| |/
| * Render: make FrameGraphVisitor return a vector of FG nodesPaul Lemire2017-04-273-31/+22
| * 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-251-1/+1
| * Remove last bits of qsortcriterionPaul Lemire2017-04-252-167/+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
| * Verify a texture is valid before updateJuan José Casafranca2017-04-253-0/+16
* | Add support for downloading texturesMike Krus2017-05-207-61/+205
* | Add download service and use for remote meshesMike Krus2017-05-204-35/+167
* | CalcBoundingVolumeJob: remove unneeded ifWieland Hagen2017-04-281-23/+21
|/
* Set camera lens exposure on creation of backend nodeSean Harmer2017-04-141-0/+1
* Don't enable default light when an environment light is usedSean Harmer2017-04-141-1/+2
* QRenderCapture: add saveImage() to replace saveToFile()Andy Maloney2017-04-122-1/+36
* Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-5/+4
* Use obj loader plugin by default if file has no extensionMike Krus2017-04-091-0/+2
* Fix local localIntersection computation in pickingMike Krus2017-04-091-1/+1
* Fix spelling in comments and docsAndy Maloney2017-04-066-10/+10
* Fix crash in rendercapture-cppAntti Määttä2017-04-051-3/+5
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-054-13/+12
* Ensure Shader disconnects the destroyed listener from the contextLaszlo Agocs2017-04-041-0/+2
* Suppress warning about emitting a deprecated signalThiago Macieira2017-04-021-0/+4
* Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-301-7/+0
* Fix LevelOfDetails documentationMike Krus2017-03-291-11/+13
* Rename QBuffer::access property to accessTypeSean Harmer2017-03-293-8/+8