Siarhei Siamashka <[email protected]> writes:

> From: Siarhei Siamashka <[email protected]>
> 
> Scanline processing is splitted into a separate function. This provides
> an easy way of overriding it with a platform specific implementation,
> which may use SIMD optimizations. Only basic C data types are used as
> the arguments for this function, so it may be implemented entirely in
> assembly or be generated by some JIT engine.
> 
> All the nearest scaling related macros are moved to 'pixman-fast-path.h'
> header file because they are supposed to be used by different platform
> specific implementations.

One comment on this: Can the moving and the modifying of the macros be
split into separate commits? That way, git will preserve history
better.

I haven't otherwise read the code yet, but I like the general
approach.


Soren
_______________________________________________
Pixman mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to