summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* OnDemand rendering: only skip rendering jobsPaul Lemire2017-05-193-14/+27
* 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
|\
| * 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
* | Apply layer filter to light sourcesLaszlo Agocs2017-05-051-2/+8
* | Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-047-109/+93
|\|
| * 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
* | 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
|/
* 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
* 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
* Add Threshold suffix to QLevelOfDetail enum valuesSean Harmer2017-03-294-6/+6
* Pass QVector<qreal> by const-ref for consistencySean Harmer2017-03-282-3/+3
* Pass QVector3D by valueSean Harmer2017-03-282-3/+3
* Add out of line dtor to QBufferCaptureSean Harmer2017-03-282-0/+5
* Fix ShaderData following texture support changesPaul Lemire2017-03-271-4/+3
* Remove getter as a slot in QMemoryBarrierSean Harmer2017-03-271-1/+2
* renderthread_p.h: small cleanupPaul Lemire2017-03-231-4/+4
* Renderer: Add CommandThread class to perform GL operations in a secondary threadPaul Lemire2017-03-233-2/+238
* Doc: added parameter specificationsNico Vertriest2017-03-211-3/+3