mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 829035. Reduce pixman bilinear precision to match upstream.
--HG-- extra : rebase_source : b22018bd6c1499d61f21795b9a6337129bf53f5f
This commit is contained in:
parent
4f96f228e0
commit
4ba7199f60
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user