Bug 829035. Reduce pixman bilinear precision to match upstream.

--HG--
extra : rebase_source : b22018bd6c1499d61f21795b9a6337129bf53f5f
This commit is contained in:
Jeff Muizelaar 2013-01-10 10:40:40 -05:00
parent 4f96f228e0
commit 4ba7199f60

View File

@ -11,7 +11,7 @@
#define LOWER_QUALITY_INTERPOLATION #define LOWER_QUALITY_INTERPOLATION
#define BILINEAR_INTERPOLATION_BITS 4 #define BILINEAR_INTERPOLATION_BITS 4
#else #else
#define BILINEAR_INTERPOLATION_BITS 8 #define BILINEAR_INTERPOLATION_BITS 7
#endif #endif
#define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS) #define BILINEAR_INTERPOLATION_RANGE (1 << BILINEAR_INTERPOLATION_BITS)