mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manual roll Skia from 2e4223a5f4bf to ad2e21650306 (16 revisions) (flutter/engine#41195)
Manual roll requested by jacksongardner@google.com https://skia.googlesource.com/skia.git/+log/2e4223a5f4bf..ad2e21650306 2023-04-13 jvanverth@google.com [Direct3D] Check for null transfer buffer in readPixels. 2023-04-13 johnstiles@google.com Enforce size limits on struct and array declarations. 2023-04-13 johnstiles@google.com Add benchmark for SkRP compiler backend. 2023-04-13 lovisolo@google.com [bazel] //tests/BUILD.bazel: Comment out GANESH_TESTS entries that cause //tests:ganesh_tests to fail. 2023-04-13 lovisolo@google.com [bazel] Add SkSL files to //resources. 2023-04-13 robertphillips@google.com [graphite] Expand ProxyCache functionality 2023-04-13 johnstiles@google.com Migrate color filter flag into SkRuntimeEffect. 2023-04-13 fmalita@chromium.org [skottie] Fix fill/stroke color property dispatch order 2023-04-13 johnstiles@google.com Reject unsized arrays in function parameter lists. 2023-04-13 egdaniel@google.com Fix check for GLES sized Lum8 support. 2023-04-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from cc077ed7fd08 to c8e5e8c4c60b (11 revisions) 2023-04-13 johnstiles@google.com Remove SkVM visualizer component. 2023-04-13 lehoangquyen@chromium.org Graphite-Dawn: fix buffer->texture copy didn't use mip level. 2023-04-13 johnstiles@google.com Use SkRP to test debug-trace functionality alongside SkVM. 2023-04-13 fmalita@chromium.org [sksvg] Remove private types from SkSVGTypes.h 2023-04-13 lovisolo@google.com Update iOS signing certificates. 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,lovisolo@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
bdacd661ae
commit
aa46293710
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': '2e4223a5f4bf0d20e9862ddd9c44bd0db669482a',
|
||||
'skia_revision': 'ad2e2165030621a0da9eb14d8fc01c2fcf48da14',
|
||||
|
||||
# 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: e5a77daee7239e0fdea83ae4236e6528
|
||||
Signature: d777e0a04b30fb679310ccc1c9638e43
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -7724,8 +7724,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLReplaceConstVarsWithLit
|
||||
ORIGIN: ../../../third_party/skia/src/text/gpu/Slug.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/text/gpu/SubRunAllocator.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/text/gpu/SubRunAllocator.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/utils/SkVMVisualizer.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/utils/SkVMVisualizer.h + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/gm/attributes.cpp
|
||||
FILE: ../../../third_party/skia/gm/composecolorfilter.cpp
|
||||
@ -7949,8 +7947,6 @@ FILE: ../../../third_party/skia/src/sksl/transform/SkSLReplaceConstVarsWithLiter
|
||||
FILE: ../../../third_party/skia/src/text/gpu/Slug.cpp
|
||||
FILE: ../../../third_party/skia/src/text/gpu/SubRunAllocator.cpp
|
||||
FILE: ../../../third_party/skia/src/text/gpu/SubRunAllocator.h
|
||||
FILE: ../../../third_party/skia/src/utils/SkVMVisualizer.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkVMVisualizer.h
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2021 Google LLC
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user