aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-6/+12
|\
| * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-242-6/+12
* | 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-081-4/+4
|\|
| * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-011-4/+4
* | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-072-2/+2
|\|
| * Make more ctors explicitMarc Mutz2016-03-031-1/+1
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-032-2/+2
* | 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-101-3/+3
* | Updated license headersJani Heikkinen2016-01-1921-298/+424
* | Remove needless use of the ternary operatorFrank Meerkoetter2016-01-141-1/+1
* | QSBatchRenderer: Replace Node::children QList with a singly linked list.Robin Burchell2016-01-052-22/+65
* | Fixed assertion failure when using QSG_RENDERER_DEBUG=upload.Jason Erb2015-12-311-12/+14
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-1/+7
|\
| * Doc: added documentation to undocumented functionsNico Vertriest2015-11-021-1/+7
* | 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-264-26/+24
* | Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-201-18/+0
* | Handle QSG_NO_DEPTH_BUFFER correctlyLaszlo Agocs2015-10-141-3/+6
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-067-0/+77
* | Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-184-21/+35
|\|
| * 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
* | | Avoid rebuiding batches during a material animationJocelyn Turcotte2015-08-131-4/+6
* | | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-262-4/+4
* | | QSGBatchRenderer: Store the last known free page index.Robin Burchell2015-06-051-1/+13
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-043-12/+17
|\| |
| * | QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-133-12/+17
* | | Add some timing breakdown to QSG_RENDERER_DEBUG=renderGunnar Sletta2015-04-281-1/+29
* | | Restore depth buffer usage when last render node is removedMikko Harju2015-03-181-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-2/+2
|\|
| * Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
* | Fix some qdoc-warnings.Friedemann Kleint2015-02-231-0/+1
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+1
* | Update copyright headersJani Heikkinen2015-02-1221-145/+145
* | Remove unnecessary calls to initializeOpenGLFunctionsLaszlo Agocs2015-02-111-5/+2
* | Use correct QOpenGLFunctions objectBerthold Krevert2015-02-041-3/+15
* | Move VAO binding to Renderer::render()Berthold Krevert2015-02-042-12/+3