summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Qt3DCore: update AVX2 code to mean x86-64-v3Thiago Macieira2023-01-191-5/+1
* Fix the input qualifier of the fragment shader for GLSL1.10Inho Lee2023-01-102-1/+10
* RHI SubmissionContext: remove unused membersAurélien Brooke2022-12-212-16/+4
* Assimp importer: ensure loop variable has enough widthAurélien Brooke2022-12-211-1/+1
* Remove unused forward declarationsAurélien Brooke2022-12-213-5/+0
* OpenGLVertexArrayObject: fix bugprone erase() callAurélien Brooke2022-12-211-3/+4
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-2136-145/+145
* Scene3DItem: fix screen flickering when using OnDemandPaul Lemire2022-12-192-6/+6
* RHI: fix the leak of QRhiResourceUpdateBatchAurélien Brooke2022-12-192-2/+7
* Fix incorrect usages of std::make_move_iteratorAurélien Brooke2022-12-196-35/+21
* qtexturedataupdate.h: fix namespace declaration for syncqt to workPaul Lemire2022-12-191-2/+1
* LoadSceneJob: don't risk to leak the loaded subtreeAurélien Brooke2022-12-172-3/+4
* Handle nullptr returned from the shader managerMartin Andersson2022-12-161-0/+3
* RHI renderer: fix crash in Renderer::sendShaderChangesToFrontend()Aurélien Brooke2022-12-151-0/+6
* RHIResourceManagers: fix the leak of RHIShaderAurélien Brooke2022-12-151-1/+1
* Scene3DItem: fix assert when changing windowAurélien Brooke2022-12-151-1/+6
* check bounding volumes for validity in concurrent reduction stepChristian Riggenbach2022-12-151-3/+5
* Load sceneparser plugins only when processing the first LoadSceneJobAurélien Brooke2022-12-152-8/+14
* cmake: make qt3d-vulkan feature depends on vulkan in QtGuiLiang Qi2022-12-071-1/+1
* Doc: Fix paths for Files property in qt_attribution.json filesKai Köhne2022-12-071-1/+1