aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwarepublicnodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-111-3/+4
|\
| * Fix leaking textures and animation resources by software backendKirill Burtsev2018-11-141-3/+4
* | Disable antialiased clipping when painting imagesAllan Sandfeld Jensen2018-11-281-0/+5
* | Fix QSGImageNode with QSGLayer in software modeAllan Sandfeld Jensen2018-10-031-1/+11
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+3
|\
| * Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
* | dynamic_cast -> qobject_cast for QObjectDerived*Robin Burchell2017-02-141-4/+4
|/
* SoftwareImageNodes: Support textureFiltering and mirroringAndy Nichols2016-07-191-2/+52
* Fix rendering clipped texture and image nodesAllan Sandfeld Jensen2016-06-241-2/+2
* Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-0/+146