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
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/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
/
coreapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-11-17
1
-1
/
+7
|
\
|
*
Doc: added documentation to undocumented functions
Nico Vertriest
2015-11-02
1
-1
/
+7
*
|
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-26
1
-2
/
+2
|
\
|
|
*
Scene Graph: Fixed memory leak in QSGBatchRenderer::Renderer::map()
Martin Banky
2015-10-19
1
-2
/
+2
*
|
Quick: Sanitize reading environment variables.
Friedemann Kleint
2015-10-26
4
-26
/
+24
*
|
Doc: solved various qdoc errors qtdeclarative
Nico Vertriest
2015-10-20
1
-18
/
+0
*
|
Handle QSG_NO_DEPTH_BUFFER correctly
Laszlo Agocs
2015-10-14
1
-3
/
+6
*
|
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
7
-0
/
+77
*
|
Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.h
Albert Astals Cid
2015-09-08
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/5.5' into 5.6
Ulf Hermann
2015-08-18
4
-21
/
+35
|
\
|
|
*
Support QSGGeometry::lineWidth also in the batched code path.
Gunnar Sletta
2015-08-17
2
-18
/
+26
|
*
Fix typo in QSGGeometryNode documentation.
Mitch Curtis
2015-07-28
1
-1
/
+1
|
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Oswald Buddenhagen
2015-07-20
1
-2
/
+8
|
|
\
|
|
*
Doc: Document limits of QSGGeometry::setLineWidth
5.4
Kai Koehne
2015-06-04
1
-2
/
+8
*
|
|
Avoid rebuiding batches during a material animation
Jocelyn Turcotte
2015-08-13
1
-4
/
+6
*
|
|
Fix inefficient usages of qDeleteAll()
Sérgio Martins
2015-06-26
2
-4
/
+4
*
|
|
QSGBatchRenderer: Store the last known free page index.
Robin Burchell
2015-06-05
1
-1
/
+13
*
|
|
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-04
3
-12
/
+17
|
\
|
|
|
*
|
QtQuick: Fix const correctness in old style casts
Thiago Macieira
2015-05-13
3
-12
/
+17
*
|
|
Add some timing breakdown to QSG_RENDERER_DEBUG=render
Gunnar Sletta
2015-04-28
1
-1
/
+29
*
|
|
Restore depth buffer usage when last render node is removed
Mikko Harju
2015-03-18
1
-0
/
+3
|
/
/
*
|
Merge remote-tracking branch 'origin/5.4' into 5.5
Frederik Gladhorn
2015-03-03
1
-2
/
+2
|
\
|
|
*
Fix crash in overdraw and change visualizers
Daiwei Li
2015-02-25
1
-2
/
+2
*
|
Fix some qdoc-warnings.
Friedemann Kleint
2015-02-23
1
-0
/
+1
*
|
Cleanup math function includes and usage
Allan Sandfeld Jensen
2015-02-19
1
-1
/
+1
*
|
Update copyright headers
Jani Heikkinen
2015-02-12
21
-145
/
+145
*
|
Remove unnecessary calls to initializeOpenGLFunctions
Laszlo Agocs
2015-02-11
1
-5
/
+2
*
|
Use correct QOpenGLFunctions object
Berthold Krevert
2015-02-04
1
-3
/
+15
*
|
Move VAO binding to Renderer::render()
Berthold Krevert
2015-02-04
2
-12
/
+3
*
|
Avoid crashes when resetting the same material or geometry.
Gunnar Sletta
2015-01-26
1
-3
/
+3
*
|
Drop trailing vertices in GL_LINES and GL_TRIANGLES drawing modes.
Ulf Hermann
2015-01-16
1
-7
/
+28
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2015-01-16
1
-1
/
+4
|
\
|
|
*
Fix the visualization of unmerged batch geometries without index
Jocelyn Turcotte
2014-12-09
1
-1
/
+4
*
|
Clean up renderer visualization a bit.
Gunnar Sletta
2015-01-12
1
-17
/
+13
*
|
Fix the vertex ordering of merged triangle strips
Jocelyn Turcotte
2015-01-06
1
-3
/
+14
*
|
Reuse the memory we use for vertex uploads.
Gunnar Sletta
2015-01-06
2
-11
/
+65
*
|
Remove bogus assert.
Gunnar Sletta
2015-01-05
1
-2
/
+0
*
|
Traverse children correctly when reparenting.
Gunnar Sletta
2015-01-05
1
-1
/
+1
*
|
Allow batching of GL_LINES and GL_POINTS geometry
Ulf Hermann
2014-12-16
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-11-04
1
-6
/
+12
|
\
|
|
*
Fix disappearing nodes when adding in two levels of batch root
Eskil Abrahamsen Blomfeldt
2014-11-04
1
-6
/
+12
*
|
Use an allocator for QSGBatchRenderer::Node and Element instances.
Gunnar Sletta
2014-11-02
2
-22
/
+140
*
|
Fix typo in Q_ASSERT_X warning.
Gunnar Sletta
2014-11-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-29
1
-5
/
+13
|
\
|
|
*
Fix build with QT_NO_DEBUG_OUTPUT defined
Samuel Gaist
2014-10-24
1
-5
/
+13
*
|
Remove the "groupNode"
Gunnar Sletta
2014-10-17
2
-0
/
+16
*
|
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-09
1
-38
/
+45
|
\
|
|
*
Don't do qgetenv on library load
Thiago Macieira
2014-09-22
1
-35
/
+39
|
*
Select specific features to be recorded when profiling QML
Ulf Hermann
2014-09-11
2
-4
/
+6
|
*
Fix debug output from renderer.
Gunnar Sletta
2014-09-11
1
-3
/
+6
[next]