aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations
Commit message (Expand)AuthorAgeFilesLines
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-274-4/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-171-16/+27
|\
| * Fix clipping of text with software backendEskil Abrahamsen Blomfeldt2020-04-161-16/+27
* | Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-164-25/+7
* | Implement the todo for adding anisotropy virtuals to QSGImageNodeLaszlo Agocs2020-04-141-0/+3
* | Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-163-0/+3
* | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-142-0/+33
|\|
| * Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-132-0/+33
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-123-4/+4
|\|
| * Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-253-4/+4
* | Readd renderableNodes API to softwarerendererAnton Kreuzkamp2019-12-032-0/+7
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-1/+7
|\
| * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-1/+7
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-022-3/+4
* | Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-221-11/+0
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-048-6/+42
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-204-6/+9
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-194-6/+9
| |\
| | * Software Adaptation: Invalidate on dpr changeMorten Johan Sørvig2019-06-174-6/+9
* | | Replace remaining QLinkedLists with QVectorMarc Mutz2019-06-062-8/+1
|/ /
* / 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