mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from fa30af9c2b80 to 68ea92de8f29 (2 revisions) (flutter/engine#44641)
https://skia.googlesource.com/skia.git/+log/fa30af9c2b80..68ea92de8f29 2023-08-11 johnstiles@google.com Add SkTHashMap::foreach(const Pair&). 2023-08-11 brianosman@google.com Split out Swizzler opts into separate cpp files 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,chinmaygarde@google.com,kjlubick@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
63b74f7869
commit
60e24c795d
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': 'fa30af9c2b801c7c3d1f3d7094d65ac5ff584005',
|
||||
'skia_revision': '68ea92de8f29a81f72669dda9b6663f7c22659f4',
|
||||
|
||||
# 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: ca72394f741d50c6fa9c333fe3d008b7
|
||||
Signature: d3461bcb7fe38b43f309d80665a72a74
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8934,6 +8934,9 @@ ORIGIN: ../../../third_party/skia/src/core/SkRSXform.cpp + ../../../third_party/
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkSwizzler_opts.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkSwizzler_opts_hsw.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkSwizzler_opts_ssse3.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.h + ../../../third_party/skia/LICENSE
|
||||
@ -9164,6 +9167,9 @@ FILE: ../../../third_party/skia/src/core/SkRSXform.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.h
|
||||
FILE: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkSwizzler_opts.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkSwizzler_opts_hsw.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkSwizzler_opts_ssse3.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h
|
||||
FILE: ../../../third_party/skia/src/effects/colorfilters/SkBlendModeColorFilter.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user