Roll Skia from 1f84e5060646 to 0ec4c84abd0b (6 revisions) (flutter/engine#41449)
https://skia.googlesource.com/skia.git/+log/1f84e5060646..0ec4c84abd0b 2023-04-24 kjlubick@google.com Remove SkImageEncoder and SkImage::encodeToData 2023-04-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 60517cf84231 to 4b61bdad813f (1 revision) 2023-04-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 77d86c4a7ecc to b58ef53abced (11 revisions) 2023-04-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 83a6fdf2e118 to fab3b205b6c7 2023-04-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 003e879fd974 to d2b5bd140525 (14 revisions) 2023-04-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from f5a15d80499c to 83a6fdf2e118 (9 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,chinmaygarde@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
06b8eef0d8
commit
526f2abfa6
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': '1f84e5060646cf79b875db298173a334c5a3797e',
|
||||
'skia_revision': '0ec4c84abd0b578a5c792b04b56653cbc325530e',
|
||||
|
||||
# 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: a567f41ce241ea203b8cb67f76859dfd
|
||||
Signature: a2d634eaab108bc9cb468aea39477c7f
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -1129,7 +1129,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkEdgeClipper.cpp + ../../../third_pa
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkEdgeClipper.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkQuadClipper.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkQuadClipper.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/encode/SkImageEncoder.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/src/codec/SkColorTable.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkCubicClipper.cpp
|
||||
@@ -1138,7 +1137,6 @@ FILE: ../../../third_party/skia/src/core/SkEdgeClipper.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkEdgeClipper.h
|
||||
FILE: ../../../third_party/skia/src/core/SkQuadClipper.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkQuadClipper.h
|
||||
FILE: ../../../third_party/skia/src/encode/SkImageEncoder.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2009 The Android Open Source Project
|
||||
|
||||
@@ -1408,7 +1406,6 @@ ORIGIN: ../../../third_party/skia/gm/tilemodes_scaled.cpp + ../../../third_party
|
||||
ORIGIN: ../../../third_party/skia/gm/tinybitmap.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/xfermodes.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkData.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkImageEncoder.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkImageFilter.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkSize.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/effects/SkLayerDrawLooper.h + ../../../third_party/skia/LICENSE
|
||||
@@ -1592,7 +1589,6 @@ FILE: ../../../third_party/skia/gm/tilemodes_scaled.cpp
|
||||
FILE: ../../../third_party/skia/gm/tinybitmap.cpp
|
||||
FILE: ../../../third_party/skia/gm/xfermodes.cpp
|
||||
FILE: ../../../third_party/skia/include/core/SkData.h
|
||||
FILE: ../../../third_party/skia/include/core/SkImageEncoder.h
|
||||
FILE: ../../../third_party/skia/include/core/SkImageFilter.h
|
||||
FILE: ../../../third_party/skia/include/core/SkSize.h
|
||||
FILE: ../../../third_party/skia/include/effects/SkLayerDrawLooper.h
|
||||
|
||||
Reference in New Issue
Block a user