| Commit message (Expand) | Author | Age | Files | Lines |
| * | Software Adaptation: Disable partial updates when fractional scaling | Andy Nichols | 2025-10-20 | 1 | -0/+18 |
| * | Fix software renderer caching QBackingStore::paintDevice() | Vlad Zahorodnii | 2024-07-22 | 1 | -17/+25 |
| * | Make more logging categories static | Ulf Hermann | 2024-06-24 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Support to custom the render target on the software renderer | JiDe Zhang | 2022-04-19 | 1 | -13/+16 |
| * | Port from devicePixelRatioF() to devicePixelRatio() | Morten Johan Sørvig | 2020-09-28 | 1 | -3/+3 |
| * | Remove OpenGL FBO references in QQuickWindow and the renderer API | Laszlo Agocs | 2020-06-02 | 1 | -7/+2 |
| * | Software Adaptation: Invalidate on dpr change | Morten Johan Sørvig | 2019-06-17 | 1 | -1/+2 |
| * | Quick: Use devicePixelRatioF rather than devicePixelRatio | Ulf Hermann | 2018-07-12 | 1 | -2/+2 |
| * | Software render: Fix warnings flood | Friedemann Kleint | 2018-02-19 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2018-01-24 | 1 | -1/+2 |
| |\ |
|
| | * | QSGSoftwarePixmapRenderer: Fix incorrect background coordinates | Jüri Valdmann | 2018-01-12 | 1 | -1/+2 |
| * | | sources: Add missing override and remove redundant virtual | Alexander Volkov | 2017-02-23 | 1 | -1/+1 |
| |/ |
|
| * | Fix crash when using Software Renderer on HiDPI QBackingStore | Andy Nichols | 2016-09-15 | 1 | -2/+11 |
| * | software: Add support for QSGRenderNode | Laszlo Agocs | 2016-07-19 | 1 | -0/+4 |
| * | Fix rendercontrol grabs with the software backend | Laszlo Agocs | 2016-07-15 | 1 | -0/+5 |
| * | Software Renderer: Call QBackingStore::beginPaint with correct QRegion | Andy Nichols | 2016-06-20 | 1 | -5/+26 |
| * | QQuickWidget: Partial update support with software rendering | Andy Nichols | 2016-04-20 | 1 | -1/+2 |
| * | 2DRenderer: Have renderers tied to QPaintDevice | Andy Nichols | 2016-04-20 | 1 | -52/+19 |
| * | Enable building Qt Quick module with QT_NO_OPENGL defined | Andy Nichols | 2016-03-22 | 1 | -1/+1 |
| * | Turn the SoftwareContext plugin into the Scenegraph Software Adaptation | Andy Nichols | 2016-03-10 | 1 | -0/+158 |