aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-3/+3
|\
| * Fix spelling error in QSGNode docsMitch Curtis2016-06-081-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-8/+8
|\|
| * Make some of the shader manager privateUlf Hermann2016-04-281-2/+4
| * Revert "Avoid rebuiding batches during a material animation"Gunnar Sletta2016-04-271-6/+4
* | QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-1/+12
|\|
| * Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-192-1/+12
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-3/+3
* | Minor cleanup: Remove unused forward declarationEskil Abrahamsen Blomfeldt2016-04-201-1/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-089-34/+34
|\|
| * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-019-34/+34
* | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
* | Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-012-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-073-5/+5
|\|
| * Make more ctors explicitMarc Mutz2016-03-032-2/+2
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-033-5/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-1/+3
|\|
| * Avoid div-by-zero when nothing is rendered.Gunnar Sletta2016-02-261-1/+3
* | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-103-9/+9
* | QSGDefaultRectangleNode: Fix off-by-one color renderingJakub Adam2016-02-011-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-1/+2
|\|
| * QSGDefaultImageNode: Only set DirtyGeometry if new texturePär-Olof Håkansson2016-01-191-1/+2
* | Updated license headersJani Heikkinen2016-01-1982-1153/+1645
* | 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