[Panel-devel] Scripting update

Zack Rusin zack at kde.org
Fri Jul 27 09:04:21 CEST 2007


On Thursday 26 July 2007 05:33:03 pm Riccardo Iaconelli wrote:
> Sure!
> Can we make plasma paint itself faster with OpenGL for the lucky guys who
> have a card that supports that, and fallback on native painting when the
> viedo card on the computer we're running on is crappy and we can use just
> that? Is this any better? =)

Unfortunately, not so much :) It's still a diagnosis. How do you know it's 
going to be faster with OpenGL? Not everything is faster in OpenGL (remember 
it's a 3D api, that we're doing magic with to lay vector graphics on top of 
it). In fact with HighQualityAntialiasing set on the QPainter it's going to 
be slower. 
Tell me what hurts (where what hurts is not "whole Plasma" but "this specific 
few lines of code") and then let me do the diagnosis on whether we can fix 
it.

z


More information about the Panel-devel mailing list