From d4afd3aeb4ef2727986551816c1ff9ad0ed12d04 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 23 Aug 2021 17:57:48 +0200 Subject: initial Metal support for Mac/Skia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also required changing SkiaSalGraphicsImpl to have sk_app::WindowContext as an internal detail inaccessible to the base class, since the Mac implementations cannot use it as is. Change-Id: I2424f0b887c79ee91c3bd0f1477b0745f9540247 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120909 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- config_host/config_skia.h.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config_host/config_skia.h.in') diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index 1e003179291b..367920665704 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -33,8 +33,7 @@ are the same. // GPU support (set by configure). #undef SK_SUPPORT_GPU // Vulkan support enabled (set by configure). -// temporary override -#define SK_VULKAN 1 +#undef SK_VULKAN // Metal support enabled (set by configure). #undef SK_METAL -- cgit