summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
Commit message (Expand)AuthorAgeFilesLines
* fix stereo renderingAlexander Busse2024-03-191-1/+1
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-1311-88/+88
* build system: fix unity buildsTim Blechmann2024-02-072-2/+4
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-2/+2
* Add ability to target Left/Right back buffer to use with stereo modeAlexander Busse2023-11-092-1/+15
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-2/+2
* Remove qmake build filesMike Krus2023-03-171-52/+0
* Fix incorrect usages of std::make_move_iteratorAurélien Brooke2022-12-191-6/+4
* Load sceneparser plugins only when processing the first LoadSceneJobAurélien Brooke2022-12-152-8/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-3/+3
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Qt3DRender: includemocsMike Krus2022-06-2212-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-2246-1748/+92
* Q*FActory: remove unused path argumentsThiago Macieira2021-11-232-36/+4
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-105-55/+70
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-091-0/+2
* QRenderAspect: look for opengl renderer by defaultPaul Lemire2021-08-051-1/+1
* Rerun bounding volume update jobs when entity enabled property changesPaul Lemire2021-07-091-3/+6
* Change bounding update propagationMike Krus2021-06-212-0/+16
* Remove useless metatype declarationUlf Hermann2021-04-021-2/+0
* Load rhi backend by defaultPaul Lemire2020-12-181-1/+1
* Doc: Fix documentation warningsTopi Reinio2020-11-251-1/+2
* Doc: Fix simple qdoc warningsPaul Wicking2020-09-091-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-08-031-0/+3
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-141-0/+3
| |\
| | * Unregister the event filter when the render aspect is unregisteredAndy Shaw2020-04-241-0/+3
* | | Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-293-27/+2
* | | Use QList instead of QVector in renderJarek Kobus2020-07-096-19/+19
* | | Use QList instead of QVectorJarek Kobus2020-07-074-10/+10
* | | RenderQueue: switch to std::vectorPaul Lemire2020-07-032-4/+4
* | | QAspectJob: switch to using std::vectorPaul Lemire2020-07-023-20/+20
* | | Render aspect: Dispatch events directlyMike Krus2020-06-302-7/+27
* | | Add ; to Q_UNUSEDLars Schmertmann2020-06-241-2/+2
* | | Remove the OpenGL Render ThreadMike Krus2020-06-193-21/+37
* | | Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-081-1/+1
* | | Fix a QString::arg() placeholderGiuseppe D'Angelo2020-06-081-1/+1
|/ /
* | Fix build for Qt6Mike Krus2020-05-062-6/+2
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-276-14/+163
|\|
| * 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
* | | Introduce QPickingProxyMike Krus2020-04-231-0/+3
* | | Pull bounding volume info from front endMike Krus2020-04-231-0/+10