Chinmay Garde
365251a014
Remove semi-redundant try-jobs. ( flutter/engine#10485 )
...
We are severely resource constrained on the tryjobs. This is hindering progress on ToT due to scheduling failures and rate limits. There are no plans to requisition more resources in this infra scheme as the migration to tryjobs on LUCI is the preferred way forward. This patch removes presubmits that are somewhat redundant. Each removed presubmit and the justification is given below:
* `build_and_test_linux_opt_release`: The AOT variant is tested by `build_and_test_linux_opt_profile` (actually its replacement, see the next point).
* `build_and_test_linux_opt_profile`: When we build the host profile variant for Android, we test it as well instead of building the extra variant (since we already need a host for a target build).
* `build_and_test_android_unopt_debug`: `gen_javadoc` have been moved to the profile variant. `Roboelectric` tests have been moved to profile variant. JIT infra will be tested by the the host tests.
* ToT framework checks: These will be performed (by the autoroller)[https://autoroll.skia.org/r/flutter-engine-flutter-autoroll?tab=status ] which also has a sheriff rotation. This will also avoid us having to ignore red presubmits on manual changes.
Everything else is left as-is. To be clear, this causes strictly less checks to be performed on each commit.
2019-08-06 16:16:06 -07:00
Chinmay Garde
d7dfe2cb03
Allow embedders to control Dart VM lifecycle on engine shutdown. ( flutter/engine#10652 )
...
This exposes the `Settings::leak_vm` flag to custom embedders. All embedder
unit-tests now shut down the VM on the shutdown of the last engine in the
process. The mechanics of VM shutdown are already tested in the Shell unit-tests
harness in the DartLifecycleUnittests set of of assertions. This just exposes
that functionality to custom embedders. Since it is part of the public stable
API, I also switched the name of the field to be something less snarky than the
field in private shell settings.
2019-08-06 16:15:37 -07:00
Matt Carroll
a8b3374cf3
Android embedding refactor pr40 add static engine cache ( flutter/engine#10481 )
2019-08-06 16:15:21 -07:00
skia-flutter-autoroll
be3533be15
Roll fuchsia/sdk/core/linux-amd64 from W6ZtV... to 9sR9P... ( flutter/engine#10672 )
...
Roll fuchsia/sdk/core/linux-amd64 from W6ZtV... to 9sR9P...
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-06 19:04:11 -04:00
stuartmorgan
3a81fdf045
Roll buildroot for ANGLE support ( flutter/engine#10667 )
...
Rolls buildroot forward to pick up support for building ANGLE. Needed for #9835
Updates license check to ignore a new top-level buildfile-only directory added as part of that support.
2019-08-06 15:21:39 -07:00
skia-flutter-autoroll
5db1eca19b
Roll src/third_party/skia c853bf2867b9..ab961e9db1dd (10 commits) ( flutter/engine#10669 )
...
https://skia.googlesource.com/skia.git/+log/c853bf2867b9..ab961e9db1dd
git log c853bf2867b9..ab961e9db1dd --date=short --no-merges --format='%ad %ae %s'
2019-08-06 bungeman@google.com Use MD instead of MMD for compile dependencies.
2019-08-06 mtklein@google.com begin caching Programs in SkVMBlitter
2019-08-06 csmartdalton@google.com Add a GrTextureResolveManager class
2019-08-06 nihohit@gmail.com Allow compilation without embedded font but with font manager
2019-08-06 mtklein@google.com really no-op Program default constructor
2019-08-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-06 csmartdalton@google.com Add a 'closeRenderTasksForNewOpList' method to GrDrawingManager
2019-08-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-06 halcanary@google.com SkQP: modify make_universal_apk to work in AOSP branch
2019-08-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@ab961e9db1dd
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-06 18:16:28 -04:00
skia-flutter-autoroll
fd9a206faa
Roll fuchsia/sdk/core/linux-amd64 from 0EOCG... to W6ZtV... ( flutter/engine#10666 )
...
Roll fuchsia/sdk/core/linux-amd64 from 0EOCG... to W6ZtV...
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-06 15:20:20 -04:00
skia-flutter-autoroll
a985362ead
Roll src/third_party/skia 3a543aafd4e6..c853bf2867b9 (4 commits) ( flutter/engine#10665 )
...
https://skia.googlesource.com/skia.git/+log/3a543aafd4e6..c853bf2867b9
git log 3a543aafd4e6..c853bf2867b9 --date=short --no-merges --format='%ad %ae %s'
2019-08-06 mtklein@google.com build programs lazily in SkVMBlitter
2019-08-06 egdaniel@google.com Update some gpu caps isFormatRenderable calls.
2019-08-06 halcanary@google.com experimental/editor: interface no longer uses stringslice
2019-08-06 robertphillips@google.com Use GrComputeTightCombinedBufferSize in GrMtlGpu::uploadToTexture
Created with:
gclient setdep -r src/third_party/skia@c853bf2867b9
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-06 14:30:42 -04:00
Chris Bracken
f173e72e06
Migrate Fuchsia runners to SDK tracing API ( flutter/engine#10478 )
...
Migrates the Fuchsia Flutter and Dart runners off the internal tracing
APIs and onto the public SDK.
2019-08-06 11:26:34 -07:00
skia-flutter-autoroll
23a6081766
Roll fuchsia/sdk/core/linux-amd64 from HgsT2... to 0EOCG... ( flutter/engine#10661 )
...
Roll fuchsia/sdk/core/linux-amd64 from HgsT2... to 0EOCG...
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-06 11:46:26 -04:00
skia-flutter-autoroll
ed7fbb3363
Roll src/third_party/skia 88681ddd1d38..3a543aafd4e6 (1 commits) ( flutter/engine#10659 )
...
https://skia.googlesource.com/skia.git/+log/88681ddd1d38..3a543aafd4e6
git log 88681ddd1d38..3a543aafd4e6 --date=short --no-merges --format='%ad %ae %s'
2019-08-06 aparchur@google.com Reland "[skottie] Add onTextProperty support into PropertyObserver."
Created with:
gclient setdep -r src/third_party/skia@3a543aafd4e6
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-06 10:28:25 -04:00
skia-flutter-autoroll
39cd90fda0
Roll fuchsia/sdk/core/linux-amd64 from ia9ZJ... to HgsT2... ( flutter/engine#10658 )
...
Roll fuchsia/sdk/core/linux-amd64 from ia9ZJ... to HgsT2...
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-06 08:07:49 -04:00
skia-flutter-autoroll
03c8acff18
Roll src/third_party/skia c409951bea4f..88681ddd1d38 (2 commits) ( flutter/engine#10655 )
...
https://skia.googlesource.com/skia.git/+log/c409951bea4f..88681ddd1d38
git log c409951bea4f..88681ddd1d38 --date=short --no-merges --format='%ad %ae %s'
2019-08-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 dc2c5c5a419e..bf176a0d6db9 (10 commits)
Created with:
gclient setdep -r src/third_party/skia@88681ddd1d38
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-06 04:58:35 -04:00
skia-flutter-autoroll
404e24eace
Roll fuchsia/sdk/core/linux-amd64 from -YGXe... to ia9ZJ... ( flutter/engine#10654 )
...
Roll fuchsia/sdk/core/linux-amd64 from -YGXe... to ia9ZJ...
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-06 04:29:58 -04:00
skia-flutter-autoroll
4ee0ed147a
Roll src/third_party/skia eb0770211a6c..c409951bea4f (1 commits) ( flutter/engine#10651 )
...
https://skia.googlesource.com/skia.git/+log/eb0770211a6c..c409951bea4f
git log eb0770211a6c..c409951bea4f --date=short --no-merges --format='%ad %ae %s'
2019-08-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d67ae722191a..aefed1d022e5 (313 commits)
Created with:
gclient setdep -r src/third_party/skia@c409951bea4f
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-06 01:21:22 -04:00
skia-flutter-autoroll
5b4e156d30
Roll fuchsia/sdk/core/linux-amd64 from Gh0U-... to -YGXe... ( flutter/engine#10650 )
...
Roll fuchsia/sdk/core/linux-amd64 from Gh0U-... to -YGXe...
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-06 00:54:48 -04:00
skia-flutter-autoroll
7e9233b056
Roll fuchsia/sdk/core/linux-amd64 from siBGl... to Gh0U-... ( flutter/engine#10648 )
...
Roll fuchsia/sdk/core/linux-amd64 from siBGl... to Gh0U-...
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 21:17:58 -04:00
Qxyat
6452493115
reset platformViewsController in engine.destroyContext when allowHeadlessExecution = false ( flutter/engine#10629 )
2019-08-05 17:36:58 -07:00
Kaushik Iska
67bc84721a
[flutter_runner] Port: Add connectToService, wrapping fdio_ns_connect. ( flutter/engine#10644 )
...
Use fdio_ns_connect to connect to services in a namespace. For pure
persistant fidl services the old path of creating a file descriptor and
then opening a channel to that file descriptor doesn't work.
We should provide a way to directly connect to a service without first
treating it as a file.
Test:
* workstation.frank, reboot button on main menu works.
* astro, device_settings "erase user data" reboot works.
Change-Id: I725ba9350547309bebb5530aa44236f841d88f99
2019-08-05 16:36:59 -07:00
sjindel-google
3c14be6f2b
Don't use DBC for hot-reload on iOS. ( flutter/engine#10645 )
2019-08-06 01:17:06 +02:00
sjindel-google
c39a23f1b6
Ensure debug-mode apps are always attached on iOS. ( flutter/engine#10186 )
2019-08-06 01:07:33 +02:00
skia-flutter-autoroll
bd3b2e2acb
Roll src/third_party/skia 4df3d5340ef3..eb0770211a6c (13 commits) ( flutter/engine#10643 )
...
https://skia.googlesource.com/skia.git/+log/4df3d5340ef3..eb0770211a6c
git log 4df3d5340ef3..eb0770211a6c --date=short --no-merges --format='%ad %ae %s'
2019-08-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-05 halcanary@google.com experimental/editor: margins now handled by application layer
2019-08-05 reed@google.com specialize drawAtlas for raster backend
2019-08-05 egdaniel@google.com Add supported GrColorTypes to Mtl FormatTable.
2019-08-05 benjaminwagner@google.com [infra] Manually roll godeps after infra fix
2019-08-05 egdaniel@google.com Revert "[skottie] Add onTextProperty support into PropertyObserver."
2019-08-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-05 bsalomon@google.com Pass size and GrPixelConfig to GrSurface/Texture/RenderTarget constructors
2019-08-05 aparchur@google.com [skottie] Add onTextProperty support into PropertyObserver.
2019-08-05 halcanary@google.com experimental/editor: StringSlice::fPtr type change
2019-08-05 bsalomon@google.com Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions.
2019-08-05 halcanary@google.com tools/gyp: deleting old file
2019-08-05 michaelludwig@google.com Update benchmarks to use new filter factories
Created with:
gclient setdep -r src/third_party/skia@eb0770211a6c
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 18:44:47 -04:00
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
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
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
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
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
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
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
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
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
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
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