aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc errorsFriedemann Kleint2019-03-151-1/+1
* Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-281-0/+1
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-192-2/+2
* Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-242-86/+41
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-273-8/+8
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-265-59/+35
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-269-124/+124
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+8
|\
| * Fix performance regressionJesus Fernandez2018-02-071-1/+8
* | 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
* | | | doc: Add documentation for undocumented thingsMartin Smith2018-02-145-7/+44
* | | | 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-0/+3
|\| |
| * | 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
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-272-2/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-6/+6
|/ /
* | 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
|\| |