mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from ba4721319a92 to 091ec9bdcf9b (12 revisions) (flutter/engine#39177)
https://skia.googlesource.com/skia.git/+log/ba4721319a92..091ec9bdcf9b 2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 3c9bfe50679a to bd000c01fd40 2023-01-26 jvanverth@google.com [metal] Fix MetalWindowContext destruction on Mac 2023-01-26 jmbetancourt@google.com add visibility to targets referenced by ganesh/gl BUILD file 2023-01-26 herb@google.com Simplify prepare_for_SDFT_drawing add pos mapping 2023-01-26 armansito@google.com [sksl][wgsl] Function call expressions with no out-params 2023-01-26 johnstiles@google.com Simplify for-loops that do not use `continue`. 2023-01-26 johnstiles@google.com Add an Analysis pass to check if a loop uses `continue` or `break`. 2023-01-26 michaelludwig@google.com [graphite] Support elliptical corners for hairlines in AnalyticRRectRenderStep 2023-01-26 johnstiles@google.com Simplify function-result stack in RP codegen. 2023-01-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 50eca412c1e8 to 3f8e117e3655 (5 revisions) 2023-01-26 johnstiles@google.com Implement length intrinsic in RP codegen. 2023-01-26 johnstiles@google.com Simplify the switch-case block visitor. 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 nicolettep@google.com,zra@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
7e99ce795b
commit
2b4159dedf
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': 'ba4721319a926fb01dc5ec19ef477cdf523aef34',
|
||||
'skia_revision': '091ec9bdcf9bfe418da6a5f7c59569ec73ed73d9',
|
||||
|
||||
# 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: ff83b6b69513b4abae37ff07256bb592
|
||||
Signature: ff746f095761d893701a9e00abef5e5b
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8949,6 +8949,7 @@ ORIGIN: ../../../third_party/skia/src/core/SkTSearch.h + ../../../third_party/sk
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLHasContinueOrBreak.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/fuzz/FuzzCubicQuadRoots.cpp
|
||||
@ -8966,6 +8967,7 @@ FILE: ../../../third_party/skia/src/core/SkTSearch.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
|
||||
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLHasContinueOrBreak.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google LLC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user