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
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
/
qsgwindowsrenderloop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the 'windows' render loop
Laszlo Agocs
2020-05-04
1
-552
/
+0
*
Introduce new mechanism to manage palette functionality in QML
Vitaly Fanaskov
2020-03-16
1
-0
/
+1
*
Add trace points for Qt Quick Scene Graph
Milian Wolff
2019-12-13
1
-0
/
+17
*
Make the initialization failure dialog sensible with QRhi
Laszlo Agocs
2019-11-28
1
-2
/
+1
*
QQuickWindow: Don't leak the animation controller
Ulf Hermann
2019-10-02
1
-1
/
+1
*
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-5
/
+21
*
Fix more null pointer accesses in QQuickOpenGLShaderEffectMaterialCache
Jüri Valdmann
2018-11-12
1
-1
/
+2
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-6
/
+6
*
ScenGraph: Prefer printf style logging
Kai Koehne
2018-02-13
1
-2
/
+2
*
Make releaseResources() free the renderer's shader cache
Laszlo Agocs
2017-09-04
1
-0
/
+10
*
Delay the deletion of QSGTextures until all windows are synchronized
Dominik Holland
2017-06-16
1
-0
/
+10
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-04-11
1
-0
/
+1
|
\
|
*
Fix hidpi support for opengl window grabbing
Filipe Azevedo
2017-04-09
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-12-14
1
-8
/
+13
|
\
|
|
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-28
1
-8
/
+13
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
5.7
Liang Qi
2016-11-25
1
-8
/
+13
|
|
|
\
|
|
|
*
QmlProfiler: Explicitly specify the offsets for scene graph events
Ulf Hermann
2016-11-24
1
-8
/
+13
*
|
|
|
Ensure windows renderloop doesn't stop existing, running, animations
Gunnar Sletta
2016-11-09
1
-6
/
+5
|
/
/
/
*
|
|
Make shader effects configurable
Lars Knoll
2016-10-10
1
-2
/
+2
*
|
|
scenegraph: Port foreach to range-for
Robin Burchell
2016-07-09
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/dev' into scenegraphng
Andy Nichols
2016-05-31
1
-1
/
+1
|
\
\
\
|
*
|
|
QQuickWindow: Process a synthetic hover once per frame
Robin Burchell
2016-05-26
1
-1
/
+1
|
|
/
/
*
|
|
Prefix GL-specific shader effect code
Laszlo Agocs
2016-04-13
1
-2
/
+7
*
|
|
Enable building Qt Quick module with QT_NO_OPENGL defined
Andy Nichols
2016-03-22
1
-1
/
+7
|
/
/
*
/
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Support alpha in QQuickWindow::grabWindow().
Gunnar Sletta
2015-10-16
1
-1
/
+2
*
Delete QQuickWindow's animator driver at the right time.
Gunnar Sletta
2015-07-04
1
-2
/
+4
*
Fix basic and windows render loops to use the correct screen
Laszlo Agocs
2015-05-21
1
-0
/
+1
*
Fix a memory leak in the material shader cache.
Robert Griebl
2015-04-23
1
-0
/
+4
*
Avoid running anims at 3x speed on Windows
Laszlo Agocs
2015-04-13
1
-0
/
+8
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-03-31
1
-1
/
+0
|
\
|
*
Don't send deferred delete events from windowDestroyed()
Andy Shaw
2015-03-30
1
-1
/
+0
*
|
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
|
Handle context lost in the Windows render loop
Laszlo Agocs
2015-02-03
1
-2
/
+11
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2015-01-16
1
-1
/
+1
|
\
|
|
*
Fix timing output from windows render loop
Laszlo Agocs
2015-01-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-12-09
1
-3
/
+18
|
\
|
|
*
Fix not having a context when cleaning up on Windows
Laszlo Agocs
2014-11-10
1
-3
/
+18
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-29
1
-1
/
+1
|
\
|
|
*
Fix disfunctional QQuickRenderControl with multiple screens
Laszlo Agocs
2014-10-22
1
-1
/
+1
*
|
Introduced QQuickCustomRenderStage.
Gunnar Sletta
2014-10-16
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-09
1
-31
/
+17
|
\
|
|
*
Fix cleanup of non-threaded render loops.
Gunnar Sletta
2014-09-24
1
-31
/
+17
|
*
Select specific features to be recorded when profiling QML
Ulf Hermann
2014-09-11
1
-1
/
+1
*
|
Use QQuickProfiler's own timer to sample events
Ulf Hermann
2014-09-12
1
-17
/
+19
|
/
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Use the renamed qt_gl_global_share_context
Jocelyn Turcotte
2014-08-05
1
-2
/
+2
*
Properly collect polish timings from all render loops
Ulf Hermann
2014-07-02
1
-5
/
+5
*
Use categorized logging for all things scenegraph.
Gunnar Sletta
2014-07-01
1
-55
/
+16
[next]