calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / external / skia / UnpackedTarball_skia.mk
blobccd198aa188a2f8c91adbdd465057f271bb0a5ac
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,skia))
12 $(eval $(call gb_UnpackedTarball_set_tarball,skia,$(SKIA_TARBALL)))
14 skia_patches := \
15 fix-pch.patch.1 \
16 fix-ddi.patch \
17 make-api-visible.patch.1 \
18 no-trace-resources-on-exit.patch.1 \
19 fix-alpha-difference-copy.patch.1 \
20 share-grcontext.patch.1 \
21 clang11-flax-vector-conversion.patch.0 \
22 clang-attributes-warning.patch.1 \
23 fontconfig-get-typeface.patch.0 \
24 windows-do-not-modify-logfont.patch.0 \
25 windows-text-gamma.patch.0 \
26 windows-force-unicode-api.patch.0 \
27 fix-without-gl.patch.1 \
28 windows-typeface-directwrite.patch.0 \
29 windows-raster-surface-no-copies.patch.1 \
30 fix-windows-dwrite.patch.1 \
31 swap-buffers-rect.patch.1 \
32 ubsan.patch.1 \
33 fast-png-write.patch.1 \
34 skia_sk_cpu_sse_level_0_by_default.patch.1 \
35 fix-warnings.patch.1 \
36 windows-libraries-system32.patch.1 \
37 fix-graphite-ifdef.patch.1 \
38 allow-no-es2restrictions.patch.1 \
39 vk_mem_alloc.patch.1 \
40 tdf148624.patch.1 \
41 constexpr-template.patch.0 \
42 missing-include.patch.0 \
43 tdf147342.patch.0 \
44 0001-AvoidCombiningExtrememelyLargeMeshes.patch.1 \
46 $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
48 $(eval $(call gb_UnpackedTarball_add_patches,skia,\
49 $(foreach patch,$(skia_patches),external/skia/$(patch)) \
52 $(eval $(call gb_UnpackedTarball_set_post_action,skia,\
53 mv third_party/skcms/skcms.cc third_party/skcms/skcms.cpp \
56 # vim: set noet sw=4 ts=4: