summaryrefslogtreecommitdiffstats
path: root/src/extras
Commit message (Expand)AuthorAgeFilesLines
* Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-121-1/+2
* Qt3DExtras: includemocsMike Krus2022-06-2944-0/+88
* Use SPDX license identifiersLucie Gérard2022-06-22144-5687/+294
* Fix some compile warningsMike Krus2022-06-034-14/+14
* Make sure all private headers include at least one otherThiago Macieira2022-03-085-2/+6
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-232-0/+2
* Doc: Replace \qmlproperty Object with QtObjectIvan Tkachenko2021-10-211-2/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1012-123/+159
* CMake: Fix incorrect dependency on private modulesAlexandru Croitor2021-08-051-2/+4
* Disable RHI Renderer by defaultMike Krus2021-07-191-1/+4
* Fix detection of VulkanMike Krus2021-03-221-2/+2
* Update phong and metalrough shader graphsPaul Lemire2021-03-045-625/+275
* QDiffuseMapMaterial: use proper RHI vertex shaderPaul Lemire2021-02-241-1/+1
* Fix QMetalRoughMaterial on RHIPaul Lemire2021-02-242-16/+42
* Qt3DWindow: request OpenGL API and renderer on 5.15Paul Lemire2021-02-241-4/+12
* Make Qt3DWindow handle default surface format more gracefullyMike Krus2021-01-272-10/+26
* Port QText2DEntity to use std::vectorMike Krus2021-01-114-35/+40
* Convert QExtrudedTextGeometryPrivate to use std::vectorMike Krus2021-01-111-22/+21
* Qt3DWindow::setupWindowSurface set QT3D_RENDERER env variable if unsetPaul Lemire2021-01-071-6/+16
* Restore use of QVector in private APIMike Krus2021-01-055-17/+17
* Clean up configuration of Extras moduleMike Krus2020-12-151-3/+3
* Add RHI technique for distance field rendererMike Krus2020-11-302-0/+21
* Use RHI's clipSpaceCorrMatrix for backend where Y is not upPaul Lemire2020-11-269-0/+18
* QShaderProgram: handle binding = auto replacement for raw shader codePaul Lemire2020-11-261-2/+2
* Doc: Fix documentation warningsTopi Reinio2020-11-251-4/+4
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-2/+2
* Document how the font is used for extruded textMichael Brasser2020-10-232-0/+16
* Document the origin of extruded textMichael Brasser2020-10-212-0/+8
* Use internal CMake APIMike Krus2020-10-071-2/+2
* Only set the format to 1.0 if it was not changed due to OpenGLAndy Shaw2020-09-301-1/+1
* rhi: Qt3DExtras has different combinations of default.vertPaul Lemire2020-08-1114-10/+313
* rhi: add gl and gles2 aliases for the RHI opengl backendPaul Lemire2020-08-101-1/+3
* Use QSG_RHI_BACKEND instead of QT3D_RHI_DEFAULT_APIPaul Lemire2020-08-071-6/+6
* Qt3DWindow: don't overload requested apiPaul Lemire2020-07-301-2/+0
* Make sample meshes geometry renderers againMike Krus2020-07-3027-132/+1927
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-0/+5
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0912-45/+42
* Use QList instead of QVectorJarek Kobus2020-07-072-7/+7
* rhi: QTextureMaterial: add RHI techniqueJean-Michaël Celerier2020-06-222-0/+20
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Add support for building with CMakeMike Krus2020-05-221-0/+148
* Fix build for Qt6Mike Krus2020-05-065-8/+5
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-2751-52/+2164
|\
| * rhi: Make Qt3DQuickWindow work with RHIJean-Michaël Celerier2020-04-222-88/+76
| * rhi: Work needed for PBR material support in RHIJean-Michaël Celerier2020-04-221-0/+5
| * rhi: Port most of Qt3DExtras materials to RHIJean-Michaël Celerier2020-04-2240-123/+736
| * rhi: Handle RHI-required information in QShaderGraphJean-Michaël Celerier2020-04-2119-0/+1437
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-212-12/+25
| |\
| | * Fix typo in phong.inc.frag100Michael Brasser2020-04-191-4/+4
| | * QMetalRoughMaterial: only remove parameters if addedPaul Lemire2020-02-101-8/+21