projects
/
profile
/
ivi
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e22b2f
)
sse2: Declare bilinear src_8888_8888 REPEAT_NORMAL composite function
author
Taekyun Kim
<tkq.kim@samsung.com>
Wed, 8 Jun 2011 08:11:24 +0000
(17:11 +0900)
committer
Taekyun 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
patch
|
blob
|
history
diff --git
a/pixman/pixman-sse2.c
b/pixman/pixman-sse2.c
index
dd15ccd
..
3d51c2f
100644
(file)
--- 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[] =
{