aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Remove needless use of the ternary operatorFrank Meerkoetter2016-01-141-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-2/+2
|\
| * Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
* | QSBatchRenderer: Replace Node::children QList with a singly linked list.Robin Burchell2016-01-052-22/+65
* | tvOS supportMike Krus2016-01-012-3/+3
* | Fixed assertion failure when using QSG_RENDERER_DEBUG=upload.Jason Erb2015-12-311-12/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-5/+5
|\|
| * 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
* | QSGRenderLoop: Remove the exhaust delay timer.Robin Burchell2015-12-071-31/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-213-2/+16
|\|
| * 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.6' into devLiang Qi2015-11-039-69/+73
|\| |
| * | 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
* | | qDelete([multi]hash.values()) -> qDelete([multi]hash)Albert Astals Cid2015-10-231-1/+1
|/ /
* | 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