Roll Skia from 4f26f22daa4b to 7f88bda24f7f (5 revisions) (flutter/engine#45901)
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
This commit is contained in:
committed by
GitHub
parent
93cea4d0af
commit
2ec372d9be
2
DEPS
2
DEPS
@@ -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': '4f26f22daa4bf124e2999145f5caad4b10625580',
|
||||
'skia_revision': '7f88bda24f7f355afbe1be2e44cee4d3d84aab45',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: 557fd0352aa7fae3245d470facd95273
|
||||
Signature: 87f0195998ae50921ad40d63914b9c6c
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -8815,6 +8815,7 @@ ORIGIN: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture
|
||||
ORIGIN: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/chromium/SkImageChromium.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../third_party/skia/LICENSE
|
||||
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
|
||||
FILE: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h
|
||||
FILE: ../../../third_party/skia/include/private/chromium/SkImageChromium.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/graphite/ContextOptionsPriv.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/BentleyOttmann1.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h
|
||||
|
||||
Reference in New Issue
Block a user