aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-2/+4
|\
| * Do full overlap checks within the alpha render list when rebuildingLaszlo Agocs2021-05-101-2/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-2/+11
|\|
| * Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-141-1/+5
| * Fix incorrect depth test state with QSGRenderNode::DepthAwareRenderingLaszlo Agocs2021-04-121-1/+6
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"Laszlo Agocs2021-01-191-35/+9
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-121-0/+5
* Add clipNext null pointer guardValery Volgutov2020-08-111-17/+19
* Set the stencil buffer zoneDH Kang2020-07-081-9/+33
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-161-1/+9
* Fix warning about deprecated "end" manipulatorThiago Macieira2020-04-221-1/+1
* 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