summaryrefslogtreecommitdiff
path: root/src/quick/scenegraph
AgeCommit message (Expand)AuthorFilesLines
2015-08-20Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen3-1/+36
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann8-25/+49
2015-08-17Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2-18/+26
2015-08-13Avoid rebuiding batches during a material animationJocelyn Turcotte1-4/+6
2015-08-04Retrieve services from debug connector, not via static instance()Ulf Hermann2-4/+2
2015-07-30Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann1-2/+2
2015-07-29Remove static proxy methods from QQmlDebugServiceUlf Hermann1-1/+2
2015-07-28Fix typo in QSGGeometryNode documentation.Mitch Curtis1-1/+1
2015-07-20Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen1-2/+8
2015-07-04Delete QQuickWindow's animator driver at the right time.Gunnar Sletta3-3/+11
2015-07-03QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig1-1/+3
2015-06-30Merge remote-tracking branch 'origin/5.5' into devLiang Qi8-14/+90
2015-06-27QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell1-4/+4
2015-06-26Fix inefficient usages of qDeleteAll()Sérgio Martins3-5/+5
2015-06-26Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi1-2/+3
2015-06-25Fix missing images when alpha and shader effects are involvedLaszlo Agocs1-0/+11
2015-06-23Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler4-6/+67
2015-06-17QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala1-4/+4
2015-06-15Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta6-29/+42
2015-06-12Android: Another work around bug of Vertex ShaderTakumi ASAKI1-2/+5
2015-06-09Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell4-815/+1
2015-06-08Add 28 QList::reserve() callsSérgio Martins2-1/+4
2015-06-06QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.Robin Burchell1-2/+4
2015-06-05QSGBatchRenderer: Store the last known free page index.Robin Burchell1-1/+13
2015-06-05Add missing QVector::reserve() callsSérgio Martins1-1/+3
2015-06-04Doc: Document limits of QSGGeometry::setLineWidthKai Koehne1-2/+8
2015-06-04Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann7-20/+30
2015-06-03Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs1-2/+3
2015-05-22Make it possible to grab() a window after it has been hidden.Gunnar Sletta1-6/+7
2015-05-22Don't doneCurrent() on hide().Gunnar Sletta1-1/+0
2015-05-21Fix basic and windows render loops to use the correct screenLaszlo Agocs2-0/+2
2015-05-19Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint1-2/+4
2015-05-13QtQuick: Fix const correctness in old style castsThiago Macieira5-18/+23
2015-05-02Create QOpenGLContext with the correct screenJan Arne Petersen1-0/+1
2015-04-28Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann3-0/+12
2015-04-28Add some timing breakdown to QSG_RENDERER_DEBUG=renderGunnar Sletta1-1/+29
2015-04-23Fix a memory leak in the material shader cache.Robert Griebl3-0/+12
2015-04-22Merge remote-tracking branch 'origin/5.5' into devLiang Qi3-5/+13
2015-04-16Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta1-2/+2
2015-04-16Make sure we have enough precision to run animations for years.Gunnar Sletta1-3/+3
2015-04-15Added a new render job stage: NoStageMiikka Heikkinen4-0/+56
2015-04-13Avoid running anims at 3x speed on WindowsLaszlo Agocs1-0/+8
2015-04-13Merge remote-tracking branch 'origin/5.5' into devLiang Qi5-12/+17
2015-04-03Address uninitialized scalar fieldsHolger Hans Peter Freyther2-2/+16
2015-04-01Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2-7/+1
2015-03-31Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2-7/+1
2015-03-31Android: Work around bug on Samsung Galaxy Tab 3 10.1Eskil Abrahamsen Blomfeldt1-1/+4
2015-03-30Don't send deferred delete events from windowDestroyed()Andy Shaw2-7/+1
2015-03-27Update the shader when devicePixelRatio changesPaul Olav Tvete1-1/+9
2015-03-25Another fix to avoid detaching the m_windows list.Robert Griebl1-3/+3