aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-021-3/+5
* software: Add support for QSGRenderNodeLaszlo Agocs2016-07-191-0/+1
* QSG: prevent in-struct paddingErik Verbruggen2016-07-051-1/+1
* Fix "inconsistent use of override" warningsErik Verbruggen2016-07-051-4/+4
* Make matrix and clipList setters' appearance more internalLaszlo Agocs2016-05-311-5/+5
* Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-311-1/+1
|\
| * Fixed another batch of QHash/QMap::values() (mis)useFrank Meerkoetter2016-05-251-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-241-10/+8
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-6/+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
* | | Make rendernode suitable for public consumptionLaszlo Agocs2016-04-201-16/+39
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-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
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-7/+8
|/ /
* | 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
* | Updated license headersJani Heikkinen2016-01-191-16/+22
* | 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-051-21/+57
* | 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-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-261-23/+12
* | Handle QSG_NO_DEPTH_BUFFER correctlyLaszlo Agocs2015-10-141-3/+6
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-18/+25
|\|
| * Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-171-18/+25
* | Avoid rebuiding batches during a material animationJocelyn Turcotte2015-08-131-4/+6
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-4/+4
|\|
| * QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-4/+4
* | 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
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | 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-041-11/+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-061-10/+58
* | 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