Roll Skia from d756a2f5665d to 559a964f9f1b (9 revisions) (flutter/engine#46059)
https://skia.googlesource.com/skia.git/+log/d756a2f5665d..559a964f9f1b 2023-09-19 brianosman@google.com Fix encoder funtion for 101010_xr 2023-09-19 johnstiles@google.com Pass the GraphiteTestContext to the most-complex DEF_TESTs. 2023-09-19 johnstiles@google.com Return a ContextInfo from Graphite's ContextFactory. 2023-09-19 kjlubick@google.com Add grep (pgrep) to Docker container used to build Skia-release 2023-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 640b7331b244 to e1a78e7e85a9 (2 revisions) 2023-09-19 bungeman@google.com [skshaper] Stage "Split off SkUnicode specific code" 2023-09-19 jvanverth@google.com [graphite] Track whether ordered Recordings are required. 2023-09-19 jmbetancourt@google.com expose textProperty slot support to CanvasKit 2023-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll ANGLE from 91ef1f3cfd30 to 7cb117e0b06c (4 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC brianosman@google.com,jonahwilliams@google.com,rmistry@google.com,tdenniston@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
committed by
GitHub
parent
be746a80f8
commit
e8830a730b
2
DEPS
2
DEPS
@@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': 'd756a2f5665dc36024488838ecd98c0f04073c07',
|
||||
'skia_revision': '559a964f9f1bd6ac5ab226c791d18c9defaf025b',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: a6e01ac4996739e064bee5ae56e8a934
|
||||
Signature: 672d851f6fca7bd95c59e7a7c60503cd
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -8655,6 +8655,7 @@ ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../..
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkXmp.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/include/SlotManager.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skshaper/src/SkShaper_skunicode.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../third_party/skia/LICENSE
|
||||
@@ -8696,6 +8697,7 @@ FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
|
||||
FILE: ../../../third_party/skia/include/private/SkXmp.h
|
||||
FILE: ../../../third_party/skia/modules/skottie/include/SlotManager.h
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp
|
||||
FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_skunicode.cpp
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h
|
||||
|
||||
Reference in New Issue
Block a user