aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-0/+3
|\
| * Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+2
|\|
| * Fix compilation with -no-openglMichal Klocek2017-09-181-0/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-053-1/+8
|\|
| * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-043-1/+8
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-0/+1
|\|
| * Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)Jesus Fernandez2017-07-271-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+4
|\|
| * Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
* | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-083-8/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-063-8/+12
| |\|
| | * 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
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-313-12/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-022-12/+33
| |\|
| | * 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
| * | Add a include to fix build for qsgshaderrewriter.cppLiang Qi2017-04-261-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-254-1/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-222-1/+2
| |\|
| | * Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-202-1/+2
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-072-0/+6
| |\|
| | * Doc: add new enumeration descriptionsNico Vertriest2017-03-302-0/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-032-1/+21
|\| |
| * | QSGDistanceFieldGlyphNode: Remove per-node QLinkedList of nodes to deleteRobin Burchell2017-03-152-1/+21
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-014-17/+3
|\| |
| * | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-1/+1
| |/
| * 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
* | | Correct software PathItem bounding rectLaszlo Agocs2017-01-231-0/+4
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-232-1/+24
|\| |
| * | 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
* | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-211-1/+4
* | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-192-3/+4
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-159-28/+36
|\| |
| * | 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
| | |\