office-gobmx/external/skia
Patrick Luby cd983f0af4 Related: tdf#152703 Reuse existing CAMetalLayer to stop flicker
When live resizing a window, replacing the CAMetalLayer with each
resize event repaints the window's background which causes a
noticeable flicker. So reuse any existing CAMetalLayer already
assigned to the native view.

Change-Id: I03bda5f0d40b84606b6602961e5f0d3b0dfcc6ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177921
Tested-by: Jenkins
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
2024-12-06 15:06:13 +01:00
..
inc tdf#143148 use pragma once instead of include guards 2024-06-15 13:07:42 +02:00
source update to skia m118 2024-10-08 07:17:48 +02:00
0001-Added-missing-include-cstdio.patch external/skia: Still missing include 2023-01-30 22:02:33 +00:00
allow-no-es2restrictions.patch.1 update Skia to chrome/m103 2022-05-21 10:56:27 +02:00
always_inline_and_multiversioning_conflict.patch.1 update to skia m118 2024-10-08 07:17:48 +02:00
clang-attributes-warning.patch.1 update to skia m126 2024-10-10 12:48:26 +02:00
fix-alpha-difference-copy.patch.1 update skia to m116 2023-07-10 12:44:38 +02:00
fix-ddi.patch build Skia also on Windows 2019-11-27 09:55:05 +01:00
fix-pch.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
fix-SkDebugf-link-error.patch.1 Update to skia m116 2024-10-06 21:06:40 +02:00
fix-warnings.patch.1 Update to skia m116 2024-10-06 21:06:40 +02:00
fix-windows-dwrite.patch.1 update Skia to chrome/m88 2020-11-17 10:54:55 +01:00
fix-without-gl.patch.1 update to skia m130 2024-10-12 19:12:24 +02:00
fontconfig-get-typeface.patch.1 update to skia m124 2024-10-09 18:21:02 +02:00
help-msvc-analyzer.patch update to skia m119 2024-10-08 14:22:47 +02:00
Library_skia.mk update to skia m130 2024-10-12 19:12:24 +02:00
macosmetal.patch.1 Related: tdf#152703 Reuse existing CAMetalLayer to stop flicker 2024-12-06 15:06:13 +01:00
make-api-visible.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
Makefile initial build of the Skia library 2019-11-27 09:55:05 +01:00
Module_skia.mk Revert "make skia into static library" 2024-05-07 20:34:39 +02:00
no-trace-resources-on-exit.patch.1 update Skia to chrome/m103 2022-05-21 10:56:27 +02:00
README Re-organise the skia makefile 2024-10-05 08:41:16 +02:00
redefinition-of-op.patch.0 Update skia to m111 2023-01-30 10:52:07 +00:00
share-grcontext.patch.1 update to skia m130 2024-10-12 19:12:24 +02:00
swap-buffers-rect.patch.1 Revert "tdf#163945 present drawable immediately" 2024-11-22 15:21:54 +01:00
ubsan-missing-typeinfo.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
ubsan.patch.1 update skia to m116 2023-07-10 12:44:38 +02:00
UnpackedTarball_skia.mk update to skia m129 2024-10-12 17:50:01 +02:00
vk_mem_alloc.patch.1 update to skia m121 2024-10-08 18:59:15 +02:00
windows-define-conflict.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
windows-do-not-modify-logfont.patch.0 update skia to m116 2023-07-10 12:44:38 +02:00
windows-force-unicode-api.patch.0 update skia to m116 2023-07-10 12:44:38 +02:00
windows-libraries-system32.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
windows-raster-surface-no-copies.patch.1 Update to skia m116 2024-10-06 21:06:40 +02:00
windows-text-gamma.patch.0 Update to skia m116 2024-10-06 21:06:40 +02:00
windows-typeface-directwrite.patch.1 update to skia m126 2024-10-10 12:48:26 +02:00

External package containing skia.

https://skia.org/


How to update the tarball:
==========================

git clone https://skia.googlesource.com/skia.git
cd skia
git checkout chrome/mXX
id=$(git rev-parse chrome/mXX)
git clean -idx
rm -rf .git gitignore infra modules/canvaskit resources site
cd ..
tar cvJf skia-mXX-$id.tar.xz skia

(where XX refers to the branch version)

And review differences for BUILD.gn and relevant files in gn/ :
git diff chrome/mYY..chrome/mXX ./BUILD.gn ./gn

The libreoffice Library_skia.mk file has been ordered and commented to make it easier to match
up the changes in the external *.gn build files with the changes needed here.


Debugging Skia:
===============

Note that Skia is always built optimized, unless you use --enable-skia=debug.


GrContext sharing:
==================

For details about the share-grcontext patch, see vcl/skia/README.