Skip to content

Commit

Permalink
Roll Skia from 833bfcb2b52f to bb9378b61c4f (5 revisions) (flutter#38221
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git/+log/833bfcb2b52f..bb9378b61c4f

2022-12-12 [email protected] [graphite] Fill in PrecompileBlendShader's addToKey method
2022-12-12 [email protected] [graphite] Allow replaying recordings to different surfaces
2022-12-12 [email protected] [graphite] Make the BuiltInCodeSnippetID Graphite-only
2022-12-12 [email protected] Simplify ternaries that don't have any side effects.
2022-12-12 [email protected] Remove dependency of SkPaint -> SkPaintPriv

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 [email protected],[email protected] 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
  • Loading branch information
skia-flutter-autoroll authored and loic-sharma committed Dec 16, 2022
1 parent 3a6d796 commit 811a9bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '833bfcb2b52fd6d9ed270f0c0f5a08c591bab781',
'skia_revision': 'bb9378b61c4ff77044c84e816d305164a969a0db',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
4 changes: 2 additions & 2 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 6003106c15950ee0218ed485e6158b60
Signature: b4f39ae9ce5bfa6887c8babed07ae3e5

UNUSED LICENSES:

Expand Down Expand Up @@ -7614,7 +7614,6 @@ FILE: ../../../third_party/skia/infra/bots/task_drivers/check_generated_files/ch
FILE: ../../../third_party/skia/infra/bots/task_drivers/cpu_tests/cpu_tests.go
FILE: ../../../third_party/skia/infra/bots/task_drivers/toolchain_layering_check/toolchain_layering_check.go
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
FILE: ../../../third_party/skia/src/core/SkBuiltInCodeSnippetID.h
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
Expand All @@ -7636,6 +7635,7 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h
FILE: ../../../third_party/skia/src/gpu/graphite/AttachmentTypes.h
FILE: ../../../third_party/skia/src/gpu/graphite/BuiltInCodeSnippetID.h
FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack.cpp
Expand Down

0 comments on commit 811a9bd

Please sign in to comment.