aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/adaptations/software/qsgsoftwareglyphnode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 2DRenderer: Fix Text Styles on HiDPI screensAndy Nichols2016-04-131-6/+10
| | | | | | | | It's not enough to use 1 pixel offsets, you need to adjust for the devicePixelRatio because otherwise the corners will look unusual. Change-Id: I2879da82047ef53805286cbdb33af06d669529ea Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Turn the SoftwareContext plugin into the Scenegraph Software AdaptationAndy Nichols2016-03-101-0/+116
The 2D renderer will now become a built-in adaptation of scenegraph that should always be available to fallback to when there are no other renders available. So rather than be an external plugin, now it is a built in adaptation. Change-Id: Ifa02fd50f3085ad1e6f1a73c3ce1e1825b677cc7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>