mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 829035. Reduce pixman bilinear precision to match upstream.
This commit is contained in:
parent
6993863ca1
commit
24e7f9e214
@ -14,7 +14,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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user