aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderer.h
Commit message (Collapse)AuthorAgeFilesLines
* Wrap all classes in Qt namespacer2d-devAndy Nichols2016-03-041-0/+4
| | | | | Change-Id: I1d7c7dfc594f16ad8727d87ebd19021a05bd841e Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Partial update supportAndy Nichols2016-03-041-0/+68
This enables partial update support, which leads to only painting into the backingstore what has changed in the scene each frame, and then only flushing the changed regions to the window surface. Change-Id: I2a3c8676bd4539100a4313069f894f157bfb0ea4 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>