aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about deprecated QPainter::setMatrix in QSGSoftwareInternalImageNodeFriedemann Kleint2019-02-051-2/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-112-3/+7
|\
| * Fix leaking textures and animation resources by software backendKirill Burtsev2018-11-142-3/+7
* | Disable antialiased clipping when painting imagesAllan Sandfeld Jensen2018-11-282-10/+8
* | QSGSoftwareInternalRectangleNode: Remove unnecessary loop iterationsMikhail Svetkin2018-11-271-1/+1
* | QSGSoftwareInternalRectangleNode: Reduce memory allocationsMikhail Svetkin2018-11-271-1/+4
* | Fix QSGImageNode with QSGLayer in software modeAllan Sandfeld Jensen2018-10-031-1/+11
* | Software Adaptation: Improve bounding rect claculation for glyph nodesAndy Nichols2018-09-261-1/+29
* | Re-enable the software rendered when Qt is built without threadsSimon Hausmann2018-09-103-5/+12
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-1/+1
* | Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-122-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-4/+7
|\|
| * Fix Hidpi BorderImage in software rendererAllan Sandfeld Jensen2018-05-021-4/+7
* | Add support for horizontal gradients in RectangleMichael Brasser2018-05-032-1/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-271-1/+1
|\|
| * Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-124-6/+15
|\|
| * Make QSGLayer::grab work correctly in software rendererJan Marker2018-04-114-6/+15
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+1
|\|
| * Correct logging of swap time in software render loopMichael Brüning2018-03-221-1/+1
* | Export QSoftwareRenderableNodeAnton Kreuzkamp2018-03-073-1/+9
|/
* 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
|/ /
* | 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