Re: Profile a widget style
Olivier Goffart <[email protected]> Fri, 3 Sep 2010 00:01:31 +0200
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
Le Wednesday 01 September 2010, Beat Wolf a =E9crit : > > I guess oxygen triggers primitives that are not optimized. I know for > > example that Oxygen draws a lot of gradian which can be slow (And Qt X= 11 > > graphics system does not use the latest X11 extensions to make it fast) > = > Are you sure about that ? i have no clue about it, but if true, shouldn't > qt be informed and the qt X11 graphics system updated? gradients seem to > be used quite a lot in kde, so that would give a big speedboost. Nokia does not have the willing/resources to work on many different = graphicssystems. Optimizing a graphics system is a lot of work, and the focus is on the open= gl = and raster graphics engine. The natives ones (x11/mac/...) have the proble= m = that they don't give consistent resuts accross platform, and requires a lot= of = maintenance. There raster is great because it works the same on all platform, and is a = common codebase, easier to maintain. > and i agree that using raster is not a solution, 99% of the users use X11, > so it should work for them. Maybe switching more application by default to raster is the solution. if n= ot = the entire desktop. This need to be tested before. So 99% of the user would have fast KDE.