summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2348-956/+956
* Update commercial license headersTarja Sundqvist2021-02-0248-956/+956
* Rework Scene3D to fix potential crash on shutdownPaul Lemire2020-08-251-1/+2
* Fix a QString::arg() placeholderGiuseppe D'Angelo2020-06-081-1/+1
* Unregister the event filter when the render aspect is unregisteredAndy Shaw2020-04-241-0/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-1/+2
|\
| * Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-131-1/+1
| * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-101-1/+2
* | Clean up filter debug outputMike Krus2020-04-161-3/+4
* | Adjust number of jobs based on number of render pathsMike Krus2020-04-141-5/+2
* | QRenderCapabilities::API add new API valuesv5.15.0-beta4Paul Lemire2020-04-081-2/+5
* | Fix job dependenciesMike Krus2020-03-271-4/+6
* | Add ability to dump filter statesMike Krus2020-03-261-0/+83
* | Initial creation of RHI plug-in and refactoringJean-Michaël Celerier2020-03-161-1/+1
* | Allow Qt3DWindow to choose which graphics API to use on constructionJean-Michaël Celerier2020-03-114-2/+64
* | Add missing documentationMike Krus2020-03-102-2/+450
* | Move common job handling out of RendererMike Krus2020-03-062-20/+213
* | Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-131-1/+1
* | 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-051-0/+1
* | Make the OpenGL renderer a pluginPaul Lemire2020-02-053-6/+24
* | Introduce a GLShader classPaul Lemire2020-02-031-1/+1
* | Add dedicated managers holder for GL ResourcesPaul Lemire2020-02-031-0/+2
* | Deprecate functor APIsMike Krus2020-01-311-2/+2
* | QRenderCapabilities: Fix include directivesFriedemann Kleint2020-01-281-2/+2
* | Clean up tracing codeMike Krus2020-01-272-3/+10
* | Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-252-10/+26
|\|
| * Add viewAll support for orthographic projection modeVolker Enderlein2020-01-102-10/+26
* | Add QRenderCapabilities to query GL about what is supportedMike Krus2020-01-207-3/+711
* | Add Profiling OverlayMike Krus2020-01-171-1/+4
* | Add commands to dump frame graph and scene graphMike Krus2020-01-091-0/+18
* | Use jobsDone to sync render capture back to frontendMike Krus2019-12-132-2/+3
* | Deprecate message APIMike Krus2019-12-091-4/+4
* | Refactor ViewAll to not use commandsMike Krus2019-12-042-43/+16
* | Fix compile warningsMike Krus2019-12-031-48/+0
* | Revert "Fix post FF API changes"Mike Krus2019-12-036-85/+106
|/
* Use builtin test to detect support for threaded GLMike Krus2019-11-151-58/+2
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-142-3/+72
* Doc: Fix documentation warningsTopi Reinio2019-11-132-4/+4
* Revert post FF changesMike Krus2019-10-242-7/+0
* Fix post FF API changesMike Krus2019-10-226-106/+85
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-224-0/+14
* Clean up old property update codeMike Krus2019-10-201-1/+0
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-155-10/+58
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-155-10/+58
| |\
| | * Doc: Use correct qml module names for qml typesPaul Wicking2019-10-141-1/+1
| | * Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-102-0/+3
| | * Fix for bounding volume handling and calculationVolker Enderlein2019-10-012-9/+54
* | | Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-141-2/+2
* | | Update QScene2D to use direct syncMike Krus2019-10-141-0/+4
|/ /