2822 Commits

Author SHA1 Message Date
Ben Konyi
2a8f6dca60 Roll src/third_party/dart 462a448ac8..c154677699 (2 commits)
dart-lang/sdk@c154677699 [vm] Handle trivial initializers for late fields
dart-lang/sdk@46ae3e4e7a [vm] not remove port if socket was listening by other isolates
2019-11-06 13:15:30 -08:00
Chinmay Garde
d59b1583b0
Ensure that the device pixel ratio is taken into account with window metrics in physical pixels. (#13708)
This was originally patched in https://github.com/flutter/engine/pull/13193 but
the unit-tests were written under the mistaken assumption (that has been
documented already) that the Flutter window metrics used logical pixel
coordinates. That mistake has been corrected and additional tests to verify
rendering intent has been added.

Fixes https://github.com/flutter/flutter/issues/43906
Fixes https://b.corp.google.com/issues/143529469
2019-11-06 11:16:18 -08:00
skia-flutter-autoroll
9358e7527c
Roll src/third_party/skia 6e54a299cce9..6790423f84ef (11 commits) (#13718)
https://skia.googlesource.com/skia.git/+log/6e54a299cce9..6790423f84ef

git log 6e54a299cce9..6790423f84ef --date=short --no-merges --format='%ad %ae %s'
2019-11-06 bsalomon@google.com fix tolerance in read pixels tests
2019-11-06 robertphillips@google.com Revert "Fully delineate GL usage w/ skia_use_gl"
2019-11-06 mtklein@google.com guard all SkVMBlitter debug features together
2019-11-06 nifong@google.com find min and max, separared by comma. not minmax.
2019-11-06 nigeltao@google.com Inline SkWuffsCodec::readFrames
2019-11-06 rosasco@google.com Fully delineate GL usage w/ skia_use_gl
2019-11-06 borenet@google.com [infra] Remove Calmbench and ParentRevision bots
2019-11-06 nifong@google.com Record min and max frame times from skpbench in perf
2019-11-06 egdaniel@google.com Have vulkan command and descriptor sets handle failed creation.
2019-11-06 bungeman@google.com Reland "Fix empty run handling in trivial shaper iterators"
2019-11-06 michaelludwig@google.com Combine mask and edge distance in TessellationHelper

Created with:
  gclient setdep -r src/third_party/skia@6790423f84ef

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 ethannicholas@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=ethannicholas@google.com
2019-11-06 13:21:25 -05:00
Ben Konyi
b37ee31f7e Roll src/third_party/dart 24f1f313a2..462a448ac8 (2 commits)
dart-lang/sdk@462a448ac8 [cfe] Integrate definite assignment, nullability and type promotion analysis
dart-lang/sdk@cfe29c45fd [doc/ffi] Update API docs message to be consistent with website
2019-11-06 10:11:27 -08:00
skia-flutter-autoroll
f55b12d57b
Roll src/third_party/skia f00524707da7..6e54a299cce9 (1 commits) (#13715)
https://skia.googlesource.com/skia.git/+log/f00524707da7..6e54a299cce9

git log f00524707da7..6e54a299cce9 --date=short --no-merges --format='%ad %ae %s'
2019-11-06 robertphillips@google.com Assert we are now in the world of single-primitive-type render passes

Created with:
  gclient setdep -r src/third_party/skia@6e54a299cce9

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 ethannicholas@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=ethannicholas@google.com
2019-11-06 09:27:47 -05:00
skia-flutter-autoroll
08a7d21db6
Roll src/third_party/skia cdc0c23f1a2e..f00524707da7 (2 commits) (#13712)
https://skia.googlesource.com/skia.git/+log/cdc0c23f1a2e..f00524707da7

git log cdc0c23f1a2e..f00524707da7 --date=short --no-merges --format='%ad %ae %s'
2019-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 67527cb45293..1d09b983031b (5 commits)
2019-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader aaa64b76c0b4..215bc7949b35 (2 commits)

Created with:
  gclient setdep -r src/third_party/skia@f00524707da7

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 ethannicholas@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=ethannicholas@google.com
2019-11-06 03:36:22 -05:00
Ben Konyi
28c4c5b116 Roll src/third_party/dart 8bdca37e98..51016532e8 (21 commits)
dart-lang/sdk@51016532e8 DEPS: update d8 to 7.8.279
dart-lang/sdk@11b1433756 Allow downwards inference of sound constructor calls.
dart-lang/sdk@c06674e558 Apply review feedback from:
dart-lang/sdk@1d90df9279 Migrate recent changes in sdk/BUILD.gn to sdk_nnbd/BUILD.gn.
dart-lang/sdk@e9c57d2e04 [dart2js] New RTI: Lower is-checks to `instanceof` in-place where possible.
dart-lang/sdk@5134490b78 [analysis_server] add crash reporting
dart-lang/sdk@af37dcf540 [analyzer] remove older crash reporting from the dartanalyzer cli
dart-lang/sdk@1d774abeea [analysis_server] Remove old crash reporting
dart-lang/sdk@1b947a51cc [dart2js] new-rti: Copy environment input type before refinement removal
dart-lang/sdk@e31c7ff591 [vm/concurrency] Move idle timeout detection from message handler to [Isolate]
dart-lang/sdk@f908fb67ce [ VM / Service ] Fix potential race in service test helper
dart-lang/sdk@1f8ef384d9 [vm] First pieces of late modifier implementation.
dart-lang/sdk@b8cd8eee5d Migrate dart:internal to NNBD.
dart-lang/sdk@d3f19cf7ae Reland "Enable visibleForTesting on unnamed constructors"
dart-lang/sdk@e65d95e8c8 (dart2js) add indirect dynamic calls to global inference and use it to model operator==
dart-lang/sdk@9ba71b0fdd Modify local inference to generate constraints with respect to variance.
dart-lang/sdk@689447d0fb Revert "[ddk] Don't use Library.isExternal"
dart-lang/sdk@8b050df2db [infra] Remove duplicate args_tag from DEPS
dart-lang/sdk@2db4368eb8 [infra] Update CHANGELOG.md for 2.6.0
dart-lang/sdk@d635bdd49c [cfe] Move variance tests to general/
dart-lang/sdk@9ddad67f73 [vm] Add aot option to protobuf_aware_treeshaker.
2019-11-05 22:11:44 -08:00
skia-flutter-autoroll
9726b4cb99
Roll src/third_party/skia f3d4109a793b..cdc0c23f1a2e (36 commits) (#13707)
https://skia.googlesource.com/skia.git/+log/f3d4109a793b..cdc0c23f1a2e

git log f3d4109a793b..cdc0c23f1a2e --date=short --no-merges --format='%ad %ae %s'
2019-11-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-05 reed@google.com split out blendmodes for skvm
2019-11-05 reed@google.com split out serial functions for SkFont into separate impl
2019-11-05 michaelludwig@google.com Cache tessellation metadata between inset/outset calls
2019-11-05 senorblanco@chromium.org Dawn: fix mipmap width and height computation during upload.
2019-11-05 mtklein@google.com friendly wrapper to allocate uniforms
2019-11-05 senorblanco@chromium.org Roll Dawn to ToT.
2019-11-05 halcanary@google.com SkPDF/bublic.bzl: switch away from Sfntly subsetter.
2019-11-05 bungeman@google.com Revert "Fix empty run handling in trivial shaper iterators"
2019-11-05 robertphillips@google.com Revert "Reland "Implement sample mask and sample locations support in Vulkan""
2019-11-05 robertphillips@google.com Revert "Add a "conservative raster" flag to GrPipeline and implement in Vulkan"
2019-11-05 bungeman@google.com Fix empty run handling in trivial shaper iterators
2019-11-05 fmalita@chromium.org [skottie] Streamlined gradient stop merger
2019-11-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-05 mtklein@google.com implement SkColorFilterShader::isOpaque()
2019-11-05 csmartdalton@google.com Add a "conservative raster" flag to GrPipeline and implement in Vulkan
2019-11-05 egdaniel@google.com Add new macro for checking device lost when making Vulkan calls.
2019-11-05 borenet@google.com [recipes] CanvasKit, PathKit, some others don't need bot_update
2019-11-05 ethannicholas@google.com Reland "Implement sample mask and sample locations support in Vulkan"
2019-11-05 mtklein@google.com unify program() and uniforms()
2019-11-05 brianosman@google.com Reland "Fully embrace skcms types in SkColorSpace API"
2019-11-05 bsalomon@google.com Cleanup kGray_8 readback.
2019-11-05 fmalita@chromium.org [skottie] Fix trim path mode interpretation
2019-11-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6c7208f93d6e..67527cb45293 (10 commits)
2019-11-05 fmalita@chromium.org [skottie] Use SkColor4f for gradient color stops
2019-11-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-05 benjaminwagner@google.com Fail Skpbench on unsupported hardware
2019-11-05 herb@google.com Speed up diff canvas using small bit vector
2019-11-05 mtklein@google.com add color filter support
2019-11-05 mtklein@google.com x86-64 JIT support for Op::index
2019-11-05 csmartdalton@google.com ccpr: Fail gracefully when atlas instantiation fails
2019-11-05 bsalomon@google.com Add valgrind suppressions for GrClearImage
2019-11-05 robertphillips@google.com Revert "Fully embrace skcms types in SkColorSpace API"
2019-11-05 mtklein@google.com simpler uniforms() api
2019-11-05 mtklein@google.com merge key() and CanBuild() into CacheKey()
2019-11-05 mtklein@google.com indent loop so it stands out

Created with:
  gclient setdep -r src/third_party/skia@cdc0c23f1a2e

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 ethannicholas@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=ethannicholas@google.com
2019-11-05 23:45:39 -05:00
skia-flutter-autoroll
af3a69c955
Roll src/third_party/skia 4a4f34b76f3a..f3d4109a793b (1 commits) (#13659)
https://skia.googlesource.com/skia.git/+log/4a4f34b76f3a..f3d4109a793b

git log 4a4f34b76f3a..f3d4109a793b --date=short --no-merges --format='%ad %ae %s'
2019-11-05 mtklein@google.com add (x,y) params to shader program()

Created with:
  gclient setdep -r src/third_party/skia@f3d4109a793b

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 ethannicholas@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=ethannicholas@google.com
2019-11-05 16:41:50 -05:00
Ben Konyi
fcd8a21893 Roll src/third_party/dart ab5cf0f854..8bdca37e98 (23 commits)
dart-lang/sdk@8bdca37e98 [vm] Bump minimum kernel version to 29.
dart-lang/sdk@75dc8483ab [kernel] Include promoted bound in TypeParameterType equality
dart-lang/sdk@4ebc1e3fe7 Migrate dart:async to NNBD.
dart-lang/sdk@d0e51573fc [infra] Update checked-in SDKs to 2.6.0
dart-lang/sdk@48ebcdac5f [ddk] Don't use Library.isExternal
dart-lang/sdk@208f3709b9 [vm/benchmark] Add IsolateSpawnMemory.Dart2JSDeltaRss benchmarks.
dart-lang/sdk@91c38d00c0 [dart2js] New RTI: Improve lowering of simple is-tests.
dart-lang/sdk@54b324ca04 [dart2js] new-rti: Cache non-generic types on constructor
dart-lang/sdk@6d28f59c54 Added promiseToFuture function to js_util.dart
dart-lang/sdk@0804a6f260 Don't use deprecated analyzer elements in dartfuzz.
dart-lang/sdk@79dc0cbc47 [vm/benchmarks] Add benchmark that decodes json on a separate isolate.
dart-lang/sdk@7ba5584c2e [analysis_server] Fix outdated desin Service->Server, use Service->Logger.
dart-lang/sdk@5279b6438c [vm/bytecode] Fix raw casts in DynamicCall in the interpreter
dart-lang/sdk@0ea69b7342 [vm/benchmarks] Use service api to get heap usage for IsolateSpawn benchmark.
dart-lang/sdk@8119253f64 Include space after comma in FunctionType.toString().
dart-lang/sdk@c38dafec6b Issue 39051. Implement isAbstract for ConstructorElement.
dart-lang/sdk@abb1a17c89 Include FeatureSet into unlinked API signature.
dart-lang/sdk@5bae0f23cf Increase completion model token lookback to 100
dart-lang/sdk@f1fd342f71 Initial sketch of a preview site
dart-lang/sdk@48d44af154 Report error if inheriting from FutureOr. Fixes #33745
dart-lang/sdk@2a5ece5d89 Fix analyzer_plugin tutorial link
dart-lang/sdk@9d5649175a Fix using deprecated analyzer elements in DDC.
dart-lang/sdk@5a3c4002b8 Replace 'bottom' with 'Never' in subtyping tests.
2019-11-05 13:29:21 -08:00
skia-flutter-autoroll
42299931bf
Roll src/third_party/skia 4cc2dc64ff13..4a4f34b76f3a (19 commits) (#13637)
https://skia.googlesource.com/skia.git/+log/4cc2dc64ff13..4a4f34b76f3a

git log 4cc2dc64ff13..4a4f34b76f3a --date=short --no-merges --format='%ad %ae %s'
2019-11-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-04 brianosman@google.com Fully embrace skcms types in SkColorSpace API
2019-11-04 michaelludwig@google.com Make SkBlendMode_AsCoeff() public
2019-11-04 bsalomon@google.com Some improvements to backend texture creation.
2019-11-04 jvanverth@google.com Fix memory leak in iOS viewer.
2019-11-04 robertphillips@google.com Use QuadHelper and PatternHelper in more places
2019-11-04 herb@google.com Fix fuzz bug in isValid for SkDescriptor
2019-11-04 fmalita@chromium.org [skottie] Add support for gradient opacity stops
2019-11-04 michaelludwig@google.com Return coverage from inset() call instead of using a separate function.
2019-11-04 mtklein@google.com updateUniforms() just once
2019-11-04 fmalita@chromium.org [skottie] Add a couple more 3D tests
2019-11-04 brianosman@google.com Update comment on isNumericalTransferFn to clarify that fn is always set
2019-11-04 michaelludwig@google.com Skip unnecessary moveTo in degenerate quad calculations
2019-11-04 borenet@google.com Reland "[recipes] Assert that Git is obtained from CIPD"
2019-11-04 penghuang@chromium.org Make GrVkResource::Trace thread safe.
2019-11-04 borenet@google.com [infra] Make SkottieWASM and LottieWeb use git from CIPD
2019-11-04 brianosman@google.com SkColorMatrix cleanup
2019-11-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e96039218e9d..6c7208f93d6e (8 commits)
2019-11-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fda994c63075..aaa64b76c0b4 (8 commits)

Created with:
  gclient setdep -r src/third_party/skia@4a4f34b76f3a

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 ethannicholas@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=ethannicholas@google.com
2019-11-04 21:23:20 -05:00
skia-flutter-autoroll
e73c9c8f6b
Roll src/third_party/skia 8e083eee8ece..4cc2dc64ff13 (1 commits) (#13543)
https://skia.googlesource.com/skia.git/+log/8e083eee8ece..4cc2dc64ff13

git log 8e083eee8ece..4cc2dc64ff13 --date=short --no-merges --format='%ad %ae %s'
2019-11-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

Created with:
  gclient setdep -r src/third_party/skia@4cc2dc64ff13

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 ethannicholas@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=ethannicholas@google.com
2019-11-04 14:28:23 -05:00
Ben Konyi
bf9d2633fa
Roll src/third_party/dart bbe2ac28c9..ab5cf0f854 (73 commits) (#13614)
dart-lang/sdk@ab5cf0f854 [vm] Ensure create_sdk GN build has working dart2native iff AOT is supported
dart-lang/sdk@d2bd6df607 [infra] Update make_version.py hack for Flutter for 2.7.0
dart-lang/sdk@6c0387da67 Fix typos in CHANGELOG.md
dart-lang/sdk@740cd89ad8 Fix link markup in ffi README
dart-lang/sdk@f91ef3afd7 [kernel] Deprecate Library.isExternal
dart-lang/sdk@c75e5e4cf4 [CFE] Fix assert in parser
dart-lang/sdk@2438fe10cb Rename BottomTypeImpl to NeverTypeImpl.
dart-lang/sdk@523e9ffa88 [cfe] Add EqualsExpression, BinaryExpression, UnaryExpression and ParenthesizedExpression
dart-lang/sdk@a996783de5 [cfe+analyzer] Move StackListener to _fe_analyzer_shared
dart-lang/sdk@28cc459458 Implement List.empty() in the DDC patch file.
dart-lang/sdk@e83e66111d Copy propagate on private symbol vars
dart-lang/sdk@0aaa1c5fc8 Port of dart:core to NNBD.
dart-lang/sdk@b76ab4012d linter 0.1.103
dart-lang/sdk@9bffff6dfc Fix exception in migration of ?? operator when the right hand side is a generic type
dart-lang/sdk@ed1910006c [vm/bytecode] Cleanup support for bytecode format before v20
dart-lang/sdk@d96cd87896 [vm, reload] Initialize new fields in existing instances lazily.
dart-lang/sdk@8b67fcbbd1 [vm] Cleanup script tags
dart-lang/sdk@ebc6340e36 [gardening] Skip bytecode_with_ast_in_aot_test on crossword-ast bot
dart-lang/sdk@79c7d3d8bc [vm] Always use bytecode when it is present in a kernel file. Let FLAG_use_bytecode_compiler only control whether the kernel isolate generates bytecode.
dart-lang/sdk@7db3b15a48 Update changelog for analysis_server_client 1.1.2
dart-lang/sdk@fb5c75c506 Upgrade dartdoc to 0.29.0.
dart-lang/sdk@eab70c2673 Visit annotations on classes in EdgeBuilder
dart-lang/sdk@9fd4d468b2 NNBD i13n: Temporary fix in order to migrate path package
dart-lang/sdk@e47a531e61 dartfix: Hide --server option; don't include hidden options in CHANGELOG
dart-lang/sdk@5965789b92 [CFE] Fix bug in lint test
dart-lang/sdk@b3ed442f70 Fix some unnecessary imports of front_end in analyzer
dart-lang/sdk@2ad5af1e13 Move resolve_relative_uri.dart into _fe_analyzer_shared
dart-lang/sdk@51023cbb54 [dart2js] Add test for sequence of promotions
dart-lang/sdk@c4b6df5009 Move ID testing infrastructure into _fe_analyzer_shared.
dart-lang/sdk@3e5b3b15a0 [cfe] Add the initial functionality of reachability analysis
dart-lang/sdk@6ea11a8b64 Decouple colors.dart from CompilerContext
dart-lang/sdk@00c2962db8 [cfe+analyzer] Move messages, scanner and parser to package:_fe_analyzer_shared
dart-lang/sdk@df678dbec0 [VM/nnbd] Introduce type Never in VM and bytecode.
dart-lang/sdk@917ba19c1a [ VM / Service ] Remove flaky portion of get_flag_list_rpc_test
dart-lang/sdk@bc6cadfac4 [ VM / Service ] Fix get_flag_list_rpc_test for real this time
dart-lang/sdk@b81eb3bfc8 Bump dartfix to 0.1.5; add CHANGELOG notes
dart-lang/sdk@3224a6633b [ VM / dart:io ] Replace usage of SecTrustEvaluate with SecTrustEvaluateWithError on MacOS >= 10.14
dart-lang/sdk@0dd494bc54 [ VM / Service ] Fix get_flag_list_rpc_test failing on release builds.
dart-lang/sdk@8a09d7ab5a [vm/bytecode] Remove alignment of sections in bytecode
dart-lang/sdk@d9b069b27d [vm] Use `fuchsia.deprecatedtimezone`
dart-lang/sdk@550985189c Added errors for variance positions in fields.
dart-lang/sdk@924ec34e01 Remove analysis logger, replace with calls to InstrumentationService
dart-lang/sdk@09bc0cc5ab Issue 38734. Don't report IMPLICIT_THIS_REFERENCE_IN_INITIALIZER for late fields.
dart-lang/sdk@60c34ac420 [ VM / Service ] Allow for the profiler to be enabled/disabled via SetFlags RPC
dart-lang/sdk@cc98941bdd [dart2js] new-rti: defer infrequent types in lazy initializers
dart-lang/sdk@84a8a2db33 Issue 39192. Fix codeLength / codeOffset, store it into the cached data.
dart-lang/sdk@0f7b67477f Invalidate DDC library cache on trackLibraries
dart-lang/sdk@94e312f7a6 Added errors for variance positions in method members.
dart-lang/sdk@489591068b Revert "Exclude flow_analysis/data directories from analysis."
dart-lang/sdk@bb45179cad Remove tests already moved to ImplicitThisReferenceInInitializerTest.
dart-lang/sdk@a00376349a Exclude flow_analysis/data directories from analysis.
dart-lang/sdk@d7def97773 typo
dart-lang/sdk@f7722a2ecd [frontend_server] write JavaScript source maps
dart-lang/sdk@f9b57bdfa8 Update the language version in DDC patch files for migrated libraries.
dart-lang/sdk@9b15195448 Inline CompialtionUnitElementImpl.getTypeFromTypes
dart-lang/sdk@7c6d212e66 Exclude shared integration test suites from analysis.
dart-lang/sdk@4551080062 Add retry logic for incremental compiler initialization.
dart-lang/sdk@f78e5463c9 Clean up server code to remove a lint
dart-lang/sdk@e56612020c Prepare to publish analyzer 0.39.1.
dart-lang/sdk@bb8ddfcdd6 Format definite_assignment test cases.
dart-lang/sdk@a0ee662b7b Move shared analyzer/FE integration test data into shared package.
dart-lang/sdk@cdcc5282ea [vm] Add NativePort static extension to `dart:ffi`
dart-lang/sdk@6b61050d9c [cfe+analyzer] Split generated message files into shared and cfe-only
dart-lang/sdk@f8ab10b322 Remove CompilationUnitElementImpl.replaceTopLevelVariable
dart-lang/sdk@5b4612bc68 Move front_end/lib/src/base/errors.dart into _fe_analyzer_shared package.
dart-lang/sdk@29ab43e0e2 Move flow_analysis tests into package:_fe_analyzer_shared.
dart-lang/sdk@499815842c Create a package to hold code shared between front_end and analyzer.
dart-lang/sdk@d76ffbc149 [cfe] Handle assigned variables in for and for-in
dart-lang/sdk@bb71c3eecc [dart2js] Ensure type check metadata is generated for types that otherwise only appear in substitutions.
dart-lang/sdk@6f5aee9f7f Update dart2native.dart
dart-lang/sdk@2897bebdef [cfe] Resolve serialization mismatch due to variance computation
dart-lang/sdk@decca61f8c Deprecate TypeDefiningElement.type except ExecutableElement.
dart-lang/sdk@fde7cbf293 support type params in stateful widget conversion
2019-11-04 08:52:40 -08:00
skia-flutter-autoroll
ebab0d330b
Roll src/third_party/skia 283ec65f632a..8e083eee8ece (32 commits) (#13489)
https://skia.googlesource.com/skia.git/+log/283ec65f632a..8e083eee8ece

git log 283ec65f632a..8e083eee8ece --date=short --no-merges --format='%ad %ae %s'
2019-11-01 robertphillips@google.com Tighten up min and max vertex indices passed to GrTextureOp's meshes
2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-01 michaelludwig@google.com Progress towards consolidating aa mask and edge distances
2019-11-01 ethannicholas@google.com Revert "Implement sample mask and sample locations support in Vulkan"
2019-11-01 ethannicholas@google.com Implement sample mask and sample locations support in Vulkan
2019-11-01 kjlubick@google.com [canvaskit] Add relative SkPath operators
2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-01 robertphillips@google.com Revert "Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp"
2019-11-01 borenet@google.com Revert "[recipes] Assert that Git is obtained from CIPD"
2019-11-01 senorblanco@chromium.org Dawn: update to recent texture proxy changes.
2019-11-01 borenet@google.com [recipes] Assert that Git is obtained from CIPD
2019-11-01 borenet@google.com [infra] Make CheckGeneratedFiles use git from CIPD
2019-11-01 mtklein@google.com opaque shaders and srcover -> src
2019-11-01 mtklein@google.com get rid of Uniforms
2019-11-01 michaelludwig@google.com Refactor tessellation metadata to move towards independent inset/outset calculations
2019-11-01 mtklein@google.com paint color -> shader
2019-11-01 mtklein@google.com paint alpha scaling as its own effect
2019-11-01 senorblanco@chromium.org Dawn: fix RTHeight adjustment.
2019-11-01 robertphillips@google.com Reduce max # of AA Quads that can be merged or chained into a single GrTextureOp
2019-11-01 halcanary@google.com tools/git-sync-deps: enforce commit hash in DEPS, not tags or branches
2019-11-01 egdaniel@google.com Use GrSurfaceProxyView for dst proxies.
2019-11-01 mtklein@google.com add --quick to fm
2019-11-01 michaelludwig@google.com Remove extraneous semicolons
2019-11-01 mtklein@google.com add GM for exercising interesting paths in SkVMBlitter
2019-11-01 mtklein@google.com try hashing shaders via their program
2019-11-01 brianosman@google.com Add BT2020 (non-constant-luminance) YUV color space
2019-11-01 brianosman@google.com Remove SK_LEGACY_YUV_MATRICES
2019-11-01 robertphillips@google.com Update GrTextureOp to use index buffer offsets for draws
2019-11-01 borenet@google.com [infra] Update git, make [Canvas|Path]Kit et al use git from CIPD
2019-11-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 841b01678c49..e96039218e9d (6 commits)
2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

Created with:
  gclient setdep -r src/third_party/skia@8e083eee8ece

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 jcgregorio@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=jcgregorio@google.com
2019-11-02 13:57:53 -04:00
skia-flutter-autoroll
fe96827fbe
Roll fuchsia/sdk/core/linux-amd64 from 866GG... to dhwMR... (#13475)
Roll fuchsia/sdk/core/linux-amd64 from 866GG... to dhwMR...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-11-01 18:37:03 -04:00
skia-flutter-autoroll
a425407896
Roll src/third_party/skia 809ec77893be..283ec65f632a (14 commits) (#13472)
https://skia.googlesource.com/skia.git/+log/809ec77893be..283ec65f632a

git log 809ec77893be..283ec65f632a --date=short --no-merges --format='%ad %ae %s'
2019-10-31 emircan@google.com Handle all failures for vkWaitForFences
2019-10-31 herb@google.com Fast SkPackedGlyphID CTOR
2019-10-31 michaelludwig@google.com Use point to line distance instead of area for colinear check
2019-10-31 benjaminwagner@google.com [infra] Upgrade MacBookAir to 10.15.
2019-10-31 herb@google.com ...finally!
2019-10-31 michaelludwig@google.com Move tessellation math into GrQuadUtils
2019-10-31 benjaminwagner@google.com Add Pixel4 jobs
2019-10-31 halcanary@google.com refactor/layering: SkMalloc.cpp
2019-10-31 mtklein@google.com only scale shader by paint alpha < 1
2019-10-31 mtklein@google.com fix uniform buffer size, scale by paint alpha
2019-10-31 brianosman@google.com Update YUV GMs to use SkYUVMath matrices
2019-10-31 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
2019-10-31 brianosman@google.com Use SkYUVMath in GrYUVtoRGBEffect
2019-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 bb35bb4e5379..841b01678c49 (4 commits)

Created with:
  gclient setdep -r src/third_party/skia@283ec65f632a

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 jcgregorio@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=jcgregorio@google.com
2019-11-01 18:32:38 -04:00
Dan Field
0a8bd9dd6f
Fix mDNS for iOS13 (#13451) 2019-11-01 15:29:15 -07:00
gaaclarke
1eb15c12fb
Revert 78a8ca0f62b04fa49030ecdd2d91726c0639401f (#13467)
Put `Picture.toImage` back on the GPU thread.  Left the unit tests intact.
2019-10-31 16:57:52 -07:00
skia-flutter-autoroll
8ea19b1c76
Roll src/third_party/skia 549325c87e9d..809ec77893be (1 commits) (#13458)
https://skia.googlesource.com/skia.git/+log/549325c87e9d..809ec77893be

git log 549325c87e9d..809ec77893be --date=short --no-merges --format='%ad %ae %s'
2019-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e1cda3916cee..fda994c63075 (2 commits)

Created with:
  gclient setdep -r src/third_party/skia@809ec77893be

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 jcgregorio@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=jcgregorio@google.com
2019-10-31 16:39:37 -04:00
skia-flutter-autoroll
67250fe81d
Roll fuchsia/sdk/core/linux-amd64 from nhX22... to 866GG... (#13450)
Roll fuchsia/sdk/core/linux-amd64 from nhX22... to 866GG...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-10-31 16:08:20 -04:00
Ben Konyi
44c9fab7b4 Roll src/third_party/dart d50c158d42..bbe2ac28c9 (19 commits)
dart-lang/sdk@bbe2ac28c9 [dartdevc] Add runtime support for NNBD weak subtype checks
dart-lang/sdk@2f6de17113 Add extensions to LibraryElement.topLevelElements
dart-lang/sdk@b164a892e2 [vm] Fix spurious MSAN failures when accessing arguments to runtime calls.
dart-lang/sdk@fb362b54a7 Stop using FunctionTypeAliasElement.parameters/returnType in analyzer.
dart-lang/sdk@67a7aae567 [dartdevc] Adding logic for required named parameter runtime checks.
dart-lang/sdk@bbe273081c Report a diagnostic when the length getter in a constant expression is defined in an extension (issue 39170)
dart-lang/sdk@2b903a6bfd Add more subtype tests.
dart-lang/sdk@0722c39ffa [dart2js] Mark pkg/js_ast/test/printer_callback_test as slow.
dart-lang/sdk@44641fbd61 Added variance support in bounds inferencing.
dart-lang/sdk@f99a28407f [dartdevc] Temporarily run NNBD tests with a "hybrid" SDK
dart-lang/sdk@79900aea3a Remove AstBuilder.localDeclarations
dart-lang/sdk@e01ba33faf Remove CompilationUnitElementImpl.localDeclarations
dart-lang/sdk@948e1da54c Remove _HasTypedefSelfReferenceVisitor, already computed during linking.
dart-lang/sdk@4495165191 Always return some GenericFunctionTypeElement from GenericTypeAliasElementImpl.function
dart-lang/sdk@24ad18c51a NNBD ported developer.dart
dart-lang/sdk@33274b6fae [dartdevc] removed unnecessary '.bind(this)' + added doc comments.
dart-lang/sdk@262fadc6cf Change the type of RetainingPathItem.parentField to String in the observatory
dart-lang/sdk@48fbd1aa2b Throw exception when calling defaultDartType in VarianceCalculator.
dart-lang/sdk@7e76414eab [frontend_server] Support Fuchsia-style package splitting and FAR manifest generation.
2019-10-31 13:07:22 -07:00
skia-flutter-autoroll
1765618b56
Roll src/third_party/skia 7df14d055703..549325c87e9d (11 commits) (#13447)
https://skia.googlesource.com/skia.git/+log/7df14d055703..549325c87e9d

git log 7df14d055703..549325c87e9d --date=short --no-merges --format='%ad %ae %s'
2019-10-30 egdaniel@google.com Have GrTextureOp use GrSurfaceProxyViews instead of just proxys.
2019-10-30 herb@google.com Remove unused API
2019-10-30 brianosman@google.com Use SkYUVMath in asyncRescaleAndReadPixelsYUV420
2019-10-30 hop2deep@gmail.com build: fix compilation on macOS with 10.14 SDK
2019-10-30 brianosman@google.com Print out a warning if trying to use a cross context image on two contexts
2019-10-30 herb@google.com Swap SkPackedGlyphID bitfields around
2019-10-30 benjaminwagner@google.com [docs] Add skolo-builder to swarmingbots.md
2019-10-30 mtklein@google.com quick switch to disable SkVM JIT
2019-10-30 mtklein@google.com assume no color filters in SkVMBlitter
2019-10-30 mtklein@google.com clean up unorm8 helpers
2019-10-30 herb@google.com Faster remote glyph cache

Created with:
  gclient setdep -r src/third_party/skia@549325c87e9d

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 jcgregorio@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=jcgregorio@google.com
2019-10-30 19:10:40 -04:00
Ben Konyi
c8095226a7 Roll src/third_party/dart f30b494035..d50c158d42 (5 commits) (#13443)
dart-lang/sdk@d50c158d42 Flow analysis: fix analyzer "desugaring" of try/catch/finally statements.
dart-lang/sdk@4ea512b4c1 [llvm_codegen] Use exclusively SExpression support from VM and nothing else.
dart-lang/sdk@cb2f45ea6b Fixed Dart->C++ mapping of IPPROTO_IPV6 socket option
dart-lang/sdk@fa05fedd89 [CFE] Parser test suite prints messages prettily at top of expect file
dart-lang/sdk@4b5e3e6dde meta 1.1.8
2019-10-30 13:21:29 -07:00
skia-flutter-autoroll
6f44e9f2b9
Roll src/third_party/skia 7da048b5e8f1..7df14d055703 (7 commits) (#13441)
https://skia.googlesource.com/skia.git/+log/7da048b5e8f1..7df14d055703

git log 7da048b5e8f1..7df14d055703 --date=short --no-merges --format='%ad %ae %s'
2019-10-30 brianosman@google.com YUV Cleanup: Trim comments, derive Cr/Cb from Kr/Kb
2019-10-30 herb@google.com Use shifts for all fields in SkPackedGlyphID
2019-10-30 csmartdalton@google.com Rename sampleVariablesSupport() to sampleMaskSupport()
2019-10-30 herb@google.com Change uses of code to glyphID
2019-10-30 senorblanco@chromium.org Dawn: s/dawn::/wgpu::/g.
2019-10-30 senorblanco@chromium.org Dawn: roll to ToT.
2019-10-30 robertphillips@google.com Allocate all vertex data in one go w/in GrTextureOp

Created with:
  gclient setdep -r src/third_party/skia@7df14d055703

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 jcgregorio@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=jcgregorio@google.com
2019-10-30 15:18:13 -04:00
skia-flutter-autoroll
5051bef17b
Roll src/third_party/skia ebdae1144978..7da048b5e8f1 (1 commits) (#13438)
https://skia.googlesource.com/skia.git/+log/ebdae1144978..7da048b5e8f1

git log ebdae1144978..7da048b5e8f1 --date=short --no-merges --format='%ad %ae %s'
2019-10-30 jvanverth@google.com Use texture for shadow falloff

Created with:
  gclient setdep -r src/third_party/skia@7da048b5e8f1

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 jcgregorio@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=jcgregorio@google.com
2019-10-30 10:27:27 -04:00
skia-flutter-autoroll
26b14635af
Roll fuchsia/sdk/core/linux-amd64 from goLxs... to nhX22... (#13435)
Roll fuchsia/sdk/core/linux-amd64 from goLxs... to nhX22...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-10-30 07:12:23 -04:00
skia-flutter-autoroll
2c808397ab
Roll src/third_party/skia c3a51a5e47ba..ebdae1144978 (1 commits) (#13434)
https://skia.googlesource.com/skia.git/+log/c3a51a5e47ba..ebdae1144978

git log c3a51a5e47ba..ebdae1144978 --date=short --no-merges --format='%ad %ae %s'
2019-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 95a736bd3347..bb35bb4e5379 (18 commits)

Created with:
  gclient setdep -r src/third_party/skia@ebdae1144978

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 jcgregorio@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=jcgregorio@google.com
2019-10-30 05:57:38 -04:00
skia-flutter-autoroll
7610be3501
Roll src/third_party/skia 1ae54bc22fc2..c3a51a5e47ba (1 commits) (#13433)
https://skia.googlesource.com/skia.git/+log/1ae54bc22fc2..c3a51a5e47ba

git log 1ae54bc22fc2..c3a51a5e47ba --date=short --no-merges --format='%ad %ae %s'
2019-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f8f6103eb89f..e1cda3916cee (2 commits)

Created with:
  gclient setdep -r src/third_party/skia@c3a51a5e47ba

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 jcgregorio@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=jcgregorio@google.com
2019-10-30 02:06:25 -04:00
Ben Konyi
6300805335 Roll src/third_party/dart ae5a86d790..eb4ab61349 (7 commits)
dart-lang/sdk@eb4ab61349 [VM/nnbd] Duplicate workaround to force nullability of Null type.
dart-lang/sdk@efb4511916 [VM/nnbd] Propagate nullability info on types from kernel to VM and bytecode.
dart-lang/sdk@f49713a1ee Improve display of non-migrated code
dart-lang/sdk@d867e1febf [pkg:vm_service] send responses with the id sorted first
dart-lang/sdk@67db877264 [dart2js] Replace const constructors with factories on singleton DartTypes.
dart-lang/sdk@e2891ad8e3 [dart2js] New RTI: Support reification of erased types.
dart-lang/sdk@0d6a59950d Account for possible AST rewrites during type resolution of forEach loops
2019-10-29 22:15:24 -07:00
skia-flutter-autoroll
8874a0c205
Roll src/third_party/skia 76d22d1ee8cb..1ae54bc22fc2 (26 commits) (#13430)
https://skia.googlesource.com/skia.git/+log/76d22d1ee8cb..1ae54bc22fc2

git log 76d22d1ee8cb..1ae54bc22fc2 --date=short --no-merges --format='%ad %ae %s'
2019-10-29 csmartdalton@google.com Add sampleVariablesStencilSupport to sksl standalone caps
2019-10-29 mtklein@google.com work around x11/X.h #define pollution
2019-10-29 halcanary@google.com BotsCfg/Perf/RemoteGlyphCache: bots to download and use traces
2019-10-29 nigeltao@google.com Have SkWuffsCodec use two Wuffs decoders
2019-10-29 senorblanco@chromium.org Roll to ToT Dawn.
2019-10-29 mtklein@google.com hold a ref on Key effects
2019-10-29 mtklein@google.com rough sketch of shaders in SkVMBlitter
2019-10-29 mtklein@google.com support 3D masks in SkVMBlitter
2019-10-29 mtklein@google.com add a paint-color string to gm/emboss
2019-10-29 csmartdalton@google.com Reland "Revert "Revert "Rename gl_SampleMask to sk_SampleMask"""
2019-10-29 senorblanco@chromium.org Dawn: workaround X11 #defines for Always, Success, None.
2019-10-29 nigeltao@google.com Test Codec::getFrameCount updates with more data
2019-10-29 jvanverth@google.com If drawing an image as tiled fails, fallback to other methods.
2019-10-29 brianosman@google.com Use GPU special images in two GPU image filter tests
2019-10-29 egdaniel@google.com Remove outputSwizzle from GrRenderTargetProxy.
2019-10-29 brianosman@google.com SkMorphologyImageFilter: Avoid integer overflow with large radii
2019-10-29 robertphillips@google.com Make GrFillRectOp and GrTextureOp consistent re AA-upgrading and size checks
2019-10-29 egdaniel@google.com Cache simple descriptor sets on GrVkTexture.
2019-10-29 kjlubick@google.com [canvaskit] Add tentative support for savelayerrec
2019-10-29 egdaniel@google.com Use GrSurfaceProxyView in RenderTasks.
2019-10-29 kjlubick@google.com [canvaskit] Add various ImageFilters
2019-10-29 egdaniel@google.com Some cleanup of unneeded code/objects in GrVkPipelineState.
2019-10-29 bsalomon@google.com Reland "Make GrFillInData use SkRasterPipeline"
2019-10-29 robertphillips@google.com Move creation of AAQuadIndexBuffer to GrResourceProvider
2019-10-29 robertphillips@google.com Revert "Implement refPinnedTextureProxy for SkImage_Lazy."
2019-10-29 jcgregorio@google.com Revert "Make GrFillInData use SkRasterPipeline"

Created with:
  gclient setdep -r src/third_party/skia@1ae54bc22fc2

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 jcgregorio@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=jcgregorio@google.com
2019-10-29 22:16:41 -04:00
Ben Konyi
c5b135f4a4 Roll src/third_party/dart ebd059030b..ae5a86d790 (3 commits)
dart-lang/sdk@ae5a86d790 [vm] Fix Script::GetTokenLineUsingLineStarts to work on scripts without line numbers
dart-lang/sdk@32c212e3eb [dartdevc] Add binding to 'this' for spread and 'yield' expressions
dart-lang/sdk@edf9d09526 [dart2js] new-rti: wrap type$ initialization
2019-10-29 19:12:25 -07:00
Ben Konyi
8bf48b9262 Roll src/third_party/dart 780af0fcfc..ebd059030b (17 commits)
dart-lang/sdk@ebd059030b bump to linter 0.1.102
dart-lang/sdk@acc9ffc327 [test] Remove unnecessary slow heap growth flag from streamed_conversion_json_utf8_decode_test.
dart-lang/sdk@12f424f194 Apply updates to previous CL
dart-lang/sdk@b34f11adbd [vm, gc] Remove expensive, low-value GC verification flags.
dart-lang/sdk@19cab51a4b Check for undefined unary operators in extension overrides (issue 39158)
dart-lang/sdk@d639388366 Arguments to extension overrides cannot have type void (issue 39156)
dart-lang/sdk@4a07d80178 Deprecate ParameterizedType.typeParameters, update typeArguments doc.
dart-lang/sdk@85f87f8589 Fix a cast exception in the FixProcessor
dart-lang/sdk@c0163f15a5 Add an optional port to the dartfix request to allow changes to be previewed
dart-lang/sdk@b085f71a35 No need to create ConstructorMember for superType constructors.
dart-lang/sdk@7e53b2703a Replace TypeParameterMember.from() method.
dart-lang/sdk@60b7102d31 Simplify evaluating TypeName in ConstantVisitor.
dart-lang/sdk@12532e327f Analyzer ID test fix: annotate methods properly.
dart-lang/sdk@fc5d096617 [cfe] Make Scope.local, Scope.setters, Scope.parent private
dart-lang/sdk@b4198f3069 [cfe] Remove Builder.target
dart-lang/sdk@3ce89fdfff Update the pub version
dart-lang/sdk@0a828c7497 context workspace caching
2019-10-29 17:46:58 -07:00
Chinmay Garde
e3aff2c982
Make sure root surface transformations survive resetting the matrix directly in Flow. (#13405)
This used to only be handled correctly for non-root layer backing stores. This
was mostly a side effect of the fact that we used recording canvases instead of
rendering directly into the backing store. We now use recording canvases
consistently.

Fixes b/143464703
Fixes https://github.com/flutter/flutter/issues/43732
2019-10-29 17:44:57 -07:00
skia-flutter-autoroll
df89ec1556
Roll src/third_party/skia f22dda960136..76d22d1ee8cb (2 commits) (#13411)
https://skia.googlesource.com/skia.git/+log/f22dda960136..76d22d1ee8cb

git log f22dda960136..76d22d1ee8cb --date=short --no-merges --format='%ad %ae %s'
2019-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1737a30e3e34..f8f6103eb89f (2 commits)
2019-10-29 fmalita@chromium.org [skottie] Fix layer blend modes under mattes

Created with:
  gclient setdep -r src/third_party/skia@76d22d1ee8cb

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 jcgregorio@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=jcgregorio@google.com
2019-10-29 18:27:15 -04:00
skia-flutter-autoroll
36303c61b6
Roll fuchsia/sdk/core/linux-amd64 from sLCwg... to goLxs... (#13412)
Roll fuchsia/sdk/core/linux-amd64 from sLCwg... to goLxs...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-10-29 18:23:07 -04:00
Ben Konyi
394b8e1dad Roll src/third_party/dart 0b96f9f9ae..780af0fcfc (8 commits)
dart-lang/sdk@780af0fcfc Flow analysis: promote to "types of interest" on assignment.
dart-lang/sdk@d213d3c736 [cfe] Start implementing reachability analysis involving type Never
dart-lang/sdk@cdb1ed7504 [CFE] Fix parser expect files after CQ commits that was too close
dart-lang/sdk@ea3cb7317a [CFE] Fix unescapeString crash
dart-lang/sdk@5e35ce62a3 Restore comment in utf.dart.
dart-lang/sdk@c8ff1b0c21 [cfe] Add BlockKind to parse/begin/endBlock
dart-lang/sdk@688454c4a7 [cfe] Compute AssignedVariables in body builder
dart-lang/sdk@c738b6bc8a [CFE] Fix parser crash ("isSynthetic called on null" in list literal suffix)
2019-10-29 15:19:18 -07:00
Jason Simmons
2ebd9db464
Fix the dry run mode of the GN format checker script (#13406) 2019-10-29 10:53:52 -07:00
Ben Konyi
89dd067071 Roll src/third_party/dart e1fce75301..0b96f9f9ae (28 commits)
dart-lang/sdk@0b96f9f9ae [vm] Fix dropping values from the middle of the stack when there is a temporary variable
dart-lang/sdk@ea16e39e2f [dart2js] new-rti: defer selection of is-test specializations
dart-lang/sdk@225df822b6 Migrate dart:convert to NNBD.
dart-lang/sdk@fe3aa126a2 [frontend_server] fix package-scheme crash in dartdevc target
dart-lang/sdk@18acdf11ef status file update for js_ast
dart-lang/sdk@669375b269 linter context package api
dart-lang/sdk@2e15d0eb8c [dart:io] add IOOverrides.serverSocketBind to enable overriding ServerSocket.bind()
dart-lang/sdk@1505654f5c [dartdevc] regexp / ff fix
dart-lang/sdk@5fba90b2f8 [vm/metrics] Ensure the metrics exposed by VM also include on-the-fly metrics
dart-lang/sdk@abb6f993b5 Extract ToSourceVisitor into separate file.
dart-lang/sdk@805989b7cd Use includedElementNames to choose between server and client suggestions
dart-lang/sdk@a8566798d3 roll back implicit setter/getter metadata “fix”
dart-lang/sdk@c60daa3229 Use shared instance of LocalVariableInfo.
dart-lang/sdk@32a9a5f181 Add '--enable-experiment' to DAS.
dart-lang/sdk@919d292cee Compare nullabilitySuffix(s) in TypeParameterTypeImpl.==
dart-lang/sdk@6ae42758fb Remove ToSourceVisitor.
dart-lang/sdk@df8876582c Include all variations of a message in diagnostic docs
dart-lang/sdk@0663721533 Fix warnings by renaming prefixes and associated files
dart-lang/sdk@8a7ffc5b81 Make InterfaceTypeImpl.typeArguments final.
dart-lang/sdk@581b959423 Remove methods _typeOfExecutableElement().
dart-lang/sdk@c3e2158171 Remove CompilationUnitElementImpl.annotationMap
dart-lang/sdk@5a92c0e395 Remove FunctionElementImpl_forFunctionTypedParameter.
dart-lang/sdk@995fcfc1e9 [CFE] Rename parser test that used to cause an infinate loop
dart-lang/sdk@eb04e0922b [cfe] Refactor CompoundPropertySet and add CompoundExtensionSet
dart-lang/sdk@bb02531b7e [cfe] Move creation of error nodes to inferrer
dart-lang/sdk@a14bf89eb9 [CFE] Move old dill files to CIPD
dart-lang/sdk@0f7343e1a9 [parser] Reproduce analyser crash _OperatorName in endClassConstructor
dart-lang/sdk@29a040ac55 Flow analysis: Add a clarifying comment to tryCatch assigned_variables test
2019-10-28 22:13:13 -07:00
Matt Carroll
e96f8603f0
Converted ActivityAware and ServiceAware Lifecycles to opaque objects (#43670) (#13402) 2019-10-28 21:41:07 -07:00
skia-flutter-autoroll
419f5d594a
Roll src/third_party/skia 1beb8ae9a2f5..f22dda960136 (11 commits) (#13409)
https://skia.googlesource.com/skia.git/+log/1beb8ae9a2f5..f22dda960136

git log 1beb8ae9a2f5..f22dda960136 --date=short --no-merges --format='%ad %ae %s'
2019-10-28 fmalita@chromium.org [skottie] Fix skottie2movie after async API change
2019-10-28 herb@google.com Small cleanups
2019-10-28 herb@google.com Inline fallback code
2019-10-28 herb@google.com Only send needed glyph images
2019-10-28 michaelludwig@google.com Blacklist bulkrect benchmarks on chorizo
2019-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 8e28e18b5c9e..b118cb0ef477 (1 commits)
2019-10-28 fmalita@chromium.org [skottie] 3D layer parenting refinements
2019-10-28 jvanverth@google.com Implement refPinnedTextureProxy for SkImage_Lazy.
2019-10-28 brianosman@google.com Guard against integer overflow when classifying transfer functions
2019-10-28 bsalomon@google.com Make GrFillInData use SkRasterPipeline
2019-10-28 egdaniel@google.com Reland "Revert "Rename gl_SampleMask to sk_SampleMask""

Created with:
  gclient setdep -r src/third_party/skia@f22dda960136

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 jcgregorio@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=jcgregorio@google.com
2019-10-28 22:35:34 -04:00
Matt Carroll
55e9ad77ec
Remove multiplexed Flutter Android Lifecycle. (#43663) (#13394) 2019-10-28 16:22:11 -07:00
Ben Konyi
ff1c8e2f37 Roll src/third_party/dart 5e39817ec7..e1fce75301 (2 commits)
dart-lang/sdk@e1fce75301 Flow analysis: clean up unit tests using custom matchers.
dart-lang/sdk@5b69b31fc2 Remove unnecesary backslash after comment
2019-10-28 13:12:04 -07:00
Chinmay Garde
e3c5f4827d
Switch the MacOS Desktop embedder to using a thread configuration where the platform and render task runners are the same. (#13300)
Also creates a new test harness for the desktop embedder framework target and adds a test that launches a headless engine in this new thread configuration.

Fixes https://github.com/flutter/flutter/issues/17579
2019-10-28 12:47:05 -07:00
skia-flutter-autoroll
e64866715b
Roll src/third_party/skia 18f5b1a6dd77..1beb8ae9a2f5 (9 commits) (#13392)
https://skia.googlesource.com/skia.git/+log/18f5b1a6dd77..1beb8ae9a2f5

git log 18f5b1a6dd77..1beb8ae9a2f5 --date=short --no-merges --format='%ad %ae %s'
2019-10-28 michaelludwig@google.com Reland "Add variety of bulk API benchmarks"
2019-10-28 ethannicholas@google.com Revert "Revert "Rename gl_SampleMask to sk_SampleMask""
2019-10-28 bsalomon@google.com Remove legacy async read pixels APIs.
2019-10-28 mtklein@google.com experimental support for go/fibers
2019-10-28 robertphillips@google.com Add helper to determine the index buffer that will be used
2019-10-28 jcgregorio@google.com Revert "Add variety of bulk API benchmarks"
2019-10-28 kjlubick@google.com [canvaskit] Use skia's version of png and zlib
2019-10-28 michaelludwig@google.com Add variety of bulk API benchmarks
2019-10-28 kjlubick@google.com [canvaskit] Use newer freetype

Created with:
  gclient setdep -r src/third_party/skia@1beb8ae9a2f5

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 jcgregorio@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=jcgregorio@google.com
2019-10-28 15:43:24 -04:00
skia-flutter-autoroll
c3b63d610b
Roll fuchsia/sdk/core/linux-amd64 from urhvj... to sLCwg... (#13389)
Roll fuchsia/sdk/core/linux-amd64 from urhvj... to sLCwg...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-10-28 14:44:04 -04:00
skia-flutter-autoroll
6f26597828
Roll src/third_party/skia 428b5de64a08..18f5b1a6dd77 (1 commits) (#13387)
https://skia.googlesource.com/skia.git/+log/428b5de64a08..18f5b1a6dd77

git log 428b5de64a08..18f5b1a6dd77 --date=short --no-merges --format='%ad %ae %s'
2019-10-28 rmistry@google.com [Android compile bots] Add comment to CL when both nopatch and withpatch builds fail

Created with:
  gclient setdep -r src/third_party/skia@18f5b1a6dd77

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 jcgregorio@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=jcgregorio@google.com
2019-10-28 11:48:34 -04:00
skia-flutter-autoroll
92fb748176
Roll fuchsia/sdk/core/linux-amd64 from eUAUP... to urhvj... (#13385)
Roll fuchsia/sdk/core/linux-amd64 from eUAUP... to urhvj...

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC  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
2019-10-28 07:23:38 -04:00
skia-flutter-autoroll
661a9be491
Roll src/third_party/skia 01b1f63d641b..428b5de64a08 (1 commits) (#13382)
https://skia.googlesource.com/skia.git/+log/01b1f63d641b..428b5de64a08

git log 01b1f63d641b..428b5de64a08 --date=short --no-merges --format='%ad %ae %s'
2019-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 77fba58c9658..95a736bd3347 (17 commits)

Created with:
  gclient setdep -r src/third_party/skia@428b5de64a08

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 jcgregorio@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=jcgregorio@google.com
2019-10-28 05:20:56 -04:00
Ben Konyi
258dcf434b Roll src/third_party/dart d166b0be1c..207082714c (7 commits)
dart-lang/sdk@207082714c Avoid repeated cast on NNBD rectangle width/height.
dart-lang/sdk@c885bdde1d [vm] DBC is obsolete. Remove dead code.
dart-lang/sdk@a9fb6b8812 Use TokenType.isIncrementOperator more often.
dart-lang/sdk@9f25d0e1d8 Flow analysis: don't necessarily clear promotions on assignment.
dart-lang/sdk@93afae8d0c Flow analysis: fix AssignedVariablesVisitor treatment of for-each loops.
dart-lang/sdk@7c1fa846cd Refactor the logic for inferring for-each loop variable types.
dart-lang/sdk@31de45b6c0 Issue 38582. Fix for Set/Map disambiguation and NNBD.
2019-10-28 01:17:46 -07:00
skia-flutter-autoroll
a24ca82ee2
Roll src/third_party/skia 62160f2f358a..01b1f63d641b (1 commits) (#13380)
https://skia.googlesource.com/skia.git/+log/62160f2f358a..01b1f63d641b

git log 62160f2f358a..01b1f63d641b --date=short --no-merges --format='%ad %ae %s'
2019-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6d69aae0e1ab..1737a30e3e34 (2 commits)

Created with:
  gclient setdep -r src/third_party/skia@01b1f63d641b

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 jcgregorio@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=jcgregorio@google.com
2019-10-28 01:30:36 -04:00