forked from firka/flutter
Roll Skia from b63a254727f3 to 13e5241ce8b7 (6 revisions) (flutter/engine#38106)
https://skia.googlesource.com/skia.git/+log/b63a254727f3..13e5241ce8b7 2022-12-06 jcgregorio@google.com December Patch Tuesday. 2022-12-06 jvanverth@google.com [metal] Fix issues with non-AA clip. 2022-12-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 80770ea57aff to 0c4f620f2412 (3 revisions) 2022-12-06 johnstiles@google.com Implement program dumps in the RP builder. 2022-12-06 penghuang@chromium.org [graphite] Implement DawnBuffer 2022-12-06 jcgregorio@google.com Add reboot back into abd recovery flow. 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 bdero@google.com,djsollen@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
e192a12f91
commit
76525fe805
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': 'b63a254727f35f15432b38bcf72277706d88e26a',
|
||||
'skia_revision': '13e5241ce8b7425e169cfc1d234614af78ac4988',
|
||||
|
||||
# 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: ee2b6a0636b22af588df9b1ab683594d
|
||||
Signature: d0307ece4fc682fb9343775996e469e1
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@@ -7696,6 +7696,10 @@ FILE: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnAsyncWait.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnBuffer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCaps.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnCommandBuffer.cpp
|
||||
|
||||
Reference in New Issue
Block a user