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

Commit 9ce4e91

Browse files
Roll Skia from 2536dc6fef1d to c09908c48f14 (6 revisions) (#49899)
https://skia.googlesource.com/skia.git/+log/2536dc6fef1d..c09908c48f14 2024-01-19 brianosman@google.com Revert "Added AVX512 support for SkRasterPipeline_opts.h" 2024-01-19 robertphillips@google.com [graphite] Update SkEmptyShader to be a no-op 2024-01-19 egdaniel@google.com Fix checking for memoryless support in Vulkan 2024-01-19 ping.wang@amd.com Added AVX512 support for SkRasterPipeline_opts.h 2024-01-19 jvanverth@google.com Remove GrFence support. 2024-01-19 bungeman@google.com Sanitize and extra_flags target only 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,jlavrova@google.com,jonahwilliams@google.com,rmistry@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
1 parent 168a8f4 commit 9ce4e91

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vars = {
1717
'llvm_git': 'https://llvm.googlesource.com',
1818
# OCMock is for testing only so there is no google clone
1919
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
20-
'skia_revision': '2536dc6fef1d3ba82655ada5ef928176e860022c',
20+
'skia_revision': 'c09908c48f14e3dc87ae07d0e033ea04fca9bead',
2121

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

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e054cfbfeb0c96063ee55f8920d98ecc
1+
Signature: 9686414f5769d601aa77232594d232d5
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -6985,8 +6985,8 @@ Copyright 2020 Google LLC.
69856985
LIBRARY: skia
69866986
ORIGIN: ../../../flutter/third_party/skia/gm/clear_swizzle.cpp + ../../../flutter/third_party/skia/LICENSE
69876987
ORIGIN: ../../../flutter/third_party/skia/gm/gpu_blur_utils.cpp + ../../../flutter/third_party/skia/LICENSE
6988-
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.cpp + ../../../flutter/third_party/skia/LICENSE
6989-
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.h + ../../../flutter/third_party/skia/LICENSE
6988+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLFinishCallbacks.cpp + ../../../flutter/third_party/skia/LICENSE
6989+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLFinishCallbacks.h + ../../../flutter/third_party/skia/LICENSE
69906990
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp + ../../../flutter/third_party/skia/LICENSE
69916991
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp + ../../../flutter/third_party/skia/LICENSE
69926992
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h + ../../../flutter/third_party/skia/LICENSE
@@ -6998,8 +6998,8 @@ ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLConstructor.cpp + ../.
69986998
TYPE: LicenseType.bsd
69996999
FILE: ../../../flutter/third_party/skia/gm/clear_swizzle.cpp
70007000
FILE: ../../../flutter/third_party/skia/gm/gpu_blur_utils.cpp
7001-
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.cpp
7002-
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/GrFinishCallbacks.h
7001+
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLFinishCallbacks.cpp
7002+
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/gl/GrGLFinishCallbacks.h
70037003
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp
70047004
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp
70057005
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h

0 commit comments

Comments
 (0)