REPEAT_NORMAL support for bilinear fast path template
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 8 Jun 2011 06:58:01 +0000 (15:58 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 28 Jun 2011 14:20:23 +0000 (23:20 +0900)
commit7e22b2f7824f844076e1bb1fb26a6ec5e5d029cd
treebe5bbf911a38174e5c8fa2a24a0252bf26e6eec7
parent2f025bad436982a2b1c54d7cb49b426ebf198350
REPEAT_NORMAL support for bilinear fast path template

The basic idea is to break down normal repeat into a set of
non-repeat scanline compositions and stitching them together.

Bilinear may interpolate last and first pixels of source scanline.
In this case, we can use temporary wrap around buffer.
pixman/pixman-fast-path.h