summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpainteditem_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-1/+1
| | | | | | | Switch QFxPixmap to use QPixmapCache, not own partial QImage cache. OpenGL prefers QImage for optimization, but that optimization is only partially preserved (QFxPixmap deals ONLY with QPixmap now). Opaque QFxPixmap no longer available.
* Fixed #includesRoberto Raggi2009-05-181-2/+2
|
* Rename QFxImageItem to QFxPaintedItem.Ian Walters2009-05-051-0/+95
Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)