aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpainteditem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-131-1/+2
* Documented which thread gets the QSGPaintedItem::paint() call.Yoann Lopes2011-05-101-0/+5
* Added a separate property to enable mipmapping on QSGPaintedItem.Yoann Lopes2011-05-101-1/+37
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-091-0/+1
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-051-15/+84
* Removed unused properties in QSGPaintedItem.Yoann Lopes2011-05-031-22/+0
* Added antialiasing property to QSGPaintedItem.Yoann Lopes2011-05-031-1/+32
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+354