Simple repeat: Extend too short source scanlines into temporary buffer
authorTaekyun Kim <tkq.kim@samsung.com>
Thu, 22 Sep 2011 09:42:38 +0000 (18:42 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Mon, 10 Oct 2011 03:18:28 +0000 (12:18 +0900)
commita43946a51fbbdc76be1af9bc25fe7c5c2a6314bb
tree8348226453c305360e178f300cfa6476e3a70870
parenteaff774a3f8af6651a245711b9ab8af3211eeb10
Simple repeat: Extend too short source scanlines into temporary buffer

Too short scanlines can cause repeat handling overhead and optimized
pixman composite functions usually process a bunch of pixels in a
single loop iteration it might be beneficial to pre-extend source
scanlines. The temporary buffers will usually reside in cache, so
accessing them should be quite efficient.
pixman/pixman-fast-path.c