mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia c22498502cda..b47704b0bd34 (16 commits) (flutter/engine#12304)
https://skia.googlesource.com/skia.git/+log/c22498502cda..b47704b0bd34 git log c22498502cda..b47704b0bd34 --date=short --no-merges --format='%ad %ae %s' 2019-09-16 brianosman@google.com Fix license comment in skottie_ios 2019-09-16 jvanverth@google.com Revert "Add ETC2 support to Metal backend." 2019-09-16 reed@google.com update videoencoder, add scale option, remove motion-blur hack 2019-09-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-16 halcanary@google.com experimental/skottie_ios: Skottie iOS/Metal App 2019-09-16 nifong@google.com Add a wasm debugger test that uses a WebGL surface 2019-09-16 kjlubick@google.com [canvaskit] Add test for skottie to catch framebuffer issues 2019-09-16 halcanary@google.com gn: split out iOS templates to gn/ios.gni 2019-09-16 jvanverth@google.com Add ETC2 support to Metal backend. 2019-09-16 brianosman@google.com Particle effect scripting update 2019-09-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-16 brianosman@google.com Fix precompiling shaders on GLES / Android 2019-09-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-16 halcanary@google.com BUILD/iOS-App: simplify bundle 2019-09-16 brianosman@google.com android_gdbserver: Don't fail when trying to locate nonexistent files 2019-09-16 nigeltao@google.com Remove a deprecated Wuffs io_buffer::reader call Created with: gclient setdep -r src/third_party/skia@b47704b0bd34 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 on the revert to ensure that a human is aware of the problem. 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/+/master/autoroll/README.md Bug: None TBR=brianosman@google.com
This commit is contained in:
parent
ba1ef5f758
commit
429755ddfd
2
DEPS
2
DEPS
@ -26,7 +26,7 @@ vars = {
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': 'c22498502cda8f3f295f19f0824f0580109b2acb',
|
||||
'skia_revision': 'b47704b0bd343809452d33ca41989b4520104b00',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 5ac1823d19512ac37fc85261ca79f480
|
||||
Signature: e331539f49ffb58bbe867712287faba6
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -1561,6 +1561,7 @@ FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Cl
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Nexus7-CPU-Tegra3-arm-Release-All-Android.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel-GPU-Adreno530-arm-Debug-All-Android_ASAN.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel-GPU-Adreno530-arm64-Debug-All-Android_Vulkan.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel2XL-GPU-Adreno540-arm64-Debug-All-Android.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-Pixel3-GPU-Adreno630-arm64-Debug-All-Android_Vulkan.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-Android-Clang-TecnoSpark3Pro-GPU-PowerVRGE8320-arm-Debug-All-Android.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipes/test.expected/Test-ChromeOS-Clang-AcerChromebookR13Convertible-GPU-PowerVRGX6250-arm-Debug-All.json
|
||||
@ -4956,6 +4957,11 @@ FILE: ../../../third_party/skia/docs/examples/Text_Skew_X.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Typeface_Methods.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Xor.cpp
|
||||
FILE: ../../../third_party/skia/experimental/minimal_ios_mtl_skia_app/main.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkMetalViewBridge.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkMetalViewBridge.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieMtkView.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieMtkView.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/main.mm
|
||||
FILE: ../../../third_party/skia/experimental/xform/SkShape.cpp
|
||||
FILE: ../../../third_party/skia/experimental/xform/SkShape.h
|
||||
FILE: ../../../third_party/skia/experimental/xform/SkXform.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user