mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 1991515dd191 to 826b3ea577f3 (4 revisions) (flutter/engine#37628)
https://skia.googlesource.com/skia.git/+log/1991515dd191..826b3ea577f3 2022-11-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from e9b6c3973911 to 71c1067c73fe (3 revisions) 2022-11-15 robertphillips@google.com [graphite] Make KeyHelpers be Graphite-only 2022-11-15 johnstiles@google.com Reland "Reland "Add SkRasterPipeline ops immediate_f and store_unmasked."" 2022-11-15 kjlubick@google.com [canvaskit] Deploy 0.37.2 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,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:
parent
69209bd5a0
commit
00e16867d0
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': '1991515dd191b8fef9b221ec2cc3f8ba86aa6f10',
|
||||
'skia_revision': '826b3ea577f316804d0f19c44d78118b39875340',
|
||||
|
||||
# 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: 52116a5c3979c7d08c2eb64d20f01c08
|
||||
Signature: d37b398a2a6bfd1ea1ead398d3f0337d
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -7722,8 +7722,6 @@ FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
|
||||
FILE: ../../../third_party/skia/src/core/SkKeyContext.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkKeyContext.h
|
||||
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
|
||||
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h
|
||||
@ -7766,6 +7764,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/Log.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user