summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Geometry refactoringMike Krus2020-02-2756-2304/+162
* Fix deprecations and warningsMike Krus2020-02-261-1/+1
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-1714-30/+240
|\
| * Fix and improve FBO handlingPaul Lemire2020-02-172-0/+32
| * Add ability to dump job graph to dot fileMike Krus2020-02-141-4/+4
| * Add flag to jobs to indicate if they need to run or notMike Krus2020-02-143-6/+35
| * Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-134-1/+73
| * FrameGraph dumping: handle nesting of non FG childrenPaul Lemire2020-02-131-15/+67
| * Shader fixesPaul Lemire2020-02-133-1/+22
| * Restore include of QOpenGLTexture for Qt 5 in public headerv5.15.0-alpha1Friedemann Kleint2020-02-101-2/+6
* | Remove QBuffer::syncData propertyMike Krus2020-02-125-47/+0
* | Hide deprecated functor APIMike Krus2020-02-1221-58/+46
* | Remove buffer functor APIMike Krus2020-02-119-216/+2
* | Remove unused data structuresMike Krus2020-02-1157-389/+16
* | Remove old dead codeMike Krus2020-02-117-330/+1
* | Remove deprecated classes and functionsPaul Lemire2020-02-11193-1866/+200
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-07297-24504/+2609
|\|
| * Merge "Merge remote-tracking branch '5.14' into 5.15"Mike Krus2020-02-061-0/+4
| |\
| | * Merge remote-tracking branch '5.14' into 5.15Mike Krus2020-02-051-0/+4
| | |\
| | | * Fix stale Entity cachesPaul Lemire2020-01-311-0/+4
| * | | Remove QtGui module path from OpenGL related pathsMike Krus2020-02-063-3/+3
| * | | Move frame profile to GL pluginMike Krus2020-02-052-273/+0
| * | | 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-054-6/+16
| * | | Make the OpenGL renderer a pluginPaul Lemire2020-02-05200-25364/+613
| |/ /
| * | 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-035-1/+73
| * | 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
| * | QRenderCapabilities: Fix include directivesFriedemann Kleint2020-01-281-2/+2
| * | Clean up tracing codeMike Krus2020-01-275-4/+17
| * | Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-256-21/+32
| |\|
| | * Fix usage of C++14 featuresMike Krus2020-01-142-4/+4
| | * Use animation rather than event to drive simulationMike Krus2020-01-131-5/+0
| | * 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-2012-27/+735
| * | Add Profiling OverlayMike Krus2020-01-1717-33/+1276
| * | Fix deprecation handlingMike Krus2020-01-141-0/+1
| * | Remove use of messages for RayCasterMike Krus2020-01-131-10/+2
| * | Add commands to dump frame graph and scene graphMike Krus2020-01-093-0/+80
| * | QSortPolicy: add Uniform sorting modePaul Lemire2019-12-203-2/+14
| * | 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-183-51/+87
| |/ /
| * | Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-173-39/+7
| * | Update textures and disables in postJobsMike Krus2019-12-162-22/+13