Skip to content

Commit

Permalink
Roll Skia from 4722605332ef to 82b9930b1312 (9 revisions) (flutter#35242
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git/+log/4722605332ef..82b9930b1312

2022-08-08 [email protected] Simplify some RP data layout and logic
2022-08-08 [email protected] Drawable: Use the Read/WriteBuffer bulk API for points
2022-08-08 [email protected] Roll vulkan-deps from 4b211a6a98e6 to 5e532d83424e (2 revisions)
2022-08-08 [email protected] Rename getRuleCMakeName() to getRuleSimpleName().
2022-08-08 [email protected] Move findRule() into bazel_util.go.
2022-08-08 [email protected] Move isFileTarget() to bazel_util.go
2022-08-08 [email protected] [graphite] Add system to support client caching of images
2022-08-08 [email protected] Exporting Bazel with more build flags.
2022-08-08 [email protected] Remove BaseDevice class

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 Aug 9, 2022
1 parent 82c8e2c commit 72ad235
Show file tree
Hide file tree
Showing 2 changed files with 5 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': '4722605332ef875c451d29199782ad9676b6eb5e',
'skia_revision': '82b9930b13127a5db1ecb1f1e4680132da680b2c',

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

UNUSED LICENSES:

Expand Down Expand Up @@ -2561,8 +2561,6 @@ FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.h
FILE: ../../../third_party/skia/src/gpu/KeyBuilder.h
FILE: ../../../third_party/skia/src/gpu/ResourceKey.cpp
FILE: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/BaseDevice.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/BaseDevice.h
FILE: ../../../third_party/skia/src/gpu/ganesh/GrDstProxyView.h
FILE: ../../../third_party/skia/src/gpu/ganesh/GrEagerVertexAllocator.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.cpp
Expand Down Expand Up @@ -5543,6 +5541,7 @@ FILE: ../../../third_party/skia/include/core/SkColorType.h
FILE: ../../../third_party/skia/include/core/SkCombinationBuilder.h
FILE: ../../../third_party/skia/include/gpu/GpuTypes.h
FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
FILE: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h
FILE: ../../../third_party/skia/include/private/SkUniquePaintParamsID.h
FILE: ../../../third_party/skia/include/sksl/SkSLVersion.h
FILE: ../../../third_party/skia/infra/bots/task_drivers/bazel_build/bazel_build.go
Expand Down Expand Up @@ -5596,6 +5595,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/GlobalCache.h
FILE: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/GraphiteResourceKey.h
FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.h
FILE: ../../../third_party/skia/src/gpu/graphite/Log.h
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.h
Expand Down

0 comments on commit 72ad235

Please sign in to comment.