aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/renderingvisitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright and License headersAndy Nichols2015-08-181-10/+10
| | | | | Change-Id: I308ac6bc053ed2648802f433e01be92f36e223b8 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Use the new QSGSimpleTextureNode::sourceRectJocelyn Turcotte2014-12-171-0/+4
| | | | | | | | | QtWebEngine always receives 256x256 large tiles, but is being told which part of the texture should be painted if the content is effectively smaller on a tile. Change-Id: Ie979562fb948c853e22155e3f7f3807ae10558ef Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Remove Q_UNREACHABLE from RenderingVisitorAndy Nichols2014-09-301-2/+2
| | | | | | | | | There will be times when we hit custom QSGGeometry nodes where we won't be able to render them. Rather than crashing, just ignore them. The Q_UNREACHABLE macro was more for the development phase anyway. Change-Id: I4962cab17b8b3399e081dba58c3a7c4dd988de8f Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Fix build warningsAndy Nichols2014-09-111-2/+1
| | | | | Change-Id: I842c8cd117f1e25cc7848618e86d2aff2e5e522f Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Reformat project to be a Qt ModuleAndy Nichols2014-09-021-0/+169
Change-Id: I2fe8df530a687247a9cd7ea12c1d8de79fef506e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>