aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Avoid crashes when resetting the same material or geometry.Gunnar Sletta2015-01-261-3/+3
* | Drop trailing vertices in GL_LINES and GL_TRIANGLES drawing modes.Ulf Hermann2015-01-161-7/+28
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+4
|\|
| * Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-091-1/+4
* | Clean up renderer visualization a bit.Gunnar Sletta2015-01-121-17/+13
* | Fix the vertex ordering of merged triangle stripsJocelyn Turcotte2015-01-061-3/+14
* | Reuse the memory we use for vertex uploads.Gunnar Sletta2015-01-062-11/+65
* | Remove bogus assert.Gunnar Sletta2015-01-051-2/+0
* | Traverse children correctly when reparenting.Gunnar Sletta2015-01-051-1/+1
* | Allow batching of GL_LINES and GL_POINTS geometryUlf Hermann2014-12-161-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-6/+12
|\|
| * Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* | Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-022-22/+140
* | Fix typo in Q_ASSERT_X warning.Gunnar Sletta2014-11-011-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-5/+13
|\|
| * Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
* | Remove the "groupNode"Gunnar Sletta2014-10-172-0/+16
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-38/+45
|\|
| * Don't do qgetenv on library loadThiago Macieira2014-09-221-35/+39
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-112-4/+6
| * Fix debug output from renderer.Gunnar Sletta2014-09-111-3/+6