summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Scene3DMaterial shaders: provide versions for GLSL 120 and 130Paul Lemire2024-01-163-2/+2
* Fix issue with camera shaking with large offset valuesMike Krus2024-01-167-7/+40
* Fix the creation of backend nodes if using the parent entity constructorAurélien Brooke2024-01-161-1/+4
* QEntity: fix a std::move-from-const in destructorAurélien Brooke2024-01-131-1/+1
* Doc: Add a description to the QCylinderMesh class and qml typeAndreas Eliasson2023-11-151-0/+6
* Update Assimp to v5.3.1Mike Krus2023-11-156-6/+51
* Doc: Add missing parentheses to code snippetPaul Wicking2023-10-201-2/+2
* Fix Race Condition in NodePostConstructorInit::processNodesPhilip Schuchardt2023-10-113-2/+7
* AspectCommandDebugger::trim: use memmove instead of memcpyPaul Lemire2023-10-041-3/+3
* Don't change RHI's default surface format versionBogDan Vatra2023-10-041-3/+0
* Doc: Add missing leading asterisk to qdoc commandAndreas Eliasson2023-08-3012-12/+12
* Texture array support for RHI rendererPhilip Schuchardt2023-08-251-8/+14
* Doc: Use correct module namePaul Wicking2023-08-211-1/+1
* Fix UB (signed char passed to <cctype> function)Marc Mutz2023-08-051-1/+1
* GLTFImporter: fix crash when no material matchesAurélien Brooke2023-07-211-2/+2
* qt3dwindow: request Direct3DSurface when requesting d3d11Paul Lemire2023-07-201-1/+1
* ObjGeometryLoader: fix out-of-bounds accessesAurélien Brooke2023-06-121-1/+10
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-0610-37/+37
* QSkyboxEntity: add support for the RHI rendererAurélien Brooke2023-06-052-0/+18
* Adapt to the RHI API conceptLaszlo Agocs2023-05-2212-27/+14
* Revert "Doc: Add tests/manual in exampledirs to fix broken links"Topi Reinio2023-04-291-2/+1
* Make 'struct Light' to support std140Inho Lee2023-04-201-1/+4
* Fix valgrind issue in GeometryRendererFriedemann Kleint2023-04-191-1/+2
* Enable build of Assimp on iOS and tvOSAurélien Brooke2023-04-131-1/+1
* Resolve QTransform symbol ambiguity in unity buildAmir Masoud Abdol2023-04-137-138/+149
* Silence warning about unsafe sprintf, use snprintf insteadAmir Masoud Abdol2023-04-131-5/+1
* Create materials with normal textures in Assimp importerAurélien Brooke2023-04-131-5/+15
* PlatformSurfaceFilter: fix crash when Scene3D is destroyed after windowAurélien Brooke2023-04-131-1/+2
* RHI: generate GLSL shaders of correct version when running on OpenGL ESAurélien Brooke2023-04-131-15/+34
* Resolve duplicate symbol error for `memoryBarrierGLBitfield`Amir Masoud Abdol2023-04-112-4/+4
* Silence a type conversion warningAmir Masoud Abdol2023-04-031-1/+1
* Doc: Add tests/manual in exampledirs to fix broken linksAndreas Eliasson2023-03-221-1/+2
* Doc: Remove unused imagedirsKai Köhne2023-03-201-9/+1
* Scene3D: fix crash in setItemAreaAndDevicePixelRatio when entity is nullAurélien Brooke2023-03-201-2/+5
* Remove qmake build filesMike Krus2023-03-1792-3045/+0
* Remove links to old examplesMike Krus2023-03-171-5/+1
* Doc: Fix missing imagesKai Köhne2023-03-122-0/+0
* Exclude Assimp from Unity BuildAmir Masoud Abdol2023-02-261-0/+1
* OpenGL SubmissionContext: reset m_renderTargetFormat for default FBOPaul Lemire2023-02-241-1/+5
* TriangleCollisionVisitor: perform intersections tests in local spacePaul Lemire2023-02-211-11/+9
* QDistanceFieldCache: fix QTextureAtlas dangling pointerPaul Lemire2023-02-141-2/+8
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-105-0/+15
* quick3drender plugin: Disambiguate meta type id constantsFriedemann Kleint2023-02-102-6/+4
* qspritesheetitem_p.h: Fix include guardFriedemann Kleint2023-02-101-3/+3
* 3DCore: Remove using namespace Qt3DCoreFriedemann Kleint2023-02-106-9/+12
* Fix warnings about fields anonymous namespacesFriedemann Kleint2023-02-101-8/+5
* QText2DEntity: fix QTextureAtlas parenting that could lead to crashesPaul Lemire2023-02-102-7/+9
* QPaintedTextureImage: fill image with transparency by defaultPaul Lemire2023-02-101-0/+1
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-1073-605/+1
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-1916-258/+78