From b8625fa2dd0811092f6c96b31596277bb0c61021 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Tue, 21 Apr 2009 17:32:37 -0400 Subject: [PATCH] Enable fbCompositeSrcAdd_8000x8000neon --- pixman/pixman-pict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index 1ea4174..645111b 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -1623,8 +1623,8 @@ static const FastPathInfo vmx_fast_paths[] = static const FastPathInfo arm_neon_fast_paths[] = { { PIXMAN_OP_ADD, PIXMAN_solid, PIXMAN_a8, PIXMAN_a8, fbCompositeSrcAdd_8888x8x8neon, 0 }, -#if 0 { PIXMAN_OP_ADD, PIXMAN_a8, PIXMAN_null, PIXMAN_a8, fbCompositeSrcAdd_8000x8000neon, 0 }, +#if 0 { PIXMAN_OP_SRC, PIXMAN_a8r8g8b8, PIXMAN_null, PIXMAN_r5g6b5, fbCompositeSrc_x888x0565neon, 0 }, { PIXMAN_OP_SRC, PIXMAN_x8r8g8b8, PIXMAN_null, PIXMAN_r5g6b5, fbCompositeSrc_x888x0565neon, 0 }, { PIXMAN_OP_SRC, PIXMAN_a8b8g8r8, PIXMAN_null, PIXMAN_b5g6r5, fbCompositeSrc_x888x0565neon, 0 }, -- 2.7.4