Re: QPixmap vs. QImage

2009-11-11 Thread Zack Rusin
On Wednesday 11 November 2009 14:34:36 Aaron J. Seigo wrote: > On November 11, 2009, Zack Rusin wrote: > > So when we start a desktop for the first time we should run a quick > > representatives benchmark that will tell us whether GL is fast enough, > > whether Xrender is fast enough or whether we

Re: QPixmap vs. QImage

2009-11-11 Thread Aaron J. Seigo
On November 11, 2009, Zack Rusin wrote: > So when we start a desktop for the first time we should run a quick > representatives benchmark that will tell us whether GL is fast enough, > whether Xrender is fast enough or whether we should use raster. Encode > that result in a cpu/gpu/driver version

Re: QPixmap vs. QImage

2009-11-11 Thread Zack Rusin
On Wednesday 11 November 2009 11:00:21 Sebastian Kügler wrote: > Hey fellow plasmoids, > > I've been wondering for a while now what I should use for rendering > pixmap-based imaged onto Plasma running on X, QPixmap or QImage. The > usecase I'm coming across regularly is that I paint an icon, and

QPixmap vs. QImage

2009-11-11 Thread Sebastian Kügler
Hey fellow plasmoids, I've been wondering for a while now what I should use for rendering pixmap-based imaged onto Plasma running on X, QPixmap or QImage. The usecase I'm coming across regularly is that I paint an icon, and something on top of that. Possibly animated so we sometimes are rend