8673 Commits

Author SHA1 Message Date
skia-flutter-autoroll
fd6428fa10 Roll fuchsia/sdk/core/linux-amd64 from 3hQdw... to siBGl... (flutter/engine#10640)
Roll fuchsia/sdk/core/linux-amd64 from 3hQdw... to siBGl...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-05 17:45:23 -04:00
skia-flutter-autoroll
60f68f6f1b Roll fuchsia/sdk/core/mac-amd64 from yvc6m... to Nj2Qs... (flutter/engine#10638)
Roll fuchsia/sdk/core/mac-amd64 from yvc6m... to Nj2Qs...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-05 17:13:08 -04:00
Chinmay Garde
56e9d84de1 Document the thread test fixture. (flutter/engine#10637) 2019-08-05 13:51:56 -07:00
Nathan Rogers
436b76d9fe Use Fuchsia trace macros when targeting Fuchsia SDK (flutter/engine#10634)
When |OS_FUCHSIA| is defined (even when |FUCHSIA_SDK| is defined as
well), use the Fuchsia SDK trace macros rather than the Dart timeline.

Reasons for doing this include:

Fuchsia's trace macros support categories.  This allows one to
distinguish between (e.g.) "flutter" and "skia" trace events for trace
recording and trace visualization.

Fuchsia has existing in tree benchmarks that depend on finding certain
events under category "flutter".

See the Fuchsia performance mailing list discussion for more context.
2019-08-05 12:52:36 -07:00
Chinmay Garde
5a28c68b3c Fix threading and re-enable resource cache shell unit-tests. (flutter/engine#10636)
The rasterizer may only be accessed safely on the GPU task runner. The test was accessing the same on a non-engine known task runner instead (i.e the tests main task runner).

Crashes previously reproducible on all platforms with the following filters: `--gtest_filter="*ShellTest.SetResourceCacheSize*" --gtest_repeat=-1 --gtest_shuffle --gtest_random_seed=1988` at run ~400.

Fixes https://github.com/flutter/flutter/issues/37629
2019-08-05 12:47:30 -07:00
Kaushik Iska
fcfa19d97a [fuchsia] CloneChannelFromFD fix for system.cc (flutter/engine#10635)
This is a utils method currently not exposed from fuchsia.
Ported over from [garnet
fd.cc](https://fuchsia.googlesource.com/fuchsia/+/master/garnet/public/lib/fsl/io/fd.cc).
2019-08-05 12:05:20 -07:00
skia-flutter-autoroll
07c95d9e55 Roll src/third_party/skia a800ec96f724..4df3d5340ef3 (20 commits) (flutter/engine#10632)
https://skia.googlesource.com/skia.git/+log/a800ec96f724..4df3d5340ef3

git log a800ec96f724..4df3d5340ef3 --date=short --no-merges --format='%ad %ae %s'
2019-08-05 halcanary@google.com rewrite_includes.py: make it work on windows
2019-08-05 halcanary@google.com experimental/tools/gerrit_percent_encode
2019-08-05 fmalita@chromium.org Add missing GrLumaColorFilterEffect opt flag
2019-08-05 michaelludwig@google.com Update tests to use new image filter factories
2019-08-05 michaelludwig@google.com Fix GMs broken during API porting
2019-08-05 egdaniel@google.com Put read and output swizzle back on gl format table.
2019-08-05 robertphillips@google.com Increase specificity of GrColorType computed for YUV planes (take 2)
2019-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 369f9e5df60b..dc2c5c5a419e (12 commits)
2019-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 01452febf2d0..d67ae722191a (443 commits)
2019-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f63c4e51101a..060fcf777159 (3 commits)
2019-08-05 reed@google.com remove dead SK_SUPPORT_LEGACY_BICUBIC_FILTERING code
2019-08-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-08-04 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-02 fmalita@chromium.org [skottie] Fix Venetian Blinds typo
2019-08-02 senorblanco@chromium.org Dawn backend: update to recent Skia changes.
2019-08-02 michaelludwig@google.com Update gms to use new image filter factories
2019-08-02 stani@google.com Delete unused variant of MakeBackendTexture
2019-08-02 egdaniel@google.com Add table for supported colortypes in GrVkCaps.

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

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, who should
be CC'd on the roll, and stop the roller if necessary.


Bug: None
TBR=reed@google.com
2019-08-05 14:58:28 -04:00
Siva
da3edeeaa2 Roll src/third_party/dart 9bb446aae1...4bebfebdbc (7 commits). (flutter/engine#10484)
dart-lang/sdk@4bebfebdbc Initial support for extension methods inference.
dart-lang/sdk@6653611ae4 [vm, gc] Check if we should start concurrent marking after external allocations and background code finalization.
dart-lang/sdk@57b9ce7fb7 Report when super is used in instance members of extensions
dart-lang/sdk@af97015781 Fix markdown and Dart links in meta package
dart-lang/sdk@3a2576eca9 Use ExecutableMember.from2() in ParameterMember.getAncestor().
dart-lang/sdk@b16d018b29 [dart2js] new-rti: handle passing element type to [a]sync* methods
dart-lang/sdk@19085e3819 [dart/vm] Check SSA def-use dominance only
2019-08-05 10:54:34 -07:00
skia-flutter-autoroll
9243753932 Roll fuchsia/sdk/core/linux-amd64 from qTyU_... to 3hQdw... (flutter/engine#10627)
Roll fuchsia/sdk/core/linux-amd64 from qTyU_... to 3hQdw...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-05 13:45:15 -04:00
skia-flutter-autoroll
5c33014653 Roll fuchsia/sdk/core/mac-amd64 from cvvjU... to yvc6m... (flutter/engine#10626)
Roll fuchsia/sdk/core/mac-amd64 from cvvjU... to yvc6m...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-05 13:43:58 -04:00
Dan Field
e9f8f66f82 skip flaky tests (flutter/engine#10633) 2019-08-05 10:22:43 -07:00
skia-flutter-autoroll
070a33d636 Roll fuchsia/sdk/core/linux-amd64 from AowXI... to qTyU_... (flutter/engine#10625)
Roll fuchsia/sdk/core/linux-amd64 from AowXI... to qTyU_...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-03 23:33:16 -04:00
skia-flutter-autoroll
1f339c4c4f Roll fuchsia/sdk/core/mac-amd64 from c8UZM... to cvvjU... (flutter/engine#10624)
Roll fuchsia/sdk/core/mac-amd64 from c8UZM... to cvvjU...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-03 22:44:30 -04:00
skia-flutter-autoroll
727c0fc564 Roll fuchsia/sdk/core/linux-amd64 from oMu_X... to AowXI... (flutter/engine#10621)
Roll fuchsia/sdk/core/linux-amd64 from oMu_X... to AowXI...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-03 19:59:05 -04:00
skia-flutter-autoroll
a6cda642fd Roll fuchsia/sdk/core/mac-amd64 from Mzwf3... to c8UZM... (flutter/engine#10618)
Roll fuchsia/sdk/core/mac-amd64 from Mzwf3... to c8UZM...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-03 18:48:46 -04:00
Dan Field
5a9ac6e780 expose max depth on Window (flutter/engine#10414) 2019-08-02 20:37:24 -07:00
Dan Field
06e7030b0f Reland Skia Caching improvements (flutter/engine#10434) 2019-08-02 19:31:57 -07:00
Chris Bracken
aa2aa5e94c Delete unused create_macos_gen_snapshot.py script (flutter/engine#10479)
Unused as of https://github.com/flutter/engine/pull/10430 and
https://chromium-review.googlesource.com/c/chromium/tools/build/+/1731443.
2019-08-02 16:54:10 -07:00
Chris Bracken
5fa8fd302a Add #else, #endif condition comments (flutter/engine#10477)
Adds a few missing condition hints on some preprocessor conditionals.
2019-08-02 15:45:07 -07:00
skia-flutter-autoroll
8b9bcd12b2 Roll fuchsia/sdk/core/mac-amd64 from eAnGy... to Mzwf3... (flutter/engine#10476)
Roll fuchsia/sdk/core/mac-amd64 from eAnGy... to Mzwf3...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 18:14:42 -04:00
Siva
5b524772e1 Roll src/third_party/dart 622ec5099f...9bb446aae1 (14 commits) (flutter/engine#10475)
dart-lang/sdk@9bb446aae1 Record if MethodDeclaration has NativeFunctionBody, so it external.
dart-lang/sdk@0e24437b81 Replace InterfaceType with Substitution in Member(s).
dart-lang/sdk@6578435eff [infra] Fix broken code when raising errors in copy_tree.py
dart-lang/sdk@6d13a6df94 [dart2js] new-rti: Lower some checks to a simpler form
dart-lang/sdk@ed2764d055 remove unused import
dart-lang/sdk@fac682c5ef [vm/gc] Hold lock before accessing PageSpace::large_pages_
dart-lang/sdk@f8f77eb4c0 Add keyword completion suggestions
dart-lang/sdk@a408e8ee97 Remove Kevin from kernel watchlist
dart-lang/sdk@ca2f68e5f5 [co19] co19 roll b0220fc898c32d3944cb8c54cf7b78dd8c7cbadb..796f4de76de460e031bf3b20ce60a52e4ed417d9
dart-lang/sdk@c0f23ce8bc [nnbd_migration] fix kind -> description, drop empty, tests
dart-lang/sdk@330a401233 Increment ABI version.
dart-lang/sdk@fc5b4e3cef Rework dartfix lint fixes to remove race condition
dart-lang/sdk@d08c203e30 Add various missing argument checks to dart:io natives.
dart-lang/sdk@650f32c1b0 Update to tflite_native@0.2.0
2019-08-02 14:49:59 -07:00
skia-flutter-autoroll
dc3b10e133 Roll src/third_party/skia 149f3f197897..a800ec96f724 (15 commits) (flutter/engine#10474)
https://skia.googlesource.com/skia.git/+log/149f3f197897..a800ec96f724

git log 149f3f197897..a800ec96f724 --date=short --no-merges --format='%ad %ae %s'
2019-08-02 senorblanco@chromium.org Dawn: implement sk_app window contexts for all backends.
2019-08-02 csmartdalton@google.com Remove 'dst' argument from GrOpList::copySurface
2019-08-02 michaelludwig@google.com Move SkImageFilter functionality into private SkImageFilter_Base
2019-08-02 mtklein@google.com no need to increment uniform pointers by zero
2019-08-02 robertphillips@google.com Revert "Increase specificity of GrColorType computed for YUV planes"
2019-08-02 mtklein@google.com select, {eq,lt,gt}_i32 on x86
2019-08-02 fmalita@chromium.org [skottie] Initial Hue/Saturate effect support
2019-08-02 mtklein@google.com x86 store16
2019-08-02 robertphillips@google.com Increase specificity of GrColorType computed for YUV planes
2019-08-02 reed@google.com fix bicubic to not be confused by rotated ctms
2019-08-02 robertphillips@google.com More SkAutoPixmapStorage
2019-08-02 csmartdalton@google.com Extract a GrRenderTask base class from GrOpList
2019-08-02 mtklein@google.com x86, load16
2019-08-02 halcanary@google.com experimental/editor: cleanup
2019-08-02 mtklein@google.com x86 uniform8

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

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, who should
be CC'd on the roll, and stop the roller if necessary.


Bug: None
TBR=benjaminwagner@google.com
2019-08-02 17:33:25 -04:00
skia-flutter-autoroll
509325878a Roll fuchsia/sdk/core/linux-amd64 from 7LN8t... to oMu_X... (flutter/engine#10472)
Roll fuchsia/sdk/core/linux-amd64 from 7LN8t... to oMu_X...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 16:46:58 -04:00
Gary Qian
538b52cbd0 Track detailed LibTxt metrics with LineMetrics(flutter/engine#10127) 2019-08-02 13:03:23 -07:00
Siva
b60baaa791 Roll src/third_party/dart bd049f5b53...622ec5099f (flutter/engine#10437)
dart-lang/sdk@622ec5099f Support tearoffs through extension overrides
dart-lang/sdk@42e978ca54 Fix Windows bot.
dart-lang/sdk@86bdb3e3fa Clean up some warnings in analysis server code
dart-lang/sdk@972d4e9a75 [cfe] Move relativize code from dart2js to cfe
dart-lang/sdk@db3028ac5e [dart2js] Enable --benchmarking-x
dart-lang/sdk@7826b4faf1 Partially support extensions of function types
dart-lang/sdk@b66cd42372 [vm] Fix deadlock in isolate shutdown, take 2.
dart-lang/sdk@6cec64691b [dartdevc] Remove variance from type bounds in generic function subtypes
dart-lang/sdk@a05ef7c0cc Store inferred type arguments for tear-off(s).
dart-lang/sdk@5456641022 More canonicalization_hashing tests
dart-lang/sdk@dbabe4dea6 [dartdevc] Imports/Exports are now aliased relative to the library root to disambiguate cross-module name conflicts.
dart-lang/sdk@ebc4a59b61 Use Dart_PrepareToAbort in segfault handlers for consistency.
dart-lang/sdk@136aee0655 [analysis_server] Fix flaky hanging in analysis server benchmark
dart-lang/sdk@677f434a6b Fix computeUnlinkedApiSignature() to change signature when body changed from/to empty.
dart-lang/sdk@7582d344d6 Migration: handle assignment of null to generic type.
dart-lang/sdk@150e8f89d5 [dart/vm] Fix dominance violation
dart-lang/sdk@08553214ad [dartdevc] Fix optional and named params being detected as not nullable
dart-lang/sdk@bbc97f5f79 Improve some diagnostic messages
dart-lang/sdk@0ea0409401 [vm/ios] Don't use __clear_cache on iOS, it's not always available.
dart-lang/sdk@7825801189 [cfe] Refactor [ValueKind] to support unions of types.
dart-lang/sdk@68e4eeee12 [cfe] Handle property access, update and method invocation on explicit/implicit this in extension methods
dart-lang/sdk@91dadded66 [vm/compiler] Recognize _asyncStackTraceHelper and build special graph if !FLAG_causal_async_stacks
dart-lang/sdk@a69c81ac34 Id testing for directories with .packages etc
dart-lang/sdk@d49de8b68f succinct option for id testing
dart-lang/sdk@60f646a51c [CFE] Do not accept null expressions in constant evaluator.
dart-lang/sdk@d89fd68871 [infra] Update pub/sub script to send <10MB when message is base64 encoded.
dart-lang/sdk@86acffa440 fix prefixed type recovery crash
dart-lang/sdk@6123dbdae5 Support for extensions in available declarations.
dart-lang/sdk@99d7701004 [gardening] Skip timing out co19_2/LibTest/isolate tests on dartkb bots
dart-lang/sdk@c4e423db48 Deprecate isSupertypeOf, flattenFutures, isAssignableTo of DartType.
dart-lang/sdk@6a4d805df4 Implement 'Import Library' quick fix using DeclarationsTracker.
dart-lang/sdk@2d381e5ac1 Extract AstRewriteVisitor into separate library.
dart-lang/sdk@52ce6273f3 [dart/vm] Rerun test on return code divergence
dart-lang/sdk@c07bd65ac8 Convert driver.dart to triple-slash comment style.
dart-lang/sdk@7ffef4c616 [llvm] Make sure llvm groups don't break the build
dart-lang/sdk@521a106332 [infra] Update VS toolchain to stay up-to-date with flutter engine and chrome
dart-lang/sdk@130c654dcd [vm/compiler] Avoid runtime call for _asyncStackTraceHelper if !FLAG_causal_async_stacks
dart-lang/sdk@1e16b74b5b Update cipd dependency dart/language_model to latest version to use copy instead of symlink
dart-lang/sdk@0639908ecc Resolve call method when defined by an extension
2019-08-02 12:32:05 -07:00
skia-flutter-autoroll
3987608266 Roll fuchsia/sdk/core/mac-amd64 from coHoq... to eAnGy... (flutter/engine#10471)
Roll fuchsia/sdk/core/mac-amd64 from coHoq... to eAnGy...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 14:40:55 -04:00
skia-flutter-autoroll
0f6a1c06a8 Roll src/third_party/skia fdd03910d6c6..149f3f197897 (11 commits) (flutter/engine#10470)
https://skia.googlesource.com/skia.git/+log/fdd03910d6c6..149f3f197897

git log fdd03910d6c6..149f3f197897 --date=short --no-merges --format='%ad %ae %s'
2019-08-02 halcanary@google.com tools/sk_app: fWindowContext is unique_ptr<>
2019-08-02 mtklein@google.com add vbroadcastss(Ymm, GP64, int)
2019-08-02 halcanary@google.com sk_app, editor: cursor blink
2019-08-02 bsalomon@google.com GrCaps::supportedWritePixelsColorType takes CT/format rather than config.
2019-08-02 michaelludwig@google.com Update skottie/sksg to use new filter factories
2019-08-02 michaelludwig@google.com Update docs and samplecode to use new image filter factories
2019-08-02 michaelludwig@google.com Update fuzzer to use new image filter factories
2019-08-02 bungeman@google.com Tweak css3 weight score, prevent ties.
2019-08-02 senorblanco@chromium.org First implementation of GrDawnProgramBuilder.
2019-08-02 michaelludwig@google.com Add new SkImageFilters factory API
2019-08-02 egdaniel@google.com Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps.

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

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, who should
be CC'd on the roll, and stop the roller if necessary.


Bug: None
TBR=benjaminwagner@google.com
2019-08-02 13:21:16 -04:00
skia-flutter-autoroll
1fffc819cd Roll fuchsia/sdk/core/linux-amd64 from L-ih4... to 7LN8t... (flutter/engine#10469)
Roll fuchsia/sdk/core/linux-amd64 from L-ih4... to 7LN8t...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 13:09:48 -04:00
Kaushik Iska
f3f1b7c0b7 Revert "Remove one last final call to AddPart()" (flutter/engine#10440) 2019-08-02 09:18:17 -07:00
skia-flutter-autoroll
fc81b00afe Roll fuchsia/sdk/core/mac-amd64 from mlKdh... to coHoq... (flutter/engine#10467)
Roll fuchsia/sdk/core/mac-amd64 from mlKdh... to coHoq...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 11:06:06 -04:00
skia-flutter-autoroll
821990b313 Roll fuchsia/sdk/core/linux-amd64 from FidkF... to L-ih4... (flutter/engine#10466)
Roll fuchsia/sdk/core/linux-amd64 from FidkF... to L-ih4...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 09:33:15 -04:00
skia-flutter-autoroll
40fc15231b Roll src/third_party/skia 83d8a949ae22..fdd03910d6c6 (43 commits) (flutter/engine#10465)
https://skia.googlesource.com/skia.git/+log/83d8a949ae22..fdd03910d6c6

git log 83d8a949ae22..fdd03910d6c6 --date=short --no-merges --format='%ad %ae %s'
2019-08-02 nathanrogers@google.com Add a TRACE_EVENT for SkGpuBlurUtils::GaussianBlur
2019-08-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1dbbc7b3e232..369f9e5df60b (7 commits)
2019-08-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 9aeb39b9ab0a..01452febf2d0 (403 commits)
2019-08-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 27e2873765fa..f63c4e51101a (3 commits)
2019-08-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1ebe6014389e..1dbbc7b3e232 (5 commits)
2019-08-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-01 fmalita@chromium.org Reland: SkColorfilters::HSLAMatrix
2019-08-01 mtklein@google.com bigger channel buffers in fm_bot
2019-08-01 bsalomon@google.com Renove GrPixelConfig from GrGLGpu::uploadTexData
2019-08-01 mtklein@google.com sketch SkVMBlitter
2019-08-01 reed@google.com remove unneeded bitmapprovider abstraction
2019-08-01 mtklein@google.com Revert "let color filters tell us their alpha format"
2019-08-01 mtklein@google.com Revert "SkColorfilters::HSLAMatrix"
2019-08-01 bsalomon@google.com Make read/write/transfer pixels functions take surface color type
2019-08-01 mtklein@google.com make presubmit failures clearer
2019-08-01 robertphillips@google.com Add a means of printing out the GrBackendFormat
2019-08-01 nifong@google.com Add a kind of asset for MSKPs so the skpbench bot can read them.
2019-08-01 robertphillips@google.com Make GrGLCaps::getYUVAColorTypeFromBackendFormat also map R8 to GrColorType::kGray_8
2019-08-01 bsalomon@google.com Use GrConvertPixels in GrOpFlushState::doUpload
2019-08-01 stani@google.com Allow to rebind GL texture if AHB content has changed
2019-08-01 fmalita@chromium.org SkColorfilters::HSLAMatrix
2019-08-01 reed@google.com make bicubic decision logic shareable
2019-08-01 egdaniel@google.com Remove use of isConfigRenderable.
2019-08-01 mtklein@google.com let color filters tell us their alpha format
2019-08-01 michaelludwig@google.com Combine erode and dilate implementations
2019-08-01 fmalita@chromium.org [skottie] Suppress placeholder range selector warnings
2019-08-01 robertphillips@google.com Disable LUM16F support for all Adreno devices
2019-08-01 michaelludwig@google.com Remove SkDEBUGFAIL in SkDisplacementMapEffector ctor
2019-08-01 robertphillips@google.com Add GrCaps::getTestingCombinations
2019-08-01 michaelludwig@google.com Consistify image filter implementation code layouts
2019-08-01 senorblanco@chromium.org Dawn: fix supportedWritePixelsColorType().
2019-08-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f6d0e4f58cbd..9aeb39b9ab0a (441 commits)
2019-08-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 324bdfed0692..27e2873765fa (1 commits)
2019-08-01 reed@google.com WIP: hack to try combining bicubic stage
2019-08-01 bsalomon@google.com Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code"
2019-07-31 benjaminwagner@google.com Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code"
2019-07-31 benjaminwagner@google.com Reland "Add LUM8 case to GrGLCaps::getYUVAColorTypeFromBackendFormat"
2019-07-31 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-31 benjaminwagner@google.com Revert "Add LUM8 case to GrGLCaps::getYUVAColorTypeFromBackendFormat"
2019-07-31 reed@google.com fix bench to scale up, so we don't skip high-qual-filter
2019-07-31 senorblanco@chromium.org First implementation of GrDawnProgramDataManager.

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

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, who should
be CC'd on the roll, and stop the roller if necessary.


Bug: None
TBR=benjaminwagner@google.com
2019-08-02 09:31:31 -04:00
skia-flutter-autoroll
54175b1080 Roll fuchsia/sdk/core/mac-amd64 from tPxPZ... to mlKdh... (flutter/engine#10464)
Roll fuchsia/sdk/core/mac-amd64 from tPxPZ... to mlKdh...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 07:38:14 -04:00
skia-flutter-autoroll
cfc56d1db8 Roll fuchsia/sdk/core/linux-amd64 from ySA6l... to FidkF... (flutter/engine#10463)
Roll fuchsia/sdk/core/linux-amd64 from ySA6l... to FidkF...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 05:54:51 -04:00
skia-flutter-autoroll
aa20cd44a8 Roll fuchsia/sdk/core/mac-amd64 from bswmz... to tPxPZ... (flutter/engine#10462)
Roll fuchsia/sdk/core/mac-amd64 from bswmz... to tPxPZ...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 04:08:56 -04:00
skia-flutter-autoroll
764d5b29df Roll fuchsia/sdk/core/linux-amd64 from R6MHy... to ySA6l... (flutter/engine#10455)
Roll fuchsia/sdk/core/linux-amd64 from R6MHy... to ySA6l...

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-08-02 02:16:13 -04:00
Jason Simmons
1bc372a594 Fix deprecation warnings in the Android embedding (flutter/engine#10424) 2019-08-01 18:13:27 -07:00
Chris Bracken
e82c565e47 Add copy_gen_snapshots.py tool (flutter/engine#10430)
Copies and renames the architecture-dependent iOS variants of
gen_snapshot to a destination directory. Now that the armv7-emitting
variant of gen_snapshot is 64-bit we can no longer bundle up
gen_snapshot as a fat binary with the x86 armv7 variant merged with the
x86_64 arm64 variant.
2019-08-01 16:15:53 -07:00
Liam Appelbe
a6fc895c84 Fix mac gen_snapshot uploader (flutter/engine#10423) 2019-08-01 14:32:00 -07:00
Kaushik Iska
7523d23275 Make kernel compiler use host toolchain (flutter/engine#10419) 2019-08-01 12:57:03 -07:00
Liam Appelbe
1647cb1cc1 Use simarm_x64 when targeting arm (flutter/engine#10010)
* GN changes for simarm_x64

* GN changes for simarm_x64

* Cleanup a bit

* Guard simarm_x64 behind a flag

* Remove flag

* Remove Mac specificity
2019-08-01 10:58:12 -07:00
Kaushik Iska
72b60dfaca [fuchsia] Add kernel_compiler target in build_fuchsia script (flutter/engine#10403) 2019-08-01 09:41:14 -07:00
Kaushik Iska
527e254893 [fuchsia] Kernel compiler is now ready (flutter/engine#10309)
Also fixes the architecture of the bundled SO files.
2019-07-31 20:41:11 -07:00
cfontas
d871e4da7f Remove one last final call to AddPart() (flutter/engine#10273)
* Remove one last final call to AddPart()

* fix merge conflict

* fix how i merged

* remove add part again

* remove pointer syntax

* fix formatting
2019-07-31 20:05:00 -07:00
skia-flutter-autoroll
d22648f4f9 Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC to fuchsia/sdk/core/linux-amd64:R6MHyz58h4cLuv1Odwzf2JWJkrYee4D6QKR92VinTggC (flutter/engine#10305)
Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC to fuchsia/sdk/core/linux-amd64:R6MHyz58h4cLuv1Odwzf2JWJkrYee4D6QKR92VinTggC

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-31 20:50:39 -04:00
Jason Simmons
430bed2f4f Ensure that the SingleFrameCodec stays alive until the ImageDecoder invokes its callback (flutter/engine#10297)
SingleFrameCodec had been holding a persistent handle to the peer Dart object
while waiting for the decoder callback.  However, Dart code could call
Codec.dispose during that interval, which would cause the Dart peer to drop
its reference to the SingleFrameCodec and potentially delete the
SingleFrameCodec.

Fixes https://github.com/flutter/flutter/issues/36631
2019-07-31 14:58:44 -07:00
Francisco Magdaleno
a05057aede [glfw] Enables replies on binary messenger in glfw embedder (flutter/engine#9948) 2019-07-31 14:27:46 -07:00
skia-flutter-autoroll
4b187ea4d1 Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:TAkpmqxKgauDvmpeaOTOAbYsnz1nWuqznTirppN0dGoC to fuchsia/sdk/core/mac-amd64:bswmziOk2a7sku7aG0fnZO7sQOFPK_XBy58QPcqsugwC (flutter/engine#10300)
Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:TAkpmqxKgauDvmpeaOTOAbYsnz1nWuqznTirppN0dGoC to fuchsia/sdk/core/mac-amd64:bswmziOk2a7sku7aG0fnZO7sQOFPK_XBy58QPcqsugwC

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

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, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-31 17:24:17 -04:00
skia-flutter-autoroll
9829b05c28 Roll src/third_party/skia c876404e64d2..83d8a949ae22 (6 commits) (flutter/engine#10302)
https://skia.googlesource.com/skia.git/+log/c876404e64d2..83d8a949ae22

git log c876404e64d2..83d8a949ae22 --date=short --no-merges --format='%ad %ae %s'
2019-07-31 senorblanco@chromium.org First implementation of GrDawnVaryingHandler.
2019-07-31 bungeman@google.com Allow HarfBuzz to massage the character stream.
2019-07-31 senorblanco@chromium.org Dawn: update to onSupportedReadColorType().
2019-07-31 egdaniel@google.com Don't have GrVk*CommandBuffer derive from GrVkResource.
2019-07-31 ianloic@google.com [fuchsia] Update for new FIDL API
2019-07-31 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

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

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, who should
be CC'd on the roll, and stop the roller if necessary.


Bug: None
TBR=benjaminwagner@google.com
2019-07-31 17:22:44 -04:00
Gary Qian
78c0cd1291 Fix run.start -> run_start (flutter/engine#10295) 2019-07-31 14:07:56 -07:00