aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/painternode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update headers to pass license check testAndy Nichols2015-11-241-4/+6
| | | | | Change-Id: I48623789ed483a9f8efe17fe398400ed29c87f3f Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
* Add setTextureSize method to PainterNodeAndy Nichols2015-09-231-8/+29
| | | | | | | | | | PainterNodes now support having a textureSize property to handle the highDPI scenario. We still have to support both the old and the new case though, so we have logic for both. This fixes the build with the latest Qt 5.6. Change-Id: Ia9c9d65b187956271c98fb19f6e5bb5745273e0d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Update Copyright and License headersAndy Nichols2015-08-121-10/+10
| | | | | Change-Id: I4f6dd71bba13b32e5f8f8495675f87eba841bfed Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Reformat project to be a Qt ModuleAndy Nichols2014-09-021-0/+189
Change-Id: I2fe8df530a687247a9cd7ea12c1d8de79fef506e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>