Hi;

On 10/27/05, Kalle Vahlman <[EMAIL PROTECTED]> wrote:
> 2005/10/27, Matthew Allum <[EMAIL PROTECTED]>:
> > Hey;
> >
> >  Though internally cairo is mostly fixed point, its api is floating point -
> > the 770 ( like most ARM devices ) lacks an FPU and thus any FP operations (
> > especially with hardfloat ) are slooooowww and really should be avoided.
>
> Yes, I'm painfully aware of that ;)
>
> Although I was also under the impression that cairo would be utilizing
> floats heavily on the inside, which does not seem to be all true.

For simple static images it not gonna be too much of a problem ( FP
API ) but in an animation where things are getting called over and
over again its pain :(.

Its kind of dissapoiting cairo never got a fixed point api ( though it
probably would have seemed a little wierd to lucky FPU owning folks )
. A possible future solution could be a GL like api offering similar
api calls but each taking different argument types ( fixed and float
).

  -- Matthew
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to