forked from firka/flutter
Roll Skia from fb09020ce62d to 8a2754a1ae60 (6 revisions) (flutter/engine#45241)
https://skia.googlesource.com/skia.git/+log/fb09020ce62d..8a2754a1ae60 2023-08-29 bungeman@google.com Fix Paragraph6 Sample 2023-08-29 michaelludwig@google.com Bucket 2D blur effects based on radius 2023-08-29 brianosman@google.com Migrate deprecated Vk GrBackendSurface related functions in AHB helpers 2023-08-29 jvanverth@google.com Disable yet more AsyncReadPixels tests 2023-08-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5857bae969d5 to 356ddfc69865 (8 revisions) 2023-08-29 fmalita@chromium.org [skottie] Move text editor sources to utils 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 aaclarke@google.com,brianosman@google.com,jlavrova@google.com,rmistry@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
c667836eeb
commit
c2c776faa7
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': 'fb09020ce62dd513dea583f02a1abd2fc839da7b',
|
||||
'skia_revision': '8a2754a1ae60e4c65bb70384e0f09e353411b909',
|
||||
|
||||
# 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: 4924db2fdfd4392c0cf92a1038351c0d
|
||||
Signature: 85871fab6026e6f458d402fb71f1647f
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -8005,6 +8005,8 @@ ORIGIN: ../../../third_party/skia/include/gpu/mtl/MtlMemoryAllocator.h + ../../.
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/src/BlendModes.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/src/text/Font.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/src/text/Font.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/utils/TextEditor.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skottie/utils/TextEditor.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp + ../../../third_party/skia/LICENSE
|
||||
@@ -8033,6 +8035,8 @@ FILE: ../../../third_party/skia/include/gpu/mtl/MtlMemoryAllocator.h
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/BlendModes.cpp
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/text/Font.cpp
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/text/Font.h
|
||||
FILE: ../../../third_party/skia/modules/skottie/utils/TextEditor.cpp
|
||||
FILE: ../../../third_party/skia/modules/skottie/utils/TextEditor.h
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.cpp
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_client.h
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_libgrapheme.cpp
|
||||
|
||||
Reference in New Issue
Block a user