aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-241-78/+39
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-49/+49
* Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-151-15/+20
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-15/+20
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-15/+20
| | |\
| | | * Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20
* | | | ScenGraph: Prefer printf style loggingKai Koehne2018-02-131-17/+20
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-1/+1
|\| |
| * | Avoid setting DirtyOpacity flag if it has not been changedVaL Doroshchuk2017-12-201-1/+1
| |/
* / Make qml-debug a proper featureUlf Hermann2017-11-081-0/+1
|/
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-041-0/+5
* Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
* Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-201-1/+1
* Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
* Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
* Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
* Q_CHECK_PTR the result of malloc() in batch rendererUlf Hermann2016-12-201-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-2/+4
| |\
| | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-241-2/+4
* | | Change implementation of shadow nodes to use a double-linked listGunnar Sletta2016-11-101-42/+15
* | | 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