aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Make QSGRenderNode usable in Quick3Dv5.15.0-beta2Laszlo Agocs2020-03-111-40/+46
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-6/+6
* Share pipeline state objects between layer renderersLaszlo Agocs2019-12-161-11/+12
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+4
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+2
* Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
* Revert "Temporarily drop a debug mode check in rhi-based stenciling"Laszlo Agocs2019-10-071-3/+1
* Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-071-5/+4
* Temporarily drop a debug mode check in rhi-based stencilingLaszlo Agocs2019-10-031-0/+2
* Drop QVector for srb and shader stage descriptionsLaszlo Agocs2019-10-031-6/+6
* Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-231-5/+8
* Drop expendable rhi data when in release(Cached)ResourcesLaszlo Agocs2019-09-111-0/+3
* Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-291-1/+1
* rendernode example: Add support for MetalLaszlo Agocs2019-08-221-3/+6
* Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-221-4/+104
* Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-071-322/+75
* Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
* Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-0/+6
* Enable line width on the rhi code pathLaszlo Agocs2019-07-041-16/+38
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-363/+1959
* 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