summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2010-09-16 10:33:23 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2010-09-16 10:44:27 -0400
commitea9da0c5b3af6c581489fe10e8dcc3c74c15d480 (patch)
tree12f05e7d8583cc8f83947b353657e429473dd5c4
parent64ac045265baeb855cc26c956f14d2cc91592ef9 (diff)
Enable bits_image_fetch_bilinear_affine_normal_r5g6b5more-scalers
-rw-r--r--pixman/pixman-bits-image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pixman/pixman-bits-image.c b/pixman/pixman-bits-image.c
index 2094c2a0..c878250b 100644
--- a/pixman/pixman-bits-image.c
+++ b/pixman/pixman-bits-image.c
@@ -961,9 +961,7 @@ MAKE_BILINEAR_FETCHER (normal_a8, a8, PIXMAN_REPEAT_NORMAL);
MAKE_BILINEAR_FETCHER (pad_r5g6b5, r5g6b5, PIXMAN_REPEAT_PAD);
MAKE_BILINEAR_FETCHER (none_r5g6b5, r5g6b5, PIXMAN_REPEAT_NONE);
MAKE_BILINEAR_FETCHER (reflect_r5g6b5, r5g6b5, PIXMAN_REPEAT_REFLECT);
-#if 0
MAKE_BILINEAR_FETCHER (normal_r5g6b5, r5g6b5, PIXMAN_REPEAT_NORMAL);
-#endif
static void
bits_image_fetch_solid_32 (pixman_image_t * image,
@@ -1199,9 +1197,7 @@ static const fetcher_info_t fetcher_info[] =
BILINEAR_AFFINE_FAST_PATH (pad_r5g6b5, r5g6b5, PAD)
BILINEAR_AFFINE_FAST_PATH (none_r5g6b5, r5g6b5, NONE)
BILINEAR_AFFINE_FAST_PATH (reflect_r5g6b5, r5g6b5, REFLECT)
-#if 0
BILINEAR_AFFINE_FAST_PATH (normal_r5g6b5, r5g6b5, NORMAL)
-#endif
/* Affine, no alpha */
{ PIXMAN_any,