index
:
platform/upstream/qtdeclarative
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
master
sandbox/pcoval/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_release
upstream
Domain: UI Framework / Qt;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
quick
/
scenegraph
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-20
Add possibility to mirror ShaderEffectSource generated textures
Miikka Heikkinen
3
-1
/
+36
2015-08-18
Merge remote-tracking branch 'origin/5.5' into 5.6
Ulf Hermann
8
-25
/
+49
2015-08-17
Support QSGGeometry::lineWidth also in the batched code path.
Gunnar Sletta
2
-18
/
+26
2015-08-13
Avoid rebuiding batches during a material animation
Jocelyn Turcotte
1
-4
/
+6
2015-08-04
Retrieve services from debug connector, not via static instance()
Ulf Hermann
2
-4
/
+2
2015-07-30
Extract minimal interface from QQmlDebugServer and use it.
Ulf Hermann
1
-2
/
+2
2015-07-29
Remove static proxy methods from QQmlDebugService
Ulf Hermann
1
-1
/
+2
2015-07-28
Fix typo in QSGGeometryNode documentation.
Mitch Curtis
1
-1
/
+1
2015-07-20
Merge remote-tracking branch 'origin/5.4' into 5.5
Oswald Buddenhagen
1
-2
/
+8
2015-07-04
Delete QQuickWindow's animator driver at the right time.
Gunnar Sletta
3
-3
/
+11
2015-07-03
QSGSimpleTextureNode: Fix ownership of QSGTexture
Tobias Koenig
1
-1
/
+3
2015-06-30
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
8
-14
/
+90
2015-06-27
QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.
Robin Burchell
1
-4
/
+4
2015-06-26
Fix inefficient usages of qDeleteAll()
Sérgio Martins
3
-5
/
+5
2015-06-26
Merge remote-tracking branch 'origin/5.5.0' into 5.5
Liang Qi
1
-2
/
+3
2015-06-25
Fix missing images when alpha and shader effects are involved
Laszlo Agocs
1
-0
/
+11
2015-06-23
Support 32-bit color bitmap glyphs in native text rendering.
Eli Fidler
4
-6
/
+67
2015-06-17
QSGDefaultRectangleNode: Fix gradient position calculations
Santtu Lakkala
1
-4
/
+4
2015-06-15
Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.
Gunnar Sletta
6
-29
/
+42
2015-06-12
Android: Another work around bug of Vertex Shader
Takumi ASAKI
1
-2
/
+5
2015-06-09
Remove QSGSharedDistanceFieldGlyphCache.
Robin Burchell
4
-815
/
+1
2015-06-08
Add 28 QList::reserve() calls
Sérgio Martins
2
-1
/
+4
2015-06-06
QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.
Robin Burchell
1
-2
/
+4
2015-06-05
QSGBatchRenderer: Store the last known free page index.
Robin Burchell
1
-1
/
+13
2015-06-05
Add missing QVector::reserve() calls
Sérgio Martins
1
-1
/
+3
2015-06-04
Doc: Document limits of QSGGeometry::setLineWidth
Kai Koehne
1
-2
/
+8
2015-06-04
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
7
-20
/
+30
2015-06-03
Redirect the default FBO correctly with QQuickWidget
Laszlo Agocs
1
-2
/
+3
2015-05-22
Make it possible to grab() a window after it has been hidden.
Gunnar Sletta
1
-6
/
+7
2015-05-22
Don't doneCurrent() on hide().
Gunnar Sletta
1
-1
/
+0
2015-05-21
Fix basic and windows render loops to use the correct screen
Laszlo Agocs
2
-0
/
+2
2015-05-19
Fix render loop warning about invalid geometry of exposed windows.
Friedemann Kleint
1
-2
/
+4
2015-05-13
QtQuick: Fix const correctness in old style casts
Thiago Macieira
5
-18
/
+23
2015-05-02
Create QOpenGLContext with the correct screen
Jan Arne Petersen
1
-0
/
+1
2015-04-28
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
3
-0
/
+12
2015-04-28
Add some timing breakdown to QSG_RENDERER_DEBUG=render
Gunnar Sletta
1
-1
/
+29
2015-04-23
Fix a memory leak in the material shader cache.
Robert Griebl
3
-0
/
+12
2015-04-22
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
3
-5
/
+13
2015-04-16
Fix regressed atlas texture log output. Broken since: a49b0ad786
Gunnar Sletta
1
-2
/
+2
2015-04-16
Make sure we have enough precision to run animations for years.
Gunnar Sletta
1
-3
/
+3
2015-04-15
Added a new render job stage: NoStage
Miikka Heikkinen
4
-0
/
+56
2015-04-13
Avoid running anims at 3x speed on Windows
Laszlo Agocs
1
-0
/
+8
2015-04-13
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
5
-12
/
+17
2015-04-03
Address uninitialized scalar fields
Holger Hans Peter Freyther
2
-2
/
+16
2015-04-01
Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5
Liang Qi
2
-7
/
+1
2015-03-31
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2
-7
/
+1
2015-03-31
Android: Work around bug on Samsung Galaxy Tab 3 10.1
Eskil Abrahamsen Blomfeldt
1
-1
/
+4
2015-03-30
Don't send deferred delete events from windowDestroyed()
Andy Shaw
2
-7
/
+1
2015-03-27
Update the shader when devicePixelRatio changes
Paul Olav Tvete
1
-1
/
+9
2015-03-25
Another fix to avoid detaching the m_windows list.
Robert Griebl
1
-3
/
+3
[next]