[Pixman] FPU-based implementation of the core pixel pipeline

Soeren Sandmann sandmann at daimi.au.dk
Tue Oct 5 00:38:11 PDT 2010


Dmitri Vorobiev <dmitri.vorobiev at movial.com> writes:

> As for the conversion table, what comes into my mind is keeping a
> global table, and accessing it using inter-process communication
> mechanisms such as a shared memory area. Any comments on this?

A pre-generated 'static const' table would certainly be better, but
half a megabyte is probably still too much.

How must of a performance improvement is that table really over just
using regular conversions?

> Finally, what exactly are the coding style problems?

Please see the CODING_STYLE file. 


Soren


More information about the Pixman mailing list