Enable bits_image_fetch_bilinear_affine_normal_x8r8g8b8
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 28 Aug 2010 06:41:20 +0000 (02:41 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 Sep 2010 12:50:17 +0000 (08:50 -0400)
pixman/pixman-bits-image.c

index 619726e..47e16df 100644 (file)
@@ -953,8 +953,8 @@ MAKE_BILINEAR_FETCHER (normal_a8r8g8b8,  a8r8g8b8, PIXMAN_REPEAT_NORMAL);
 MAKE_BILINEAR_FETCHER (pad_x8r8g8b8,     x8r8g8b8, PIXMAN_REPEAT_PAD);
 MAKE_BILINEAR_FETCHER (none_x8r8g8b8,    x8r8g8b8, PIXMAN_REPEAT_NONE);
 MAKE_BILINEAR_FETCHER (reflect_x8r8g8b8, x8r8g8b8, PIXMAN_REPEAT_REFLECT);
-#if 0
 MAKE_BILINEAR_FETCHER (normal_x8r8g8b8,  x8r8g8b8, PIXMAN_REPEAT_NORMAL);
+#if 0
 MAKE_BILINEAR_FETCHER (pad_a8,           a8,       PIXMAN_REPEAT_PAD);
 MAKE_BILINEAR_FETCHER (none_a8,          a8,       PIXMAN_REPEAT_NONE);
 MAKE_BILINEAR_FETCHER (reflect_a8,      a8,       PIXMAN_REPEAT_REFLECT);
@@ -1191,8 +1191,8 @@ static const fetcher_info_t fetcher_info[] =
     BILINEAR_AFFINE_FAST_PATH (pad_x8r8g8b8, x8r8g8b8, PAD)
     BILINEAR_AFFINE_FAST_PATH (none_x8r8g8b8, x8r8g8b8, NONE)
     BILINEAR_AFFINE_FAST_PATH (reflect_x8r8g8b8, x8r8g8b8, REFLECT)
-#if 0
     BILINEAR_AFFINE_FAST_PATH (normal_x8r8g8b8, x8r8g8b8, NORMAL)
+#if 0
     BILINEAR_AFFINE_FAST_PATH (pad_a8, a8, PAD)
     BILINEAR_AFFINE_FAST_PATH (none_a8, a8, NONE)
     BILINEAR_AFFINE_FAST_PATH (reflect_a8, a8, REFLECT)