index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
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.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
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
scenegraph
/
adaptations
/
software
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass on hasDefaultAlphaBuffer in the format with the software backend too
Laszlo Agocs
9 days
1
-0
/
+2
*
Use QElapsedTimer::start() and not restart()
Giuseppe D'Angelo
2025-03-15
1
-1
/
+1
*
Convert m_vertical and m_cornerPixmapIsDirty to bitfields
Magdalena Stojek
2025-03-05
2
-5
/
+3
*
Refactor corner radius handling with explicit unset state
Magdalena Stojek
2025-02-21
2
-47
/
+102
*
Software Renderer: Ensure flushing of previously dirty regions
Andy Nichols
2024-12-17
1
-1
/
+9
*
Replace deprecated QImage::mirror(ed) with flip(ped)
Volker Hilsheimer
2024-12-02
1
-1
/
+4
*
Allows skip clear color before render on software renderer
JiDe Zhang
2024-09-05
2
-2
/
+18
*
2D Renderer: Make sure cachedMirroredPixmap is never dirty when painting
Andy Nichols
2024-08-22
2
-16
/
+22
*
Fix software renderer caching QBackingStore::paintDevice()
Vlad Zahorodnii
2024-07-22
1
-17
/
+25
*
SceneGraph: Delete unused logging categories and make others static
Ulf Hermann
2024-06-25
4
-31
/
+7
*
Make more logging categories static
Ulf Hermann
2024-06-24
4
-4
/
+4
*
Software backend: fix PaintedItem smooth xform
Eirik Aavitsland
2024-04-11
1
-0
/
+3
*
Optimize QQuickRt behavior with implicitly created buffers
Laszlo Agocs
2024-02-22
1
-1
/
+1
*
Remove the use of Q_QUICK_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
3
-3
/
+3
*
Fix text decorations with software backend on fractional scale
Eskil Abrahamsen Blomfeldt
2023-12-05
1
-0
/
+4
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
2
-3
/
+3
*
Add a radius property for each corner of a Rectangle
Matthias Rauter
2023-08-19
2
-5
/
+153
*
Make Rectangle software renderer conform with RHI renderer
Matthias Rauter
2023-06-20
1
-2
/
+1
*
Fix memory leak when invalidating NativeRendering fonts
Eskil Abrahamsen Blomfeldt
2023-06-15
1
-2
/
+1
*
Software renderer: Add floating point nodes to dirty list
Matthias Rauter
2023-06-07
1
-2
/
+6
*
SceneGraph: Don't let QSGRenderNode::m_matrix be a dangling pointer
Andy Nichols
2023-03-17
1
-2
/
+2
*
Software Adaptation: Don't leak QSGRenderContext resources
Andy Nichols
2023-03-15
1
-0
/
+12
*
QtQuick: Fix conflicting definition of helper windowFor in CMake Unity (Jumbo...
Friedemann Kleint
2023-02-09
2
-16
/
+18
*
QtQuick/Render loops: Fix conflicting WM_ constants
Friedemann Kleint
2023-02-09
1
-22
/
+5
*
Purge the internal renderSceneGraph function argument list
Laszlo Agocs
2022-12-12
2
-3
/
+3
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-4
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
2
-3
/
+3
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
2
-3
/
+3
*
Fix several more improperly placed #include moc
Thiago Macieira
2022-07-28
1
-2
/
+2
*
Remove Qt key words from header files
Yuhang Zhao
2022-07-19
1
-1
/
+1
*
Remove flushFrameSynchronousEvents from qquickwindow_p.h
Johan Solbakken
2022-07-17
2
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
36
-1368
/
+72
*
Support to custom the render target on the software renderer
JiDe Zhang
2022-04-19
2
-15
/
+25
*
Port QQuickShaderEffectSource format to Qt 6
Laszlo Agocs
2022-03-18
2
-2
/
+2
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-10
1
-1
/
+2
*
Avoid unnecessary color format conversion
JiDe Zhang
2021-10-29
1
-8
/
+10
*
Add the possibility of flipping vertically to Image
Laszlo Agocs
2021-05-27
2
-14
/
+17
*
Avoid stale QSGTexture pointer accesses
Romain Pokrzywka
2021-05-04
1
-1
/
+3
*
SoftwareImageNodes: Initialize member variable
David Edmundson
2021-02-11
1
-1
/
+1
*
Fix compilation after subpixel handling changes in qtbase
Fabian Kosmale
2021-01-27
1
-1
/
+1
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-53
/
+0
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-28
5
-9
/
+9
*
Add renderTypeQuality property to Text element
Eskil Abrahamsen Blomfeldt
2020-08-17
2
-2
/
+3
*
Add type safe native texture accessors
Laszlo Agocs
2020-08-03
1
-1
/
+1
*
Add ; to Q_UNUSED and UNUSED_PARAM
Lars Schmertmann
2020-06-26
1
-1
/
+1
*
Emit new frame signals from the software backend
Laszlo Agocs
2020-06-22
2
-0
/
+8
*
Move QSGRenderContext::RenderMode to QSGRendererInterface
Eskil Abrahamsen Blomfeldt
2020-06-11
2
-2
/
+2
*
Add perspective 3D plane render mode
Laszlo Agocs
2020-06-09
2
-2
/
+2
*
Remove customRenderStage from QQuickWindowPrivate
Laszlo Agocs
2020-06-08
1
-2
/
+2
*
Remove OpenGL dependency from QSGTexture
Laszlo Agocs
2020-06-08
4
-23
/
+0
[next]