Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
Roll Skia from 8919fecf15c1 to 751358929d1f (4 revisions) (#46972)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/8919fecf15c1..751358929d1f

2023-10-16 kjlubick@google.com Move SkDebug.cpp from core to base
2023-10-16 lovisolo@google.com [bazel] Add android_benchmark_test rule and sample targets.
2023-10-16 lovisolo@google.com [bazel] Move some utilities from //bazel to //tools/testrunners/common.
2023-10-16 nicolettep@google.com [graphite] Use UBO for intrinsic constant, remove inline uniform support

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,jsimmons@google.com,rmistry@google.com,scroggo@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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
  • Loading branch information
skia-flutter-autoroll authored Oct 16, 2023
1 parent ade3c05 commit 11db7f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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': '8919fecf15c128efc8fd3e4418594dd3dfc43ac4',
'skia_revision': '751358929d1fadb9a2e8d23f59a544919689813a',

# 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: 3 additions & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 7826dc252a3551276c5a189ae38ed620
Signature: eb2e698e2711f26223294ad1f681b298

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -654,6 +654,7 @@ ORIGIN: ../../../third_party/skia/src/base/SkBase64.cpp + ../../../third_party/s
ORIGIN: ../../../third_party/skia/src/base/SkBase64.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkBuffer.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkBuffer.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkDebug.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkDeque.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkEndian.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkRandom.h + ../../../third_party/skia/LICENSE
Expand All @@ -678,7 +679,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.cpp + ../../../t
ORIGIN: ../../../third_party/skia/src/core/SkColor.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkColorFilter.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkCoreBlitters.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkDebug.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkDescriptor.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkDraw.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkDraw.h + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -800,6 +800,7 @@ FILE: ../../../third_party/skia/src/base/SkBase64.cpp
FILE: ../../../third_party/skia/src/base/SkBase64.h
FILE: ../../../third_party/skia/src/base/SkBuffer.cpp
FILE: ../../../third_party/skia/src/base/SkBuffer.h
FILE: ../../../third_party/skia/src/base/SkDebug.cpp
FILE: ../../../third_party/skia/src/base/SkDeque.cpp
FILE: ../../../third_party/skia/src/base/SkEndian.h
FILE: ../../../third_party/skia/src/base/SkRandom.h
Expand All @@ -824,7 +825,6 @@ FILE: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.cpp
FILE: ../../../third_party/skia/src/core/SkColor.cpp
FILE: ../../../third_party/skia/src/core/SkColorFilter.cpp
FILE: ../../../third_party/skia/src/core/SkCoreBlitters.h
FILE: ../../../third_party/skia/src/core/SkDebug.cpp
FILE: ../../../third_party/skia/src/core/SkDescriptor.h
FILE: ../../../third_party/skia/src/core/SkDraw.cpp
FILE: ../../../third_party/skia/src/core/SkDraw.h
Expand Down

0 comments on commit 11db7f3

Please sign in to comment.