mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manual roll Skia from d9e216e62223 to 5bd4bdc0d8e2 (12 revisions) (flutter/engine#41286)
Manual roll requested by jacksongardner@google.com https://skia.googlesource.com/skia.git/+log/d9e216e62223..5bd4bdc0d8e2 2023-04-17 johnstiles@google.com Fix assertion when compiling oversized interface blocks. 2023-04-17 johnstiles@google.com Return a span from SkSL::Type::fields(). 2023-04-17 brianosman@google.com Fix SkJpegMetadataDecoder for Windows shared build 2023-04-17 jvanverth@google.com [Graphite] Enable shader derivatives in Dawn backend. 2023-04-17 jmbetancourt@google.com [skottie] pass sid if present to PropertyObserver 2023-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a6e68d7ed2e8 to f81e1056ccbc (1 revision) 2023-04-17 ccameron@chromium.org Add SkJpegMetadataDecoder interface 2023-04-17 robertphillips@google.com [graphite] Add ProxyCache::purgeProxiesNotUsedSince 2023-04-17 egdaniel@google.com [Graphite] As purgeAsNeeded to ResourceCache. 2023-04-17 egdaniel@google.com [Graphite] Have zero sized resources always have max timestamp value. 2023-04-17 jamesgk@google.com [graphite] Refactor blend shader generation 2023-04-17 nicolettep@google.com Revert "Manual roll Dawn from 27c772262048 to a20c1ee82d29 (13 revisions)" 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,jacksongardner@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:
parent
f415c255c7
commit
3bd9d3aa2d
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': 'd9e216e6222341fc2c3fc3f234a0c9d213e5aab0',
|
||||
'skia_revision': '5bd4bdc0d8e2f9de7e75cdb74e3bb77a9a3e62ee',
|
||||
|
||||
# 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: 975267d3db8b34ce059b689518c274b0
|
||||
Signature: 7ce25f76f56161f234260188050242e2
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -2342,6 +2342,7 @@ ORIGIN: ../../../third_party/skia/include/effects/SkLumaColorFilter.h + ../../..
|
||||
ORIGIN: ../../../third_party/skia/include/effects/SkPerlinNoiseShader.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLExtensions.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/ports/SkFontConfigInterface.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkJpegMetadataDecoder.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkOnce.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkTFitsIn.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkTLogic.h + ../../../third_party/skia/LICENSE
|
||||
@ -2483,6 +2484,7 @@ FILE: ../../../third_party/skia/include/effects/SkLumaColorFilter.h
|
||||
FILE: ../../../third_party/skia/include/effects/SkPerlinNoiseShader.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLExtensions.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontConfigInterface.h
|
||||
FILE: ../../../third_party/skia/include/private/SkJpegMetadataDecoder.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkOnce.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkTFitsIn.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkTLogic.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user