aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwarerenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Support to custom the render target on the software rendererJiDe Zhang2022-04-191-13/+16
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-281-3/+3
* Remove OpenGL FBO references in QQuickWindow and the renderer APILaszlo Agocs2020-06-021-7/+2
* Software Adaptation: Invalidate on dpr changeMorten Johan Sørvig2019-06-171-1/+2
* Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-121-2/+2
* Software render: Fix warnings floodFriedemann Kleint2018-02-191-0/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+2
|\
| * QSGSoftwarePixmapRenderer: Fix incorrect background coordinatesJüri Valdmann2018-01-121-1/+2
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-1/+1
|/
* Fix crash when using Software Renderer on HiDPI QBackingStoreAndy Nichols2016-09-151-2/+11
* software: Add support for QSGRenderNodeLaszlo Agocs2016-07-191-0/+4
* Fix rendercontrol grabs with the software backendLaszlo Agocs2016-07-151-0/+5
* Software Renderer: Call QBackingStore::beginPaint with correct QRegionAndy Nichols2016-06-201-5/+26
* QQuickWidget: Partial update support with software renderingAndy Nichols2016-04-201-1/+2
* 2DRenderer: Have renderers tied to QPaintDeviceAndy Nichols2016-04-201-52/+19
* Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-1/+1
* Turn the SoftwareContext plugin into the Scenegraph Software AdaptationAndy Nichols2016-03-101-0/+158