mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from b2f163ae11bf to 69a53db434a6 (8 revisions) (flutter/engine#53365)
https://skia.googlesource.com/skia.git/+log/b2f163ae11bf..69a53db434a6 2024-06-12 michaelludwig@google.com [skif] Use FilterResult::rescale() for blur() 2024-06-12 brianosman@google.com Remove SKSL_STANDALONE from SkSLModuleLoader 2024-06-12 ccameron@chromium.org SkGainmapEncoder: Add Exif segment 2024-06-12 brianosman@google.com Remove guard for AAA scan converter intersection bugfix 2024-06-12 brianosman@google.com Fully remove deferred blitting from AAA scan converter 2024-06-12 ccameron@chromium.org SkTiff: Make constants public 2024-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from ec3221eef698 to 8489c5749b4b 2024-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 9a693759186a to c3c17897c123 (1 revision) 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,bungeman@google.com,chinmaygarde@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
parent
673ff9c03b
commit
305ae8ca47
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ vars = {
|
||||
'flutter_git': 'https://flutter.googlesource.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
'skia_revision': 'b2f163ae11bfaf0bca2eb8fcdbc51b2fd6f71012',
|
||||
'skia_revision': '69a53db434a62cf5f9e6c5e8b3be8088fe4eacc7',
|
||||
|
||||
# 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: e40fc6d0ec2fcd9b62c81ebc3d60e3eb
|
||||
Signature: 8a1c42830a996af34d00c80b2cdc2a78
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -9561,6 +9561,9 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextLCDRend
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextLCDRenderStep.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleData.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataDefault.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataFile.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnnecessaryBraces.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -9629,6 +9632,9 @@ FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextLCDRender
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/SDFTextLCDRenderStep.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.h
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleData.h
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataDefault.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataFile.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnnecessaryBraces.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user