6703 Commits

Author SHA1 Message Date
skia-flutter-autoroll
a1b2c398e8 Roll src/third_party/skia 50e24d7d5f52..26490759e464 (3 commits) (flutter/engine#7745)
https://skia.googlesource.com/skia.git/%2Blog/50e24d7d5f52..26490759e464

git log 50e24d7d5f52724b4286078a813eb253e710fe47..26490759e46483558627c9132e31f4b97cf052ac --date=short --no-merges --format=%ad %ae %s
2019-02-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-02-07 ericrk@chromium.org Fix issue where command buffer was skipped if drawing a single drawable
2019-02-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader c81766320762..7fb0b73b1aa7 (1 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-08 02:16:38 -05:00
Adam Barth
a10a209d1b [fuchsia] Update path to fuchsia.ui.scenic (flutter/engine#7731)
This target is now in //sdk/fidl.
2019-02-07 22:07:24 -08:00
Dan Field
8795ea6ddd use full git hash for version (flutter/engine#7741) 2019-02-07 22:00:17 -08:00
skia-flutter-autoroll
0bda073031 Roll src/third_party/skia d978b90d205d..50e24d7d5f52 (4 commits) (flutter/engine#7743)
https://skia.googlesource.com/skia.git/%2Blog/d978b90d205d..50e24d7d5f52

git log d978b90d205d76206e9d15cd8c4db8743350e023..50e24d7d5f52724b4286078a813eb253e710fe47 --date=short --no-merges --format=%ad %ae %s
2019-02-07 csmartdalton@google.com Add a mechanism for GMs to silently exclude themselves from Gold
2019-02-07 benjaminwagner@google.com [infra] Update Win10 in Skolo.
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 csmartdalton@google.com Reland "Add a GpuGM class for GPU-only tests"

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-07 22:32:12 -05:00
Ben Konyi
7deb3368bc Roll src/third_party/dart 6c680a0ebd..9c0a73f943 (31 commits)
9c0a73f943 [dart/vm] Skip finalization error for now
b05b8777d4 [dart/fuzzer] Refactor switch setup, add VFP to ARM
5a7ecfbabe [dart/vm] Skip finalization error for now
26379d088d Update dartfix to report path of resource if resource changes during analysis
2710834272 [fuchsia] Update path to fuchsia.timezone
da7ed9b05a Add missing generics in FlowAnalysis.
21b596e1b1 Change NullabilityFixKind from enum to class
d84ec89f39 add NullabilityMigrationListener for communicating changes to the client
9f0301630f Update dartfix NNBD to use 2-pass analysis
70283bdb3a Improve choosing context for changes files.
dbf4900c99 [vm/tools] Fix issues with snapshot size reporting
1c8f571f76 Add source links to dartdoc output.
a0516965b4 [vm] Load top-level functions and variables lazily
20f12ad874 [gardening] Re-add two status file lines after landing d05000af4d
073f557b1a Temporary fix for Analysis Server tests on Windows.
d05000af4d [gardening] Remove flaky markers and close issues for tests not appearing in flakiness dashboard
ac95355fdb Compiler option for environment defines
0e4f917759 Implement subtyping of optional function parameters
c84a0bd932 Infer mixin applications in hierarchy builder
2fd96e75d6 Separate MixinInferrer from Kernel ClassHierarchy
8927bc8d38 Remove ConstraintGatherer's dependency on TypeSchemaEnvironment
5a98aa704b Extract StandardBounds to a mixin
86f5aed890 Finish implementing IsTypedefSubtypeOf
d373b2ce9c [gardening] Disable golden test until next engine roll
a8a9171dd8 Avoid crashing on this property access
33bc628235 Treeshake unread fields
b040d3c853 Improve error message on ambiguous constructors
c591454dd3 Inline unprovided optional parameters
3afc3b58d0 Add dartfix protocol integration tests
67a1ce6b34 Notify DeclarationsTracker about file changes.
876e671a2c Migrate DeclarationResolverTest.
2019-02-07 19:08:53 -08:00
skia-flutter-autoroll
27e4189451 Roll src/third_party/skia 8619a34bb875..d978b90d205d (17 commits) (flutter/engine#7736)
https://skia.googlesource.com/skia.git/%2Blog/8619a34bb875..d978b90d205d

git log 8619a34bb87565dfcfc3818ceab065e93ea183e6..d978b90d205d76206e9d15cd8c4db8743350e023 --date=short --no-merges --format=%ad %ae %s
2019-02-07 bsalomon@google.com Track separate texure binding states for each OpenGL texture target.
2019-01-18 halcanary@google.com SkQP: new tool: tools/skqp/find_commit_with_best_gold_results
2019-02-07 brianosman@google.com Check for single owner and abandoned context in createMipMapProxyFromBitmap
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 jvanverth@google.com Fix Metal bots.
2019-02-07 halcanary@google.com SkQP: update tools/skqp/gn_to_bp.py, add release script
2019-02-07 bsalomon@google.com Cache CPU memory buffers used for client side arrays.
2019-02-07 bungeman@google.com Don't include .cpp file in SampleCCPRGeometry.cpp
2019-02-07 brianosman@google.com Give ImGui the correct DeltaTime
2019-01-30 djsollen@google.com Remove colorspace restrictions for 565/FP16 configs in Android Codec.
2019-02-07 mtklein@google.com skvx wip
2019-02-07 bsalomon@google.com Default init GrGpuResource::UniqueID to invalid id.
2019-02-07 robertphillips@google.com Move "matches" from GrContextThreadSafeProxy to GrContext_Base
2019-02-07 robertphillips@google.com Make room for shifting GrContext to GrDirectContext
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 brianosman@google.com Support building mips when creating cross context images
2019-02-07 bsalomon@google.com Pin the quad index buffer in GrResourceProvider.

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-07 18:37:47 -05:00
Dan Field
021996ff8d use correct no-download-badge (flutter/engine#7735) 2019-02-07 15:15:41 -08:00
Michael Klimushyn
597f3a5adc Decode using the last cached required frame (flutter/engine#7715)
`MultiFrameCodec` now uses whatever previously cached required frame is
available instead of panicking if it doesn't have the exact frame
requested by `SkCodec::FrameInfo#fRequiredFrame`.

`SkCodec::FrameInfo#fRequiredFrame` doesn't point to the one and only
frame that's required to decode the given frame. It points to the latest
frame that's disposal method none and filling a greater surface area
than the current frame. The last required frame `MultiFrameCodec` has
actually cached is also valid in these cases and can be supplied as
`fPriorFrame` instead. [flutter/flutter#26757](https://github.com/flutter/flutter/issues/26757#issuecomment-459522530)
has a more detailed explanation.

Fixes flutter/flutter#26757
2019-02-07 14:47:23 -08:00
Chinmay Garde
46842b5f57 Update documentation for command line args in FlutterProjectArgs. (flutter/engine#7733) 2019-02-07 14:14:44 -08:00
skia-flutter-autoroll
e61a4b8a1e Roll src/third_party/skia 9564bf44e5fa..8619a34bb875 (10 commits) (flutter/engine#7732)
https://skia.googlesource.com/skia.git/%2Blog/9564bf44e5fa..8619a34bb875

git log 9564bf44e5fa000c32ae9390326181dbd89c4b59..8619a34bb87565dfcfc3818ceab065e93ea183e6 --date=short --no-merges --format=%ad %ae %s
2019-02-07 reed@google.com Revert "Hide setDrawLooper -- deprecate loopers"
2019-02-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-07 brianosman@google.com Remove duplicate entry in harfbuzz GN file
2019-02-07 bsalomon@google.com Use different classes for client side arrays and GPU buffer objects.
2019-02-07 abarth@google.com [fuchsia] Update path to fuchsia.fonts
2019-02-06 robertphillips@google.com Add support for Mtl backend to DeferredDisplayListTest
2019-02-07 fmalita@chromium.org [skshaper] Add per-line callback
2019-02-07 jvanverth@google.com Set correct uniform size for Metal.
2019-02-07 fmalita@chromium.org [skottie] Use SkShaper for text
2019-02-07 mtklein@google.com move Reporter::reportFailedWithContext() out of line

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-07 14:49:34 -05:00
Adam Barth
0973ddbf05 [fuchsia] Update scenic include (flutter/engine#7708)
This header is now spelled thusly.
2019-02-07 10:45:21 -08:00
Dan Field
82b3db0523 Fix versions implementation (flutter/engine#7726) 2019-02-07 08:53:31 -08:00
skia-flutter-autoroll
da2ed68d76 Roll src/third_party/skia c19d81acc096..9564bf44e5fa (5 commits) (flutter/engine#7730)
https://skia.googlesource.com/skia.git/%2Blog/c19d81acc096..9564bf44e5fa

git log c19d81acc0965eff7ac1f8a2f9e544dfc86a230f..9564bf44e5fa000c32ae9390326181dbd89c4b59 --date=short --no-merges --format=%ad %ae %s
2019-02-06 benjaminwagner@google.com Upgrade NVIDIA driver on Ubuntu18 QuadroP400 bots.
2019-02-06 egdaniel@google.com Add support for importing AHardwareBuffers into SkSurfaces.
2019-02-07 scroggo@google.com SkWuffsCodec: Initialize memory when incomplete
2019-02-07 kjlubick@google.com Add a k8s cheat sheet to trooper docs
2019-02-06 reed@google.com Hide setDrawLooper -- deprecate loopers

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-07 10:49:38 -05:00
skia-flutter-autoroll
e789203470 Roll src/third_party/skia 859db6b5a03c..c19d81acc096 (2 commits) (flutter/engine#7729)
https://skia.googlesource.com/skia.git/%2Blog/859db6b5a03c..c19d81acc096

git log 859db6b5a03c4d87df06ff3f4b289bda4b5c4022..c19d81acc0965eff7ac1f8a2f9e544dfc86a230f --date=short --no-merges --format=%ad %ae %s
2019-02-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src c27b32b2fd52..635f11205d4b (414 commits)
2019-02-07 csmartdalton@google.com Revert "Add a GpuGM class for GPU-only tests"

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-07 07:04:30 -05:00
Ben Konyi
e985754a1e Roll src/third_party/dart caa8747a37..6c680a0ebd (12 commits)
6c680a0ebd Update dartfix readme and update version numbers
33337cf8d0 Fix API breakage, reexport ConstantEvaluator.
c2cdc1c639 Allow migration of multiple files at once.
d68d8526f4 Allow nullabilty migration prepareInput/processInput to operate on different ASTs.
5ecf660b50 [dartdevc] skip co19 tests on linux bots
ba9fbda83e Rework provisional migration API.
a4b681b83a Update dartdoc to 0.28.1+2.
fea5413d5a [ VM ] Fix hang of Flutter engine tests caused by global RuntimeEntry objects being destroyed when exit() is called when the VM hasn't finished shutting down.
a5570bd995 [vm/compiler] Add optimization flag
f0d5cb73a9 Guard the custom formatter for a Map against errors
df779789f2 Support two more cases in the convert-to-spread assist (issue 35867)
fd2225ab6c Adapt to the flow analysis spec v2.
2019-02-07 01:18:52 -08:00
skia-flutter-autoroll
e2db353f19 Roll src/third_party/skia f36ad269e88a..859db6b5a03c (1 commits) (flutter/engine#7727)
https://skia.googlesource.com/skia.git/%2Blog/f36ad269e88a..859db6b5a03c

git log f36ad269e88a1b2fec16e6404cd6cd36bc202115..859db6b5a03c4d87df06ff3f4b289bda4b5c4022 --date=short --no-merges --format=%ad %ae %s
2019-02-07 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-07 03:18:27 -05:00
Jonah Williams
17796ae592 Correct libraries.yaml path for stub_ui, add brightness, copy dart2js_platform.dill files (flutter/engine#7725) 2019-02-06 22:24:15 -08:00
skia-flutter-autoroll
9873f7966f Roll src/third_party/skia 2fc1474f9d62..f36ad269e88a (2 commits) (flutter/engine#7724)
https://skia.googlesource.com/skia.git/%2Blog/2fc1474f9d62..f36ad269e88a

git log 2fc1474f9d62db4b854fd4e5af322f41a323ffe5..f36ad269e88a1b2fec16e6404cd6cd36bc202115 --date=short --no-merges --format=%ad %ae %s
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-04 reed@google.com move SkMetaData into src

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 23:33:44 -05:00
Matt Carroll
a6cf9b2895 Introduced a number of Java system channels in io/flutter/embedding/engine/systemchannels/ (flutter/engine#7500) 2019-02-06 17:07:30 -08:00
skia-flutter-autoroll
bceb09e825 Roll src/third_party/skia 429251513f71..2fc1474f9d62 (8 commits) (flutter/engine#7721)
https://skia.googlesource.com/skia.git/%2Blog/429251513f71..2fc1474f9d62

git log 429251513f716de18e9c4ebda05f304eb97fedde..2fc1474f9d62db4b854fd4e5af322f41a323ffe5 --date=short --no-merges --format=%ad %ae %s
2019-02-06 bungeman@google.com Add BOT/EOT to Shaper.
2019-02-06 halcanary@google.com bin/gn format gn/skia.gni
2019-02-06 herb@google.com Remove the distinction between key and device descriptors
2019-02-06 bungeman@google.com Roll HarfBuzz
2019-02-06 halcanary@google.com SkLoadICU: simplify
2019-02-06 robertphillips@google.com Move GrContextPriv methods to their own .cpp file
2019-02-06 mtklein@google.com add mad() and shuffle() to SkVx
2019-02-05 csmartdalton@google.com Add a GpuGM class for GPU-only tests

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 19:41:22 -05:00
Ben Konyi
c154b12028 Roll src/third_party/dart adfa4791fc..caa8747a37 (2 commits)
caa8747a37 Rework dartfix NNBD fix to use new NullabilityMigration engine
ae5bd68570 Lower relevance of deprecated suggestion sets.
2019-02-06 16:18:41 -08:00
Chris Bracken
5037523aaf Roll buildroot to c82412bcdcd593f1385a478ae2c4b8eb9814f3b8 (flutter/engine#7718) 2019-02-06 15:41:32 -08:00
Chinmay Garde
9d1d569a58 Allow all entrypoints support by the command line VM. (flutter/engine#7717) 2019-02-06 15:29:19 -08:00
Chris Bracken
7ff50beb59 Add FlutterProjectArgs::root_isolate_create_callback (flutter/engine#7651)
Allows embedders to specify a callback to be invoked in isolate scope
once root isolate has been created and marked runnable.

As an example of where this is useful, embedder unit test fixtures may
want to include Dart functions backed by a native implementation. On
isolate creation, this patch allows the unit test author to call
Dart_SetNativeResolver in root isolate scope.
2019-02-06 14:16:47 -08:00
Ben Konyi
03b9ff5721 Roll src/third_party/dart 631c550ff9..adfa4791fc (20 commits)
adfa4791fc Improve storage for available declarations.
392a869ee4 [infra] Skip all co19_2 tests that are timing out on dartdevc.
033cb7ffcc Issue 1438. Use expression function body for createState().
c3542cbc3b Set relevance for IncludedSuggestionSet.
661e91e30e Extract and migrate tests for ConstantEvaluator.
cc74e20eee Make some fields on Interface private, and change the way InheritanceManager2 is tested.
512e2ef292 Extract FixCodeTask/Processor from main dartfix class
e4755b34ba Extract FixLintTask/Processor from main dartfix class
1e8f9bf63a Extract FixErrorTask/Processor from main dartfix class
5ae156e055 Extract DartFixListener to record source changes and recommendations
1c0422735e Abstract type operations in flow analysis.
efcf8b01b1 Move integration tests of migration API to analysis server.
8f821d408e Fix status files for dartkp
6b73a02937 Fix status files for simarm and simarm64
4fb220707e Hardcode SourceFileEdit.fileStamp to -1 in migration prototype.
d972c2b7b7 [vm] Update raw_object_fields.cc after 7e81f56a.
c2778062e7 Add UI as code status file entries for simarm
2b8560f4b2 [Fasta] Add spread and control-flow collection flags
dc812e0921 [infra] Add third_party/requirejs to the fileset used by dartdevc testing
7e81f56ad7 Save Initializer for field and pass into debugger to enable breakpoint setting.
2019-02-06 13:18:15 -08:00
skia-flutter-autoroll
03510aed61 Roll src/third_party/skia 455c74797b46..429251513f71 (8 commits) (flutter/engine#7714)
https://skia.googlesource.com/skia.git/%2Blog/455c74797b46..429251513f71

git log 455c74797b4692d7dbb19a1b99c3fa3e89ca9d50..429251513f716de18e9c4ebda05f304eb97fedde --date=short --no-merges --format=%ad %ae %s
2019-02-06 mtklein@google.com fill in most remaining skvx operations
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-06 herb@google.com Remove filterRec bypass on MakeRecAndEffects
2019-02-06 rmistry@google.com Have the RecreateSKPs bot upload to partner bucket
2019-02-05 herb@google.com Reorganize MakeRecAndEffects and SkScalerContext ctor
2019-02-06 reed@google.com per-contour variant of SkPathMeasure
2019-02-06 rmistry@google.com Remove PerCommit-Bookmaker
2019-02-06 jvanverth@google.com Switch back to non-Retina display resolution.

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 15:51:45 -05:00
liyuqian
0aa9535b36 Disable wuff on Windows (flutter/engine#7713)
MSVC won't compile wuff...
2019-02-06 11:52:25 -08:00
skia-flutter-autoroll
0e33c3f355 Roll src/third_party/skia 37b7d41d01cb..455c74797b46 (8 commits) (flutter/engine#7712)
https://skia.googlesource.com/skia.git/%2Blog/37b7d41d01cb..455c74797b46

git log 37b7d41d01cb3e0930c74aa70cb98e6cdaf8ad27..455c74797b4692d7dbb19a1b99c3fa3e89ca9d50 --date=short --no-merges --format=%ad %ae %s
2019-02-05 mtklein@google.com sketch SkVx
2019-02-06 benjaminwagner@google.com Add DDL jobs for Intel
2019-02-06 ethannicholas@google.com fixed SRGB effect color accuracy
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-06 brianosman@google.com Remove all references to jsoncpp (build scripts, DEPS, etc)
2019-02-06 brianosman@google.com Convert bookmaker to SkJSON
2019-02-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-05 brianosman@google.com Fix makeColorSpace on YUV images

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 12:05:37 -05:00
skia-flutter-autoroll
08a9f23c7a Roll src/third_party/skia 3abdd7a90e45..37b7d41d01cb (2 commits) (flutter/engine#7711)
https://skia.googlesource.com/skia.git/%2Blog/3abdd7a90e45..37b7d41d01cb

git log 3abdd7a90e453ba7a9e2cad76e3526195ece14a6..37b7d41d01cb3e0930c74aa70cb98e6cdaf8ad27 --date=short --no-merges --format=%ad %ae %s
2019-02-06 reed@google.com Revert "templatize drawString"
2019-02-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 6c1a9ccaf5f3..c27b32b2fd52 (449 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 08:03:08 -05:00
Ben Konyi
eb8c41f73b Roll src/third_party/dart c26bf54391..631c550ff9 (1 commits)
631c550ff9 Extract and migrate ExitDetector and its tests.
2019-02-06 01:14:24 -08:00
skia-flutter-autoroll
c9e96d3a17 Roll src/third_party/skia fac1e367f428..3abdd7a90e45 (1 commits) (flutter/engine#7709)
https://skia.googlesource.com/skia.git/%2Blog/fac1e367f428..3abdd7a90e45

git log fac1e367f4283c2b7d1e40001a05f598ec0cf3fa..3abdd7a90e453ba7a9e2cad76e3526195ece14a6 --date=short --no-merges --format=%ad %ae %s
2019-02-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 04:11:08 -05:00
skia-flutter-autoroll
5e443c3d0d Roll src/third_party/skia b26b8998fa9c..fac1e367f428 (6 commits) (flutter/engine#7707)
https://skia.googlesource.com/skia.git/%2Blog/b26b8998fa9c..fac1e367f428

git log b26b8998fa9cd06c57e091243339f2c7e5396af5..fac1e367f4283c2b7d1e40001a05f598ec0cf3fa --date=short --no-merges --format=%ad %ae %s
2019-02-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a69ca6050e3e..c81766320762 (1 commits)
2019-02-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 09a91e48c066..a69ca6050e3e (4 commits)
2019-02-05 ethannicholas@google.com Reland "SkSL is now pickier about type conversions"
2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-06 fmalita@chromium.org Revert "third_party/icu:  use upstream"
2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-06 00:20:23 -05:00
Ben Konyi
8f45e908ea Roll src/third_party/dart 5823be65af..c26bf54391 (29 commits)
c26bf54391 Add InheritanceManager2 APIs to access inherited interface/class maps.
e83b309354 [vm] Remove single-stepping from PRODUCT
0a2de9238b Extract importLibraryElement() implementation, make it less pessimistic.
ae72248770 Encapsulate dartfix name/description of each fix
ceb7b89df1 Remove a fix that has now been replaced by an assist
336969538c [vm/bytecode] Revise representation of types, constants and calls in bytecode
b5eb7d463e Extract and migrate ErrorReporter tests.
db9e3f21c9 remove InconsistentAnalysisException guard code from dartfix
9afb65d7f1 [vm] Fixes for recursive class loading
d6caaeeebb [vm] Have Dart_TimelineEvent respect SUPPORT_TIMELINE instead of PRODUCT.
d236dca9d9 Add 'offset' to 'getSuggestionDetails'.
3395550962 Provisional nullability migration API in analysis_server.
0637a860f0 Revert "Create new template for breaking changes"
2d6afa04cb Create new template for breaking changes
102f3074d5 Enhance assist to convert invocation of LinkedHashMap to a map literal
3c1ffd23ba remove unneeded override
8d5b5bba41 Allow for non-function types in alias builders.
824598b17d Rename files related to type aliases
d7d195283a Add missing type arguments
6efbd07145 Rename FunctionTypeAliasBuilder to TypeAliasBuilder
f45d103d67 Finish implementing IsTypeParameterSubtypeOf
7213306aad [VM/Compiler] Do not use unboxed doubles if target CPU does not support VFP
52bd3d9159 Complain about use of deprecated members
0828d2c786 [Fasta] Implement exact types for Set literals
4b28312282 [vm] Remove reference to vm/flag_list.h in runtime/bin/main.cc.
c6556dc1a3 [package:js] draft proposal to improve JS interop, see #35084
798123ddb7 add lint associations
b59d5a2be9 [vm] Relax assertion about duplicated direct implementors
1f638607c2 Rework the ConstraintVariable.or constructor.
2019-02-05 19:21:13 -08:00
skia-flutter-autoroll
2a7cedc491 Roll src/third_party/skia 0ec8ec27b81c..b26b8998fa9c (11 commits) (flutter/engine#7705)
https://skia.googlesource.com/skia.git/%2Blog/0ec8ec27b81c..b26b8998fa9c

git log 0ec8ec27b81ca3ae46cfc4e85297e09b2c592943..b26b8998fa9cd06c57e091243339f2c7e5396af5 --date=short --no-merges --format=%ad %ae %s
2019-02-05 fmalita@chromium.org [skottie] Fix logging of oversized messages
2019-02-04 herb@google.com Remove fPreBlendForFilter
2019-01-25 halcanary@google.com third_party/icu:  use upstream
2019-02-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-05 ethannicholas@google.com Revert "SkSL is now pickier about type conversions"
2019-02-05 bungeman@google.com s/geTestSVGTypeface/getTestSVGTypeface
2019-02-05 ethannicholas@google.com SkSL is now pickier about type conversions
2019-01-28 herb@google.com Move luminace calculation to the SkScalerContext ctor.
2019-02-05 bsalomon@google.com Remove fIntendedType from GrMtlBuffer. Add accessor to base class
2019-02-05 egdaniel@google.com Make sure the vulkan gpu is done work before we deleting objects in VkHardwareBufferTest.
2019-02-05 egdaniel@google.com Fill in missing GrMtlCaps functions and fix for 0 buffer alloc.

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-05 20:26:47 -05:00
Jonah Williams
660c2945f9 Create stubbed dart:ui implementation, dart2js libraries file, copy rule (flutter/engine#7694) 2019-02-05 17:07:47 -08:00
liyuqian
f2d2383aee Revert "Lower the threshold to raster cache pictures (#7687)" (flutter/engine#7701)
This reverts commit bea23858792ff59a40b43b14a57fc0f3ba0ab739.
2019-02-05 16:02:44 -08:00
Ben Konyi
8179839995 Update snapshot build rules to generate .o files instead of .S files on Windows (flutter/engine#7702)
Update snapshot build rules to generate .o files instead of .S files on Windows to improve link times.

This mirrors build rules for snapshots in the Dart SDK.
2019-02-05 14:23:44 -08:00
Jason Simmons
a9c3e82bc8 Use the Wuffs GIF decoder (flutter/engine#7658)
Fixes https://github.com/flutter/flutter/issues/23838
2019-02-05 14:09:18 -08:00
skia-flutter-autoroll
8892d8a35f Roll src/third_party/skia 5f5e1d57a4ce..0ec8ec27b81c (6 commits) (flutter/engine#7703)
https://skia.googlesource.com/skia.git/%2Blog/5f5e1d57a4ce..0ec8ec27b81c

git log 5f5e1d57a4cef2f22e037fe7338dddff28ffa6a0..0ec8ec27b81ca3ae46cfc4e85297e09b2c592943 --date=short --no-merges --format=%ad %ae %s
2018-09-04 bungeman@google.com Add a 'correct' shaper.
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4b9e06d6a2df..09a91e48c066 (1 commits)
2019-02-04 halcanary@google.com GN/ICU cleanup
2019-02-05 mtklein@google.com disable DAA by default
2019-02-05 brianosman@google.com Add "MSRTC" bots that build/test with MSVC runtime checks enabled
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 24f3d30cdec3..4b9e06d6a2df (1 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-05 16:37:11 -05:00
liyuqian
2c4e59e1c6 Revert "Disable the persistent cache (#6835)" (flutter/engine#7689)
This reverts commit 366503ca2dd5297b7f73591330770b215b521c8c.

For https://github.com/flutter/flutter/issues/24058, We now only get a
"Program linking failed" error message on Windows Android simulators
without crahsing. Skia seems to have handled the linking failure in
https://skia-review.googlesource.com/c/skia/+/180372 by rebuilding the
program.
2019-02-05 11:17:21 -08:00
skia-flutter-autoroll
ff7f71cb2f Roll src/third_party/skia 2462ca36c800..5f5e1d57a4ce (7 commits) (flutter/engine#7699)
https://skia.googlesource.com/skia.git/%2Blog/2462ca36c800..5f5e1d57a4ce

git log 2462ca36c800adfaaafe5921475096c107091c9b..5f5e1d57a4cef2f22e037fe7338dddff28ffa6a0 --date=short --no-merges --format=%ad %ae %s
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8f71f7311f29..24f3d30cdec3 (1 commits)
2019-02-05 egdaniel@google.com Add release proc apis to SkSurface::MakeFromBackend* calls.
2019-02-05 brianosman@google.com Fix RTCc issue (truncating 64 bit value) in GrVkRenderPass
2019-02-05 bsalomon@google.com Convert GrBufferType to enum class, rename, and remove dead values
2019-02-05 egdaniel@google.com Have GrMtlTexture and GrMtlRenderTarget call parents onRelease/Abandon.
2019-02-04 reed@google.com remove mention of SkMetaData
2019-02-05 robertphillips@google.com Fix generated files

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-05 11:46:39 -05:00
skia-flutter-autoroll
1dc6a92bec Roll src/third_party/skia 0783aca7ba31..2462ca36c800 (2 commits) (flutter/engine#7698)
https://skia.googlesource.com/skia.git/%2Blog/0783aca7ba31..2462ca36c800

git log 0783aca7ba3189092855b373911cffc1b1303222..2462ca36c800adfaaafe5921475096c107091c9b --date=short --no-merges --format=%ad %ae %s
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 049ff3873334..8f71f7311f29 (1 commits)
2019-02-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 950d2f4a3353..6c1a9ccaf5f3 (394 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-05 07:55:45 -05:00
skia-flutter-autoroll
ccd29a7ad4 Roll src/third_party/skia bb60677d5244..0783aca7ba31 (1 commits) (flutter/engine#7697)
https://skia.googlesource.com/skia.git/%2Blog/bb60677d5244..0783aca7ba31

git log bb60677d5244cb20ec659d035701e92cd1f6f4fa..0783aca7ba3189092855b373911cffc1b1303222 --date=short --no-merges --format=%ad %ae %s
2019-02-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-05 04:08:52 -05:00
skia-flutter-autoroll
d44b0a623e Roll src/third_party/skia 2d35a1c87553..bb60677d5244 (1 commits) (flutter/engine#7696)
https://skia.googlesource.com/skia.git/%2Blog/2d35a1c87553..bb60677d5244

git log 2d35a1c875539b744631a75a037f2b5d2e72c31f..bb60677d5244cb20ec659d035701e92cd1f6f4fa --date=short --no-merges --format=%ad %ae %s
2019-02-04 robertphillips@google.com Move caps and FP factory cache to GrContext_Base

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-05 00:21:17 -05:00
Matt Carroll
e1aeaf5dd4 Implemented Dark Mode for Android (#25525) (flutter/engine#7488) 2019-02-04 19:30:15 -08:00
Ben Konyi
08683d33f4 Roll src/third_party/dart b53dceadaa..5823be65af (5 commits)
5823be65af [vm/compiler] Continued graph checker development (reland)
8231cdb7a3 [gardening] Update status for issue 35854
db7f848632 [vm] Remove dead BigInt code.
35ab1755f4 Support more type propagation for code-as-ui features
569ee07f91 [vm] Cleanup class finalization checks
2019-02-04 19:22:42 -08:00
Jonah Williams
640c17334f Ensure dart2js and kernel worker snapshots are copied out of gen dir (flutter/engine#7692) 2019-02-04 17:48:52 -08:00
skia-flutter-autoroll
523504006e Roll src/third_party/skia 50ea3c06b80f..2d35a1c87553 (6 commits) (flutter/engine#7693)
https://skia.googlesource.com/skia.git/%2Blog/50ea3c06b80f..2d35a1c87553

git log 50ea3c06b80f7322c64fd99926edcdd7ea398213..2d35a1c875539b744631a75a037f2b5d2e72c31f --date=short --no-merges --format=%ad %ae %s
2019-02-01 egdaniel@google.com Move texture release proc to GrSurface so that render targets can also have releases.
2019-02-04 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-02-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 612345523a8d..049ff3873334 (1 commits)
2019-02-04 bungeman@google.com Extend GetAlphaTextureBounds workaround.
2019-02-04 bungeman@google.com Make HR* macros statements.
2019-02-04 robertphillips@google.com Rename GrContext::contextPriv to priv

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
the roller if necessary.
2019-02-04 20:40:30 -05:00
Kaushik Iska
da09acaad9 Don't warn for Async texture uploads on Fuchsia (flutter/engine#7691) 2019-02-04 17:04:08 -08:00
Yunyu Lin
5ae6ae6c16 Replace hb_face_reference_table with hb_ot_color_has_png in isColorBitmapFont (flutter/engine#7686) 2019-02-04 16:59:12 -08:00