aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2
* qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* Fix styled text core profile shaderSean Harmer2015-12-151-3/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-172-1/+15
|\
| * Doc: added documentation to undocumented functionsNico Vertriest2015-11-022-1/+15
* | Ensure we call updateTexture for all dynamic textures.Michael Brasser2015-11-131-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-2/+2
|\|
| * Scene Graph: Fixed memory leak in QSGBatchRenderer::Renderer::map()Martin Banky2015-10-191-2/+2
* | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-269-67/+71
* | Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-201-18/+0
* | Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-163-3/+6
* | Handle QSG_NO_DEPTH_BUFFER correctlyLaszlo Agocs2015-10-141-3/+6
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0630-0/+330
* | Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-153-16/+50
* | Move all bools of painternode to the end as bitfieldsGunnar Sletta2015-09-152-13/+13
* | Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
* | Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-203-1/+36
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-188-25/+49
|\|
| * Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-172-18/+26
| * Fix typo in QSGGeometryNode documentation.Mitch Curtis2015-07-281-1/+1
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-201-2/+8
| |\
| | * Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
| * | Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-043-3/+11
| * | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+3
* | | Avoid rebuiding batches during a material animationJocelyn Turcotte2015-08-131-4/+6
* | | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-042-4/+2
* | | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-2/+2
* | | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-1/+2
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-308-14/+90
|\| |
| * | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-261-2/+3
| |\ \
| | * | Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-031-2/+3
| * | | Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
| * | | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
| * | | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
| * | | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
| |/ /
* | | QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell2015-06-271-4/+4
* | | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-263-5/+5
* | | Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-156-29/+42
* | | Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell2015-06-094-815/+1
* | | Add 28 QList::reserve() callsSérgio Martins2015-06-082-1/+4
* | | QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.Robin Burchell2015-06-061-2/+4
* | | QSGBatchRenderer: Store the last known free page index.Robin Burchell2015-06-051-1/+13
* | | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-047-20/+30
|\| |
| * | Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-212-0/+2
| * | Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint2015-05-191-2/+4
| * | QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-135-18/+23
| * | Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1