summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing QPainterPath includesUlf Hermann2020-03-112-0/+2
* Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaƫl Celerier2020-03-119-13/+140
* Add missing documentationMike Krus2020-03-103-2/+468
* Merge gatherer and caching jobsMike Krus2020-03-065-75/+45
* Move common job handling out of RendererMike Krus2020-03-0610-243/+273
* Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-054-17/+17
* Fix memory leaksMike Krus2020-03-043-9/+24
* Reduce concurrency in bbox evaluationMike Krus2020-03-031-109/+154
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-273-6/+6
* Doc: Fix typo in updateAxesContinuouslyKai Koehne2020-02-261-2/+2
* Remove GL tracing optionMike Krus2020-02-251-13/+10
* Revert "Replace deprecate QNetworkReply::error() call"Timur Pocheptsov2020-02-241-1/+1
* Show non-required jobs as dottedv5.15.0-beta1Mike Krus2020-02-171-0/+6
* Make sure RenderViewCommandUpdaterJobs only run when necessaryMike Krus2020-02-172-1/+31
* Fix and improve FBO handlingPaul Lemire2020-02-175-29/+95
* Fix job dependenciesMike Krus2020-02-141-0/+1
* Add ability to dump job graph to dot fileMike Krus2020-02-1413-31/+101
* Skip RenderView which don't need to be submittedPaul Lemire2020-02-143-0/+28
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-1413-27/+102
* Show geometry renderer id in draw commandsMike Krus2020-02-142-1/+3
* Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-137-1/+89
* FrameGraph dumping: handle nesting of non FG childrenPaul Lemire2020-02-131-15/+67
* Shader fixesPaul Lemire2020-02-135-11/+39
* Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-4/+12
* Restore include of QOpenGLTexture for Qt 5 in public headerv5.15.0-alpha1Friedemann Kleint2020-02-101-2/+6
* img-gui: remove non existing .h from priPaul Lemire2020-02-101-2/+1
* Remove unneeded export of inline functionsFriedemann Kleint2020-02-072-5/+5
* Merge "Merge remote-tracking branch '5.14' into 5.15"Mike Krus2020-02-063-1/+8
|\
| * Merge remote-tracking branch '5.14' into 5.15Mike Krus2020-02-053-1/+8
| |\
| | * Fix stale Entity cachesPaul Lemire2020-01-311-0/+4
| | * Fix potential crash when logic aspect exitsMike Krus2020-01-272-1/+4
* | | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-0610-13/+13
* | | Move frame profile to GL pluginMike Krus2020-02-054-3/+4
* | | Use QT3D_RENDERER env var to load different renderer pluginsPaul Lemire2020-02-051-1/+7
* | | Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-0578-211/+439
* | | Make the OpenGL renderer a pluginPaul Lemire2020-02-05218-439/+1429
|/ /
* | ResourceAccessor: make it work with the modular renderer architecturePaul Lemire2020-02-039-81/+113
* | Renderer: stop passing buffer type aroundPaul Lemire2020-02-033-15/+11
* | QShaderProgram: add a format propertyPaul Lemire2020-02-036-1/+74
* | Introduce a GLShader classPaul Lemire2020-02-0329-715/+960
* | Add dedicated managers holder for GL ResourcesPaul Lemire2020-02-0325-196/+343
* | Deprecate functor APIsMike Krus2020-01-316-8/+11
* | Unit tests for qschedulerPaul Lemire2020-01-281-1/+1
* | QMouseDevice: add updateAxesContinuously propertyPaul Lemire2020-01-286-2/+55
* | QScheduler: restore jobsDone() call at the endPaul Lemire2020-01-281-0/+3
* | QRenderCapabilities: Fix include directivesFriedemann Kleint2020-01-281-2/+2
* | Clean up tracing codeMike Krus2020-01-2711-27/+32
* | Make sure debug overlay is disabled by defaultMike Krus2020-01-271-0/+1
* | Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-258-24/+86
|\|
| * Fix usage of C++14 featuresMike Krus2020-01-142-4/+4