summaryrefslogtreecommitdiff
path: root/pixman/pixman-bits-image.c
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-21 08:50:17 -0400
commitf474783607e51183d31814972d0f055907876079 (patch)
tree12f05df56cc73cbff1a6d251aaef5e79405e6496 /pixman/pixman-bits-image.c
parent91521d30ab9b033a35fb7797e4566d575ad1c1dc (diff)
downloadpixman-f474783607e51183d31814972d0f055907876079.tar.gz
Enable bits_image_fetch_bilinear_affine_normal_r5g6b5
Diffstat (limited to 'pixman/pixman-bits-image.c')
-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 2094c2a..c878250 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,