summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Resolve QTransform symbol ambiguity in unity buildAmir Masoud Abdol2023-04-147-138/+149
* Enable build of Assimp on iOS and tvOSAurélien Brooke2023-04-131-1/+1
* Silence warning about unsafe sprintf, use snprintf insteadAmir Masoud Abdol2023-04-131-5/+1
* 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
* Doc: Add tests/manual in exampledirs to fix broken linksAndreas Eliasson2023-03-221-1/+2
* Scene3D: fix crash in setItemAreaAndDevicePixelRatio when entity is nullAurélien Brooke2023-03-201-2/+5
* 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
* QText2DEntity: fix QTextureAtlas parenting that could lead to crashesPaul Lemire2023-02-102-7/+9
* qspritesheetitem_p.h: Fix include guardFriedemann Kleint2023-02-101-3/+3
* Fix warnings about fields anonymous namespacesFriedemann Kleint2023-02-101-8/+5
* 3DCore: Remove using namespace Qt3DCoreFriedemann Kleint2023-02-106-9/+12
* 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
* Fix the input qualifier of the fragment shader for GLSL1.10Inho Lee2023-01-102-1/+10
* RHI: fix the leak of QRhiResourceUpdateBatchAurélien Brooke2022-12-202-2/+7
* Scene3DItem: fix screen flickering when using OnDemandPaul Lemire2022-12-202-6/+6
* qtexturedataupdate.h: fix namespace declaration for syncqt to workPaul Lemire2022-12-201-2/+1
* LoadSceneJob: don't risk to leak the loaded subtreeAurélien Brooke2022-12-182-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-161-0/+6
* RHIResourceManagers: fix the leak of RHIShaderAurélien Brooke2022-12-161-1/+1
* Scene3DItem: fix assert when changing windowAurélien Brooke2022-12-161-1/+6
* check bounding volumes for validity in concurrent reduction stepChristian Riggenbach2022-12-161-3/+5
* 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
* RHI: Fix memory leak in RenderCommandTasuku Suzuki2022-11-292-0/+7
* CMake: Fix build without qtshadertoolsJoerg Bornemann2022-11-252-2/+1
* OpenGL SubmissionContext: reset defaultFBO every time we begin drawingPaul Lemire2022-11-211-0/+4
* Unpin previously used image units during render command parameter setupOle Wegen2022-11-171-0/+4
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-111-2/+2
* ShaderParameterPack: check we only store a single UBO/SSBO per BlockBindingPaul Lemire2022-11-021-2/+18
* OpenGL graphics helpers fixesPaul Lemire2022-11-026-9/+18
* Fix unused parameter warnings on WindowsJohannes Kauffmann2022-10-282-0/+8
* Quick3DNodeInstantiator: fix crash when using asyncPaul Lemire2022-10-271-9/+33
* RHI: Set default render target for RenderCaptureYAMAMOTO Atsushi2022-10-261-1/+1