Displaying 1 result from an estimated 1 matches for "fetch_bilinear".
2008 Nov 26
0
[ANNOUNCE] pixman release 0.13.2 now available
...n bump
Post release version bump
Inline fetch functions in pixman-transformed.c
Make use of SSE2 blt/fill in more places
Update TODO
Remove unused AddMul_256 macro
Inlucde inttypes.h on digital Tru64
Add missing pixman-arm-simd.[ch] files.
Add fetch_bilinear function
Make use of fetch_bilinear() in the various bilinear implementations
Do the fetch_bilinear inline rather than in separate functions
Use fetch_nearest() instead of having duplicated code
Inline the fetchers
Various formatting fixes, and a simplification of...