summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Use animation rather than event to drive simulationMike Krus2020-01-133-9/+53
| * Fix for incorrect QML property names in GeometryRenderer docVolker Enderlein2020-01-131-2/+2
| * Add viewAll support for orthographic projection modeVolker Enderlein2020-01-102-10/+26
* | Add QRenderCapabilities to query GL about what is supportedMike Krus2020-01-2013-27/+738
* | Add Profiling OverlayMike Krus2020-01-1733-34/+29677
* | Replace deprecate QNetworkReply::error() callTimur Pocheptsov2020-01-151-1/+1
* | Fix deprecation handlingMike Krus2020-01-1431-1/+55
* | Remove use of messages for RayCasterMike Krus2020-01-131-10/+2
* | Add commands to dump frame graph and scene graphMike Krus2020-01-096-1/+132
* | Silence deprecation warnings and fix Qt for Python and documentation buildsFriedemann Kleint2020-01-033-3/+13
* | Fix compilation with MSVCFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-281-1/+1
|\|
| * QDistanceFieldMaterial: Use a smaller Z offsetMartin Andersson2019-12-181-1/+1
* | QSortPolicy: add Uniform sorting modePaul Lemire2019-12-203-2/+14
* | Expand System InformationMike Krus2019-12-182-4/+31
* | Merge "Merge branch '5.14' into 5.15"Paul Lemire2019-12-184-26/+14
|\ \
| * | Merge branch '5.14' into 5.15Paul Lemire2019-12-184-26/+14
| |\|
| | * RenderViewBuilder: fix leak with EntityRenderCommandDataPaul Lemire2019-12-164-26/+14
* | | Make GL profiling a runtime optionMike Krus2019-12-186-62/+138
|/ /
* | Expose number of jobs is last updateMike Krus2019-12-174-5/+10
* | Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-1712-96/+67
* | Update textures and disables in postJobsMike Krus2019-12-162-22/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-1419-66/+183
|\|
| * RenderView: fix leak with m_statesetPaul Lemire2019-12-131-0/+1
| * QText2DEntity: Support display of empty stringsVolker Enderlein2019-12-131-8/+5
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-136-11/+41
| |\
| | * Fix OnDemand rendering with Scene3Dv5.14.0-rc2v5.14.0Paul Lemire2019-12-046-11/+41
| * | Fix picking with primitive restart for line loopsMike Krus2019-12-131-26/+31
| * | Always get the estimate primitive count from the attributeMike Krus2019-12-131-4/+2
| * | qquaternionanimation.cpp: Fix warning suppressionFriedemann Kleint2019-12-111-1/+1
| * | Doc: Add note about implementation specific property meaningPaul Wicking2019-12-104-18/+84
| * | QDistanceFieldMaterial: Don't scale rgb colors with distance field alphaMartin Andersson2019-12-092-2/+2
| * | Fix picking with primitive restartMike Krus2019-12-094-2/+22
* | | Use jobsDone to sync render capture back to frontendMike Krus2019-12-1314-221/+53
* | | Implement getting list of aspects from system information classMike Krus2019-12-138-27/+53
* | | Fix deprecation syntaxMike Krus2019-12-133-3/+3
* | | Remove device pixel ratio adjustmentsMike Krus2019-12-132-2/+3
* | | Make tracing a runtime optionMike Krus2019-12-1339-351/+436
* | | Deprecate message APIMike Krus2019-12-0929-81/+94