aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
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-2437-758/+758
|/
* Update commercial license headersTarja Sundqvist2021-02-0237-758/+758
* 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-162-1/+11
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-151-0/+2
* Fix deprecation attribute in QSGAbstractRendererLaszlo Agocs2020-06-021-0/+2
* Fix warning about deprecated "end" manipulatorThiago Macieira2020-04-221-1/+1
* Deprecate QSGEngineLaszlo Agocs2020-04-141-0/+4
* rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-181-2/+6
* rhi: Make QSGRenderNode usable in Quick3Dv5.15.0-beta2Laszlo Agocs2020-03-113-41/+56
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-192-15/+15
* Add API to get the platform specific texture handlePaul Olav Tvete2019-12-172-0/+56
* Share pipeline state objects between layer renderersLaszlo Agocs2019-12-162-63/+69
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-132-0/+15
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-291-0/+3
|\
| * Warn about using QSGTexture::bind outside direct OpenGL pathJohan Klokkhammer Helsing2019-11-281-0/+3
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-253-5/+5
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-226-9/+5
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-112-3/+3
* 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-032-10/+12
* Add missing QSGDynamicTexture default constructorFlorian Bruhin2019-09-241-0/+1
* Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-234-33/+36
* Add missing doc entries for QSGGeometry::Type valuesLaszlo Agocs2019-09-181-0/+4
* Add some missing since and internal doc tagsLaszlo Agocs2019-09-182-14/+23
* Avoid changing function signature in public headerLaszlo Agocs2019-09-182-5/+53
* Add missing inner struct and enum docs for rhi material shaderLaszlo Agocs2019-09-181-0/+65
* Drop expendable rhi data when in release(Cached)ResourcesLaszlo Agocs2019-09-111-0/+3
* Expose renderpass from QSGRendererInterfaceLaszlo Agocs2019-09-082-1/+6
* Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-294-24/+20
* rendernode example: Add support for MetalLaszlo Agocs2019-08-221-3/+6
* Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-223-33/+180
* Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-077-340/+1725
* Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
* Remove unimplemented QSGTexture::hasDirtyOptions()Friedemann Kleint2019-07-051-2/+0
* Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-0/+6
* Enable line width on the rhi code pathLaszlo Agocs2019-07-042-16/+40
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0423-1034/+5146
* Fix qdoc errorsFriedemann Kleint2019-03-151-1/+1
* Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-281-0/+1