index
:
qt/qtquick3d.git
5.14
5.15
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7-experimental
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
A new module and API for defining 3D content in Qt Quick.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick3d
/
qquick3dtexture.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the update slot code in QQuick3DTexture
Christian Strømme
2025-02-26
1
-7
/
+1
*
doc: Fix real QML property documentation
David Boddie
2024-12-05
1
-7
/
+7
*
add include for QSGTextureProvider
Inho Lee
2024-08-21
1
-0
/
+1
*
Fix problem with using non-visible View3Ds as a sourceItem
Christian Strømme
2024-03-08
1
-1
/
+7
*
Doc: Fix documentation warnings
Topi Reinio
2023-12-13
1
-1
/
+1
*
Fix minFilter & magFilter documentation
Jonas Karlsson
2023-11-13
1
-4
/
+4
*
Enable using render extensions as texture providers
Christian Strømme
2023-11-01
1
-2
/
+59
*
QQuick3DTexture: add tilingModeDepth property
Jonas Karlsson
2023-10-06
1
-0
/
+28
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-09-04
1
-1
/
+1
*
Doc: Fix broken qdoc links
Andreas Eliasson
2023-08-23
1
-1
/
+1
*
Fix CubeMapTexture relative path handling
Paul Olav Tvete
2023-02-09
1
-1
/
+23
*
Texture: fix a memory leak
Inho Lee
2022-11-10
1
-2
/
+3
*
Fix memory leak when destroying View3D
Jonas Karlsson
2022-10-17
1
-3
/
+14
*
Add support for profiling object id and event data
Antti Määttä
2022-10-13
1
-1
/
+1
*
Improve updatePropertyListener
Christian Strømme
2022-07-12
1
-6
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Add scene description plumbing for cubemap textures
Laszlo Agocs
2022-03-15
1
-10
/
+7
*
Add cubemap support for custom material/effect textures
Laszlo Agocs
2022-03-11
1
-0
/
+12
*
doc: Describe input forwarding to Texture.sourceItem, with limitations
Shawn Rutledge
2021-10-07
1
-2
/
+7
*
Doc: Fix link errors Qt Quick 3D
Nico Vertriest
2021-08-03
1
-1
/
+1
*
Update Texture.mappingMode and related docs
Laszlo Agocs
2021-06-17
1
-10
/
+14
*
Indicate in docs that generateMipmaps is a no-op for sourceItem
Laszlo Agocs
2021-06-17
1
-0
/
+5
*
Auto-invert flipV for QTextureFileReader formats
Laszlo Agocs
2021-06-04
1
-20
/
+111
*
Texture: Do V flipping adjustments in one place
Laszlo Agocs
2021-06-02
1
-9
/
+27
*
Texture docs: Add a note to sourceItem wrt Y axis
Laszlo Agocs
2021-06-01
1
-0
/
+11
*
Texture: Add flipU property
Laszlo Agocs
2021-06-01
1
-1
/
+36
*
Texture docs: Describe when texture transform is effective
Laszlo Agocs
2021-06-01
1
-2
/
+62
*
Connect to after, not beforeSynchronizing with layer-based sourceItem
Laszlo Agocs
2021-04-28
1
-4
/
+10
*
Fix missing updates with sourceItem with some types of texture providers
Laszlo Agocs
2021-03-02
1
-6
/
+21
*
Support input events in 3D
Andy Nichols
2021-03-02
1
-0
/
+1
*
Clazy: Avoid temporary allocations when iterating containers
Andy Nichols
2021-02-08
1
-1
/
+1
*
Document that Texture.sourceItem may not work with multiple windows
Laszlo Agocs
2020-12-10
1
-0
/
+9
*
Remove an unused ItemSizeDirty flag in QSSGRenderImage
Laszlo Agocs
2020-12-10
1
-3
/
+0
*
Follow sourceItem size changes
Laszlo Agocs
2020-12-01
1
-1
/
+4
*
Fix semi-transparency (blending) with QSGTexture
Laszlo Agocs
2020-12-01
1
-3
/
+0
*
Do a refWindow as early as possible for Texture's sourceItem
Laszlo Agocs
2020-11-25
1
-1
/
+32
*
Reduce flicker for non-layer Item trees in Texture.sourceItem
Laszlo Agocs
2020-11-24
1
-107
/
+76
*
Reduce flicker for Texture.sourceItem with a layered Item (or Image)
Laszlo Agocs
2020-11-24
1
-1
/
+17
*
Doc: support for compressed texture files
Eirik Aavitsland
2020-11-02
1
-6
/
+11
*
Fix documentation warnings
Kaj Grönholm
2020-10-29
1
-1
/
+1
*
Remove the shared pointer around the scene manager
Christian Strømme
2020-10-27
1
-2
/
+2
*
Move updatePropertyListener() and ConnectionMap out of QQuick3DObject
Christian Strømme
2020-10-27
1
-1
/
+1
*
doc: Flesh out Texture documentation
Eskil Abrahamsen Blomfeldt
2020-10-23
1
-27
/
+90
*
Fix crash when clearing a textures sourceItem
Jonas Karlsson
2020-09-29
1
-2
/
+0
*
Fix dangling pointer when removing texture
Jonas Karlsson
2020-09-25
1
-8
/
+23
*
Texture: Do not leak the QSGLayer when switching sourceItem
Laszlo Agocs
2020-09-16
1
-2
/
+9
*
Texture: Make it survive
Laszlo Agocs
2020-09-16
1
-7
/
+25
*
Texture: another threading fix
Laszlo Agocs
2020-09-16
1
-3
/
+7
*
Texture: remove the last todo notes
Laszlo Agocs
2020-09-16
1
-4
/
+2
*
Make Texture.sourceItem crash less
Laszlo Agocs
2020-09-16
1
-21
/
+43
[next]