Skip to content

Commit

Permalink
Roll Skia from d22106cc40a0 to bab82f14da1a (7 revisions) (#42420)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/d22106cc40a0..bab82f14da1a

2023-05-30 brianosman@google.com Switch back to Skia CPU defines in SkVx.h
2023-05-30 ccameron@chromium.org SkJpegMetadataDecoder: Add Exif, ICC, and MPF support
2023-05-30 johnstiles@google.com Add WGSL support for inner assignment-expressions.
2023-05-30 jmbetancourt@google.com create new slot manager object for internal skottie builder
2023-05-30 herb@google.com Update discriminant bounds comment
2023-05-30 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from b47e47fa1cc0 to 6bc45f9cfde3 (2 revisions)
2023-05-30 kjlubick@google.com Skip compiling fontations test in WASM

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,jonahwilliams@google.com,rmistry@google.com,robertphillips@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
  • Loading branch information
skia-flutter-autoroll authored May 30, 2023
1 parent a6d3124 commit 4ee167d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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': 'd22106cc40a0ddf5be610b5cead763ce9d8086a8',
'skia_revision': 'bab82f14da1a77c782f307b3765f29aa251bf57f',

# 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
6 changes: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: f9a6985942fbf70f270e88af97f8774a
Signature: 8598c4d94eef739d595088f4b66abc87

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8810,6 +8810,8 @@ ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/modules/skottie/include/SlotManager.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegConstants.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -8841,6 +8843,8 @@ FILE: ../../../third_party/skia/include/ports/SkTypeface_fontations.h
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
FILE: ../../../third_party/skia/modules/skottie/include/SlotManager.h
FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h
FILE: ../../../third_party/skia/src/codec/SkJpegConstants.h
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
Expand Down

0 comments on commit 4ee167d

Please sign in to comment.