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

Commit b76bcf8

Browse files
Roll Skia from d90917a1da6b to 89f8ba6f749d (10 revisions)
https://skia.googlesource.com/skia.git/+log/d90917a1da6b..89f8ba6f749d 2022-11-17 michaelludwig@google.com [skif] Remove SkImageFilters::Paint factory 2022-11-17 borenet@google.com [infra] Make kubectl executable in asset 2022-11-17 robertphillips@google.com [graphite] Make Uniform Graphite-only (take 2) 2022-11-17 herb@google.com SkTArray: Remove count(). 2022-11-17 robertphillips@google.com [graphite] Add computation of # of combinations to new precompile API 2022-11-17 jamesgk@google.com Test MSAA on intel Xe gpus. 2022-11-17 bungeman@google.com Remove iOS_Graphite_Dawn jobs 2022-11-17 kjlubick@google.com [includes] Enforce IWYU on GrProcessor.h and GrProcessor.cpp 2022-11-17 kjlubick@google.com [bazel] Small modifications for better Vulkan support 2022-11-17 kjlubick@google.com [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 aaclarke@google.com,tdenniston@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
1 parent da9534e commit b76bcf8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'd90917a1da6bcf6e40616509664147e9d73b012f',
21+
'skia_revision': '89f8ba6f749d89fe201c812cc3a67fbf4db6572b',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: d528a0ae5850cfd8a93dfcffa338c6cc
1+
Signature: 2f8b83d5be72c5ca9a310ed576613425
22

33
UNUSED LICENSES:
44

@@ -7251,7 +7251,6 @@ FILE: ../../../third_party/skia/src/core/SkMatrixInvert.cpp
72517251
FILE: ../../../third_party/skia/src/core/SkMatrixInvert.h
72527252
FILE: ../../../third_party/skia/src/core/SkMesh.cpp
72537253
FILE: ../../../third_party/skia/src/core/SkMeshPriv.h
7254-
FILE: ../../../third_party/skia/src/core/SkUniform.h
72557254
FILE: ../../../third_party/skia/src/core/SkVMBlitter.h
72567255
FILE: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h
72577256
FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp
@@ -7339,6 +7338,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/Texture.h
73397338
FILE: ../../../third_party/skia/src/gpu/graphite/TextureInfo.cpp
73407339
FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxy.cpp
73417340
FILE: ../../../third_party/skia/src/gpu/graphite/TextureProxy.h
7341+
FILE: ../../../third_party/skia/src/gpu/graphite/Uniform.h
73427342
FILE: ../../../third_party/skia/src/gpu/graphite/UniformManager.cpp
73437343
FILE: ../../../third_party/skia/src/gpu/graphite/UniformManager.h
73447344
FILE: ../../../third_party/skia/src/gpu/graphite/geom/BoundsManager.h
@@ -7768,6 +7768,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/KeyContext.h
77687768
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.cpp
77697769
FILE: ../../../third_party/skia/src/gpu/graphite/KeyHelpers.h
77707770
FILE: ../../../third_party/skia/src/gpu/graphite/Log.h
7771+
FILE: ../../../third_party/skia/src/gpu/graphite/PaintOptionsPriv.h
77717772
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp
77727773
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.h
77737774
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp
@@ -7776,7 +7777,9 @@ FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.cpp
77767777
FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.h
77777778
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.cpp
77787779
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.h
7780+
FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.cpp
77797781
FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h
7782+
FILE: ../../../third_party/skia/src/gpu/graphite/PrecompileBasePriv.h
77807783
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp
77817784
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h
77827785
FILE: ../../../third_party/skia/src/gpu/graphite/RecorderPriv.h

0 commit comments

Comments
 (0)