mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 4b6e2f0d8818 to 224e3e257d06 (42 revisions) (flutter/engine#27352)
https://skia.googlesource.com/skia.git/+log/4b6e2f0d8818..224e3e257d06 2021-07-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 697e53f421f9 to 3572711a2c6a (478 revisions) 2021-07-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 04cb5e1d7d89 to a8e98a238521 (6 revisions) 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-13 reed@google.com Hide deprecated filterquality 2021-07-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 csmartdalton@google.com Never disable MSAA for FillRRectOp or GrDrawAtlasPathOp 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 csmartdalton@google.com Move clip optimizations into GrFillRRectOp 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 johnstiles@google.com Add test for SkSL vector-slice constructors. 2021-07-12 johnstiles@google.com Allow swizzles on Boolean scalar expressions. 2021-07-12 reed@google.com Add flag for filterquality in flutter 2021-07-12 reed@google.com Remove drawImageAtCurrentFrame 2021-07-12 johnstiles@google.com Add scalar-swizzling tests for int and bool types. 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 ethannicholas@google.com Moved swizzle error checking into Swizzle::Convert 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 johnstiles@google.com Use value_or in getBlendMode_or. 2021-07-12 robertphillips@google.com Add V1 & V2 build bots 2021-07-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-12 csmartdalton@google.com Fix the AppleM1 skpbench bot name 2021-07-12 jvanverth@google.com Make GrMtlAttachment a little more generic. 2021-07-12 johnstiles@google.com Disable SkSLMatrixToVectorCast test on Adreno 4/5/6xx. 2021-07-12 johnstiles@google.com Shore up matrix/vector conversion tests. 2021-07-12 johnstiles@google.com Support the Boolean form of mix() in the Metal/SPIR-V backends. 2021-07-12 ethannicholas@google.com Fixed some fixups not being applied to DSL code 2021-07-12 johnstiles@google.com Add support for mat2-to-ivec4 conversions in SkSL. 2021-07-12 johnstiles@google.com Disable SkSLMatrixToVectorCast test on Adreno 330. 2021-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from a30ee6a7dc21 to 697e53f421f9 (500 revisions) 2021-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 65498c15ca60 to 4716eec90fcb (3 revisions) 2021-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 17a4b6e7f6bd to 04cb5e1d7d89 (13 revisions) 2021-07-11 reed@google.com Hide deprecated SkPaint::getBlendMode 2021-07-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 80b49c278b92 to 431aedb0c26d 2021-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-09 brianosman@google.com Fix python3 issue in compile_sksl_tests.py 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 johnstiles@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/+doc/main/autoroll/README.md
This commit is contained in:
parent
6d0433831e
commit
df6e22711c
2
DEPS
2
DEPS
@ -27,7 +27,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': '4b6e2f0d8818be9ec03608ef49ca3993b170b3f1',
|
||||
'skia_revision': '224e3e257d06370581aed9e2450255a45c398362',
|
||||
|
||||
# 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: 8e88592490f0574645d7924af60d7873
|
||||
Signature: 7eb74fc459be66b4cc030305e0d25881
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -773,6 +773,9 @@ FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.ex
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-SwiftShader_TSAN.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-TSAN.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-Tidy.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-V1andV2.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-V1only.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-V2only.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Debug-Wuffs.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Release-ANGLE.json
|
||||
FILE: ../../../third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/Build-Debian10-Clang-x86_64-Release-ASAN.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user