summaryrefslogtreecommitdiff
path: root/pixman/pixman-sse2.c
diff options
context:
space:
mode:
authorTaekyun Kim <tkq.kim@samsung.com>2011-06-08 17:11:24 +0900
committerTaekyun Kim <tkq.kim@samsung.com>2011-06-28 23:20:25 +0900
commitebd2f06d96ee91f9f7f13b906ae328862da7dde8 (patch)
tree9140bffb49596c0c9f2809102c347b175ed2ab68 /pixman/pixman-sse2.c
parent7e22b2f7824f844076e1bb1fb26a6ec5e5d029cd (diff)
sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
Now bilinear template support REPEAT_NORMAL, so declare composite functions using it. Function is just declared not used yet.
Diffstat (limited to 'pixman/pixman-sse2.c')
-rw-r--r--pixman/pixman-sse2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pixman/pixman-sse2.c b/pixman/pixman-sse2.c
index dd15ccd..3d51c2f 100644
--- a/pixman/pixman-sse2.c
+++ b/pixman/pixman-sse2.c
@@ -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[] =
{