index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
/
qsgsoftwarethreadedrenderloop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QElapsedTimer::start() and not restart()
Giuseppe D'Angelo
2025-03-15
1
-1
/
+1
*
SceneGraph: Delete unused logging categories and make others static
Ulf Hermann
2024-06-25
1
-0
/
+4
*
QtQuick: Fix conflicting definition of helper windowFor in CMake Unity (Jumbo...
Friedemann Kleint
2023-02-09
1
-15
/
+15
*
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
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Fix several more improperly placed #include moc
Thiago Macieira
2022-07-28
1
-2
/
+2
*
Remove flushFrameSynchronousEvents from qquickwindow_p.h
Johan Solbakken
2022-07-17
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Emit new frame signals from the software backend
Laszlo Agocs
2020-06-22
1
-0
/
+4
*
Remove customRenderStage from QQuickWindowPrivate
Laszlo Agocs
2020-06-08
1
-2
/
+2
*
Introduce new mechanism to manage palette functionality in QML
Vitaly Fanaskov
2020-03-16
1
-0
/
+1
*
Remove D3D12 scenegraph backend
Laszlo Agocs
2020-01-06
1
-1
/
+1
*
Add trace points for Qt Quick Scene Graph
Milian Wolff
2019-12-13
1
-0
/
+21
*
QQuickWindow: Don't leak the animation controller
Ulf Hermann
2019-10-02
1
-2
/
+3
*
Remove an unused event type in the threaded render loop
Laszlo Agocs
2019-08-22
1
-11
/
+0
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
ScenGraph: Prefer printf style logging
Kai Koehne
2018-02-13
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-04
1
-0
/
+2
|
\
|
*
Delay the deletion of QSGTextures until all windows are synchronized
Dominik Holland
2017-06-16
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Lars Knoll
2017-05-02
1
-0
/
+1
|
\
|
|
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+1
*
|
sources: Add missing override and remove redundant virtual
Alexander Volkov
2017-02-23
1
-2
/
+2
|
/
*
QSGThreadedRenderLoop: Correctly stop the animation timer ...
Robin Burchell
2017-01-12
1
-0
/
+5
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-28
1
-8
/
+16
*
Software Adaptation: Add threaded render loop
Andy Nichols
2016-07-27
1
-0
/
+991