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

Commit

Permalink
Roll Skia from d90917a1da6b to 89f8ba6f749d (10 revisions) (#37723)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/d90917a1da6b..89f8ba6f749d

2022-11-17 [email protected] [skif] Remove SkImageFilters::Paint factory
2022-11-17 [email protected] [infra] Make kubectl executable in asset
2022-11-17 [email protected] [graphite] Make Uniform Graphite-only (take 2)
2022-11-17 [email protected] SkTArray: Remove count().
2022-11-17 [email protected] [graphite] Add computation of # of combinations to new precompile API
2022-11-17 [email protected] Test MSAA on intel Xe gpus.
2022-11-17 [email protected] Remove iOS_Graphite_Dawn jobs
2022-11-17 [email protected] [includes] Enforce IWYU on GrProcessor.h and GrProcessor.cpp
2022-11-17 [email protected] [bazel] Small modifications for better Vulkan support
2022-11-17 [email protected] [bazel] Add skia_filegroup as wrapper around filegroup

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 Nov 17, 2022
1 parent ac874d6 commit bc86c1f
Show file tree
Hide file tree
Showing 2 changed files with 6 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': 'd90917a1da6bcf6e40616509664147e9d73b012f',
'skia_revision': '89f8ba6f749d89fe201c812cc3a67fbf4db6572b',

# 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: 5 additions & 2 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: d528a0ae5850cfd8a93dfcffa338c6cc
Signature: 2f8b83d5be72c5ca9a310ed576613425

UNUSED LICENSES:

Expand Down Expand Up @@ -7251,7 +7251,6 @@ FILE: ../../../third_party/skia/src/core/SkMatrixInvert.cpp
FILE: ../../../third_party/skia/src/core/SkMatrixInvert.h
FILE: ../../../third_party/skia/src/core/SkMesh.cpp
FILE: ../../../third_party/skia/src/core/SkMeshPriv.h
FILE: ../../../third_party/skia/src/core/SkUniform.h
FILE: ../../../third_party/skia/src/core/SkVMBlitter.h
FILE: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h
FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp
Expand Down Expand Up @@ -7339,6 +7338,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/Texture.h
FILE: ../../../third_party/skia/src/gpu/graphite/TextureInfo.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxy.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxy.h
FILE: ../../../third_party/skia/src/gpu/graphite/Uniform.h
FILE: ../../../third_party/skia/src/gpu/graphite/UniformManager.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/UniformManager.h
FILE: ../../../third_party/skia/src/gpu/graphite/geom/BoundsManager.h
Expand Down Expand Up @@ -7768,6 +7768,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/KeyContext.h
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.h
FILE: ../../../third_party/skia/src/gpu/graphite/Log.h
FILE: ../../../third_party/skia/src/gpu/graphite/PaintOptionsPriv.h
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.h
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp
Expand All @@ -7776,7 +7777,9 @@ FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.h
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.h
FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h
FILE: ../../../third_party/skia/src/gpu/graphite/PrecompileBasePriv.h
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h
FILE: ../../../third_party/skia/src/gpu/graphite/RecorderPriv.h
Expand Down

0 comments on commit bc86c1f

Please sign in to comment.