office-gobmx/external/skia
Patrick Luby 97c0797cf3 Revert "tdf#163945 present drawable immediately"
This reverts commit 32eb29377c.

Reason for revert: Original commit did not fix tdf#163945

Change-Id: Ie66edde40ed44f89bb28043db074fab7e6e06a49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177025
Tested-by: Jenkins
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
2024-11-22 15:21:54 +01:00
..
inc
source
0001-Added-missing-include-cstdio.patch
allow-no-es2restrictions.patch.1
always_inline_and_multiversioning_conflict.patch.1
clang-attributes-warning.patch.1
fix-alpha-difference-copy.patch.1
fix-ddi.patch
fix-pch.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
fix-SkDebugf-link-error.patch.1
fix-warnings.patch.1
fix-windows-dwrite.patch.1
fix-without-gl.patch.1 update to skia m130 2024-10-12 19:12:24 +02:00
fontconfig-get-typeface.patch.1
help-msvc-analyzer.patch
Library_skia.mk update to skia m130 2024-10-12 19:12:24 +02:00
macosmetal.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
make-api-visible.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
Makefile
Module_skia.mk
no-trace-resources-on-exit.patch.1
README
redefinition-of-op.patch.0
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
UnpackedTarball_skia.mk update to skia m129 2024-10-12 17:50:01 +02:00
vk_mem_alloc.patch.1
windows-define-conflict.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
windows-do-not-modify-logfont.patch.0
windows-force-unicode-api.patch.0
windows-libraries-system32.patch.1 update to skia m129 2024-10-12 17:50:01 +02:00
windows-raster-surface-no-copies.patch.1
windows-text-gamma.patch.0
windows-typeface-directwrite.patch.1

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.