ARM: enabled 'neon_composite_src_0565_0565' fast path
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Wed, 4 Nov 2009 15:07:36 +0000 (17:07 +0200)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Wed, 11 Nov 2009 16:12:56 +0000 (18:12 +0200)
pixman/pixman-arm-neon.c

index 5339cbd..7ff8fe1 100644 (file)
@@ -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 },
 };