sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 8 Jun 2011 08:11:24 +0000 (17:11 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 28 Jun 2011 14:20:25 +0000 (23:20 +0900)
Now bilinear template support REPEAT_NORMAL, so declare composite
functions using it. Function is just declared not used yet.

pixman/pixman-sse2.c

index dd15ccd..3d51c2f 100644 (file)
@@ -5394,6 +5394,11 @@ FAST_BILINEAR_MAINLOOP_COMMON (sse2_8888_8888_none_SRC,
                               scaled_bilinear_scanline_sse2_8888_8888_SRC,
                               uint32_t, uint32_t, uint32_t,
                               NONE, FLAG_NONE)
+FAST_BILINEAR_MAINLOOP_COMMON (sse2_8888_8888_normal_SRC,
+                              scaled_bilinear_scanline_sse2_8888_8888_SRC,
+                              uint32_t, uint32_t, uint32_t,
+                              NORMAL, FLAG_NONE)
+
 
 static const pixman_fast_path_t sse2_fast_paths[] =
 {