From 4ba7199f60a8f2c77935faaceb07252cfe3dd2b4 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Thu, 10 Jan 2013 10:40:40 -0500 Subject: [PATCH] Bug 829035. Reduce pixman bilinear precision to match upstream. --HG-- extra : rebase_source : b22018bd6c1499d61f21795b9a6337129bf53f5f --- gfx/cairo/libpixman/src/pixman-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/cairo/libpixman/src/pixman-private.h b/gfx/cairo/libpixman/src/pixman-private.h index 43ff77b4976..903d026f827 100644 --- a/gfx/cairo/libpixman/src/pixman-private.h +++ b/gfx/cairo/libpixman/src/pixman-private.h @@ -11,7 +11,7 @@ #define LOWER_QUALITY_INTERPOLATION #define BILINEAR_INTERPOLATION_BITS 4 #else -#define BILINEAR_INTERPOLATION_BITS 8 +#define BILINEAR_INTERPOLATION_BITS 7 #endif #define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS)