summaryrefslogtreecommitdiffstats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Fix job dependenciesMike Krus2020-03-271-4/+6
* Compute stride if not specified for pickingMike Krus2020-03-271-2/+20
* Implement MetalRough shader optimization TODOMichael Brasser2020-03-271-0/+5
* Add ability to dump filter statesMike Krus2020-03-264-3/+152
* Fix crash in rendercapture-cpp manual testPaul Lemire2020-03-232-18/+20
* Move shadergraph to Qt3DJean-Michaël Celerier2020-03-1919-7/+2904
* CameraLens::viewMatrix() remove qDebug which has a noticeable performance impactPaul Lemire2020-03-171-2/+0
* Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-173-9/+9
* Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-169-10/+22
* Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-116-9/+66
* Add missing documentationMike Krus2020-03-102-2/+450
* Merge gatherer and caching jobsMike Krus2020-03-062-9/+7
* Move common job handling out of RendererMike Krus2020-03-067-30/+230
* Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-11/+11
* Reduce concurrency in bbox evaluationMike Krus2020-03-031-109/+154
* 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
* 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
|\ \