From eac663a7c8d254842224f1aed992c91691a425b8 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Tue, 21 Apr 2009 17:32:38 -0400 Subject: [PATCH] Enable fbCompositeSolidMask_nx8x8888neon --- pixman/pixman-pict.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index 26f655c..2b64342 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -1636,12 +1636,10 @@ static const FastPathInfo arm_neon_fast_paths[] = { PIXMAN_OP_OVER, PIXMAN_a8r8g8b8, PIXMAN_a8, PIXMAN_x8r8g8b8, fbCompositeSrc_8888x8x8888neon, NEED_SOLID_MASK }, { PIXMAN_OP_OVER, PIXMAN_solid, PIXMAN_a8, PIXMAN_r5g6b5, fbCompositeSolidMask_nx8x0565neon, 0 }, { PIXMAN_OP_OVER, PIXMAN_solid, PIXMAN_a8, PIXMAN_b5g6r5, fbCompositeSolidMask_nx8x0565neon, 0 }, -#if 0 { PIXMAN_OP_OVER, PIXMAN_solid, PIXMAN_a8, PIXMAN_a8r8g8b8, fbCompositeSolidMask_nx8x8888neon, 0 }, { PIXMAN_OP_OVER, PIXMAN_solid, PIXMAN_a8, PIXMAN_x8r8g8b8, fbCompositeSolidMask_nx8x8888neon, 0 }, { PIXMAN_OP_OVER, PIXMAN_solid, PIXMAN_a8, PIXMAN_a8b8g8r8, fbCompositeSolidMask_nx8x8888neon, 0 }, { PIXMAN_OP_OVER, PIXMAN_solid, PIXMAN_a8, PIXMAN_x8b8g8r8, fbCompositeSolidMask_nx8x8888neon, 0 }, -#endif { PIXMAN_OP_NONE }, }; #endif -- 2.7.4