aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations
Commit message (Expand)AuthorAgeFilesLines
* webassembly: revert the bitfield patchLorn Potter2018-03-231-5/+0
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-0819-82/+85
|\
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-14/+14
| * Software render: Fix warnings floodFriedemann Kleint2018-02-191-0/+1
| * Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-151-1/+0
| * ScenGraph: Prefer printf style loggingKai Koehne2018-02-132-7/+7
| * Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-064-9/+10
| |\
| | * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-024-9/+10
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-9/+10
| | | |\
| | | | * QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-124-9/+10
| * | | | Fix QML Rectangle blurryJiDe Zhang2018-02-022-6/+6
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-2/+2
| | |\|
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-251-4/+5
| | | |\
| | | * | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-208-42/+43
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-4/+5
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix crash when accessing pixmap on default QSGSoftwareInternalImageNodev5.9.3Allan Sandfeld Jensen2017-11-171-4/+5
| | | |/
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-1/+1
| | |\|
| | | * Fix coverity reported warningLars Knoll2017-11-061-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-067-38/+38
| | |\|
| | | * Clean up handling of opaqueness in the SW rendererLars Knoll2017-11-032-26/+15
| | | * Mark layers in the SW rasterizer as opaque if possibleLars Knoll2017-11-034-10/+22
| | | * Mark pixmaps without alpha channel as opaque in the SW rendererLars Knoll2017-10-302-3/+2
| * | | Port away from QRegion::rects()Marc Mutz2017-12-051-2/+3
| |/ /
* / / wasm: bitfield packing fixLorn Potter2018-01-171-0/+5
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-1/+1
|\|
| * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
|\|
| * Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-2/+2
|\|
| * Software Adaptation: Fix nested clipping logicAndy Nichols2017-07-171-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-0/+3
|\|
| * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-162-0/+3
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-191-7/+10
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-084-36/+58
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-315-0/+9
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-032-4/+7
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-016-10/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-231-0/+5
| |\ \ \ \ \ \
| * | | | | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-211-7/+10
* | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-151-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Don't detach temporary containerSérgio Martins2017-06-071-2/+2
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-073-36/+55
|\| | | | | |
| * | | | | | Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
* | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+3
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
* | | | | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-025-0/+9
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Run includemocs in qtdeclarativeThiago Macieira2017-04-265-0/+9
* | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-4/+7
|\| | | | | |_|_|/ |/| | |