aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3dtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the update slot code in QQuick3DTextureChristian Strømme2025-02-261-7/+1
* doc: Fix real QML property documentationDavid Boddie2024-12-051-7/+7
* add include for QSGTextureProviderInho Lee2024-08-211-0/+1
* Fix problem with using non-visible View3Ds as a sourceItemChristian Strømme2024-03-081-1/+7
* Doc: Fix documentation warningsTopi Reinio2023-12-131-1/+1
* Fix minFilter & magFilter documentationJonas Karlsson2023-11-131-4/+4
* Enable using render extensions as texture providersChristian Strømme2023-11-011-2/+59
* QQuick3DTexture: add tilingModeDepth propertyJonas Karlsson2023-10-061-0/+28
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-041-1/+1
* Doc: Fix broken qdoc linksAndreas Eliasson2023-08-231-1/+1
* Fix CubeMapTexture relative path handlingPaul Olav Tvete2023-02-091-1/+23
* Texture: fix a memory leakInho Lee2022-11-101-2/+3
* Fix memory leak when destroying View3DJonas Karlsson2022-10-171-3/+14
* Add support for profiling object id and event dataAntti Määttä2022-10-131-1/+1
* Improve updatePropertyListenerChristian Strømme2022-07-121-6/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add scene description plumbing for cubemap texturesLaszlo Agocs2022-03-151-10/+7
* Add cubemap support for custom material/effect texturesLaszlo Agocs2022-03-111-0/+12
* doc: Describe input forwarding to Texture.sourceItem, with limitationsShawn Rutledge2021-10-071-2/+7
* Doc: Fix link errors Qt Quick 3DNico Vertriest2021-08-031-1/+1
* Update Texture.mappingMode and related docsLaszlo Agocs2021-06-171-10/+14
* Indicate in docs that generateMipmaps is a no-op for sourceItemLaszlo Agocs2021-06-171-0/+5
* Auto-invert flipV for QTextureFileReader formatsLaszlo Agocs2021-06-041-20/+111
* Texture: Do V flipping adjustments in one placeLaszlo Agocs2021-06-021-9/+27
* Texture docs: Add a note to sourceItem wrt Y axisLaszlo Agocs2021-06-011-0/+11
* Texture: Add flipU propertyLaszlo Agocs2021-06-011-1/+36
* Texture docs: Describe when texture transform is effectiveLaszlo Agocs2021-06-011-2/+62
* Connect to after, not beforeSynchronizing with layer-based sourceItemLaszlo Agocs2021-04-281-4/+10
* Fix missing updates with sourceItem with some types of texture providersLaszlo Agocs2021-03-021-6/+21
* Support input events in 3DAndy Nichols2021-03-021-0/+1
* Clazy: Avoid temporary allocations when iterating containersAndy Nichols2021-02-081-1/+1
* Document that Texture.sourceItem may not work with multiple windowsLaszlo Agocs2020-12-101-0/+9
* Remove an unused ItemSizeDirty flag in QSSGRenderImageLaszlo Agocs2020-12-101-3/+0
* Follow sourceItem size changesLaszlo Agocs2020-12-011-1/+4
* Fix semi-transparency (blending) with QSGTextureLaszlo Agocs2020-12-011-3/+0
* Do a refWindow as early as possible for Texture's sourceItemLaszlo Agocs2020-11-251-1/+32
* Reduce flicker for non-layer Item trees in Texture.sourceItemLaszlo Agocs2020-11-241-107/+76
* Reduce flicker for Texture.sourceItem with a layered Item (or Image)Laszlo Agocs2020-11-241-1/+17
* Doc: support for compressed texture filesEirik Aavitsland2020-11-021-6/+11
* Fix documentation warningsKaj Grönholm2020-10-291-1/+1
* Remove the shared pointer around the scene managerChristian Strømme2020-10-271-2/+2
* Move updatePropertyListener() and ConnectionMap out of QQuick3DObjectChristian Strømme2020-10-271-1/+1
* doc: Flesh out Texture documentationEskil Abrahamsen Blomfeldt2020-10-231-27/+90
* Fix crash when clearing a textures sourceItemJonas Karlsson2020-09-291-2/+0
* Fix dangling pointer when removing textureJonas Karlsson2020-09-251-8/+23
* Texture: Do not leak the QSGLayer when switching sourceItemLaszlo Agocs2020-09-161-2/+9
* Texture: Make it surviveLaszlo Agocs2020-09-161-7/+25
* Texture: another threading fixLaszlo Agocs2020-09-161-3/+7
* Texture: remove the last todo notesLaszlo Agocs2020-09-161-4/+2
* Make Texture.sourceItem crash lessLaszlo Agocs2020-09-161-21/+43