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

Commit 33059ca

Browse files
Roll Skia from 4f26f22daa4b to 7f88bda24f7f (5 revisions)
https://skia.googlesource.com/skia.git/+log/4f26f22daa4b..7f88bda24f7f 2023-09-15 robertphillips@google.com [graphite] Make Blend helper take an addBlendToKey parameter 2023-09-15 egdaniel@google.com [Graphite] Fix setting depth load/store ops in Vulkan. 2023-09-15 michaelludwig@google.com [skif] Guard case when dst range starts and ends before src range 2023-09-15 jvanverth@google.com [graphite] Add rasterization and uploading to SoftwarePathAtlas. 2023-09-15 jvanverth@google.com [graphite] Move testing ContextOptions to private struct 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 bdero@google.com,brianosman@google.com,jmbetancourt@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://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 994d15c commit 33059ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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': '4f26f22daa4bf124e2999145f5caad4b10625580',
21+
'skia_revision': '7f88bda24f7f355afbe1be2e44cee4d3d84aab45',
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 557fd0352aa7fae3245d470facd95273
1+
Signature: 87f0195998ae50921ad40d63914b9c6c
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8815,6 +8815,7 @@ ORIGIN: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture
88158815
ORIGIN: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h + ../../../third_party/skia/LICENSE
88168816
ORIGIN: ../../../third_party/skia/include/private/chromium/SkImageChromium.h + ../../../third_party/skia/LICENSE
88178817
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../third_party/skia/LICENSE
8818+
ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h + ../../../third_party/skia/LICENSE
88188819
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h + ../../../third_party/skia/LICENSE
88198820
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../third_party/skia/LICENSE
88208821
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h + ../../../third_party/skia/LICENSE
@@ -9076,6 +9077,7 @@ FILE: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture.h
90769077
FILE: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h
90779078
FILE: ../../../third_party/skia/include/private/chromium/SkImageChromium.h
90789079
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h
9080+
FILE: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h
90799081
FILE: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h
90809082
FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h
90819083
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h

0 commit comments

Comments
 (0)