aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
* Fix compilation with -no-openglMichal Klocek2017-09-181-0/+2
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-043-1/+8
* Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)Jesus Fernandez2017-07-271-0/+1
* Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
* Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* Doc: fix some typos in qsgrenderer.cppJüri Valdmann2017-05-041-2/+2
* Doc: fix some typos in qsgnode.cppJüri Valdmann2017-05-041-6/+6
* ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-262-0/+4
* 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-202-1/+2
* Doc: add new enumeration descriptionsNico Vertriest2017-03-302-0/+6
* Doc: added doc for parameter windowNico Vertriest2017-02-031-1/+1
* Use independent buffer for indicesJesus Fernandez2017-01-271-8/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-7/+0
|\
| * Remove documentation references to internal functionsKavindra Palaraja2017-01-131-7/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-142-5/+32
|\|
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-252-0/+2
|\|
| * Q_CHECK_PTR QSGGeometry allocationsUlf Hermann2016-12-201-0/+1
| * Q_CHECK_PTR the result of malloc() in batch rendererUlf Hermann2016-12-201-0/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-147-27/+33
|\|
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-296-21/+21
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-6/+12
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-6/+12
| | |\
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-242-6/+12
* | | | OpenVG Scenegraph AdaptationAndy Nichols2016-12-132-1/+3
* | | | Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-271-2/+2
* | | | Revert "Revert "Revert "Temporarily provide old Type enums in QSGGeometry"""Liang Qi2016-11-231-9/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-234-54/+89
|\| | |
| * | | QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-182-8/+8
| * | | Change implementation of shadow nodes to use a double-linked listGunnar Sletta2016-11-102-46/+81
* | | | Revert "Revert "Temporarily provide old Type enums in QSGGeometry""Liang Qi2016-10-241-1/+9
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-9/+1
|\| | |
| * | | Revert "Temporarily provide old Type enums in QSGGeometry"Laszlo Agocs2016-10-191-9/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-183-86/+114
|\| | |
| * | | Temporarily provide old Type enums in QSGGeometryLaszlo Agocs2016-10-131-1/+9
| * | | Fix enums in QSGGeometryLaszlo Agocs2016-10-123-86/+106
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+0
|\| | |
| * | | Doc: Remove newline to fix QSGMaterial flags tableLaszlo Agocs2016-09-051-1/+0
* | | | scenegraph: add missing 'override'Anton Kudryavtsev2016-09-163-5/+5
* | | | Use QByteArrayLiteral more judiciouslyAnton Kudryavtsev2016-09-031-4/+4
* | | | Use QStringBuilder moreAnton Kudryavtsev2016-08-261-3/+3
|/ / /
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-2/+2
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-1/+1
* | | Add optional flags and rect to QSGRenderNodeLaszlo Agocs2016-08-023-3/+82