summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Add missing private export macrosMike Krus2017-06-1638-38/+76
* Fix small memory leak in QRenderAspectPrivateMauro Persano2017-06-091-0/+2
* Fix small memory leak in GraphicsContextMauro Persano2017-06-091-0/+2
* Remove redundant code in AlphaCoverage/SeamlessCubemap render statesMauro Persano2017-06-083-19/+6
* Initialize member variable (found by GCC 7)Thiago Macieira2017-06-061-0/+1
* Make render states honor the enabled flagMauro Persano2017-06-061-2/+5
* Fix GCC 7 warning about case fallthroughThiago Macieira2017-06-031-1/+1
* Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-031-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-14/+27
|\
| * OnDemand rendering: only skip rendering jobsPaul Lemire2017-05-193-14/+27
* | Support setting texture format on QTextureLoaderSean Harmer2017-05-302-25/+64
* | Add reference count for backend buffersMauro Persano2017-05-303-7/+27
* | Fix context sharing in scene2dMäättä Antti2017-05-271-3/+6
* | Fix container detachments detected by clazySergio Martins2017-05-261-1/+1
* | Doc: add doc to undocumented Qt3D classesNico Vertriest2017-05-221-0/+6
* | 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
* 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