mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from efc045c15fdd to a6412350122e (2 revisions) (flutter/engine#43036)
https://skia.googlesource.com/skia.git/+log/efc045c15fdd..a6412350122e 2023-06-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ae667fe96db9 to b8f1a3ad5f9e (2 revisions) 2023-06-21 kjlubick@google.com Move SkTestCanvas impl to its own cpp 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,fmalita@google.com,jsimmons@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:
parent
fecd06c3ab
commit
c87f7f691b
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': 'efc045c15fddd3425ca962a4b8257402812ac3c6',
|
||||
'skia_revision': 'a6412350122e67eb259bc45e930ee60ddb3bfb2a',
|
||||
|
||||
# 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: 3c8ddfa27c3c54c252dc45af0b3f982f
|
||||
Signature: 87d1a5e9bfbe86bb94f6ce4f3862893b
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -9082,6 +9082,7 @@ ORIGIN: ../../../third_party/skia/src/text/gpu/SlugImpl.cpp + ../../../third_par
|
||||
ORIGIN: ../../../third_party/skia/src/text/gpu/SlugImpl.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/text/gpu/VertexFiller.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/text/gpu/VertexFiller.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/utils/SkTestCanvas.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/fuzz/FuzzCubicRoots.cpp
|
||||
@ -9270,6 +9271,7 @@ FILE: ../../../third_party/skia/src/text/gpu/SlugImpl.cpp
|
||||
FILE: ../../../third_party/skia/src/text/gpu/SlugImpl.h
|
||||
FILE: ../../../third_party/skia/src/text/gpu/VertexFiller.cpp
|
||||
FILE: ../../../third_party/skia/src/text/gpu/VertexFiller.h
|
||||
FILE: ../../../third_party/skia/src/utils/SkTestCanvas.cpp
|
||||
FILE: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google LLC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user