diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-03-18 12:10:29 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-03-18 14:55:03 +0100 |
commit | 1ad3f6b8d9e0ef1e921c3ed5526ea352d67265cf (patch) | |
tree | 62ff7806e1a49c0ad497e96d606b7c23b16283f5 /external/skia/UnpackedTarball_skia.mk | |
parent | 2b00d3deb2d637916c142ef03a5e31ac5189f314 (diff) |
(do not) use SK_GAMMA_APPLY_TO_A8 also for Skia text on Windows
This is the Windows variant of the SK_GAMMA_APPLY_TO_A8 disabling,
again I don't quite understand why we need to disable this,
but with this patch Skia text rendering on Windows seems to be
pixel-perfect when compared with the VCL gen backend.
Change-Id: Iafc1e6353430e695dafa67d19eefd968d4f02ae2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90696
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external/skia/UnpackedTarball_skia.mk')
-rw-r--r-- | external/skia/UnpackedTarball_skia.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/skia/UnpackedTarball_skia.mk b/external/skia/UnpackedTarball_skia.mk index 58818a840e3d..fd05e8d5b3e3 100644 --- a/external/skia/UnpackedTarball_skia.mk +++ b/external/skia/UnpackedTarball_skia.mk @@ -30,6 +30,7 @@ skia_patches := \ clang-attributes-warning.patch.1 \ fontconfig-get-typeface.patch.0 \ windows-hfont-typeface.patch.0 \ + windows-text-gamma.patch.0 \ $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1)) |