From 2d54ed46fb7428aa1d9f114450554fc33acff2c4 Mon Sep 17 00:00:00 2001 From: Siarhei Siamashka Date: Wed, 4 Nov 2009 17:07:36 +0200 Subject: [PATCH] ARM: enabled 'neon_composite_src_0565_0565' fast path --- pixman/pixman-arm-neon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pixman/pixman-arm-neon.c b/pixman/pixman-arm-neon.c index 5339cbd..7ff8fe1 100644 --- a/pixman/pixman-arm-neon.c +++ b/pixman/pixman-arm-neon.c @@ -294,6 +294,8 @@ pixman_fill_neon (uint32_t *bits, static const pixman_fast_path_t arm_neon_fast_path_array[] = { + { PIXMAN_OP_SRC, PIXMAN_r5g6b5, PIXMAN_null, PIXMAN_r5g6b5, neon_composite_src_0565_0565, 0 }, + { PIXMAN_OP_SRC, PIXMAN_b5g6r5, PIXMAN_null, PIXMAN_b5g6r5, neon_composite_src_0565_0565, 0 }, { PIXMAN_OP_NONE }, }; -- 2.7.4