Chinmay Garde
b927fcceb9
Only build the x64 variant of Fuchsia on the try-jobs. ( flutter/engine#12206 )
...
Halves the presubmit times.
2019-09-10 17:16:29 -07:00
Harry Terkelsen
bcad5fd2d7
Don't load Roboto by default ( flutter/engine#12205 )
...
Fixes https://github.com/flutter/flutter/issues/39260
2019-09-10 16:40:41 -07:00
skia-flutter-autoroll
b67142d233
Roll src/third_party/skia 66d8006c2bb1..4fe30e15c06c (11 commits) ( flutter/engine#12202 )
...
https://skia.googlesource.com/skia.git/+log/66d8006c2bb1..4fe30e15c06c
git log 66d8006c2bb1..4fe30e15c06c --date=short --no-merges --format='%ad %ae %s'
2019-09-10 bsalomon@google.com Also skip blurrect_compare on DDL configs
2019-09-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-10 bsalomon@google.com Reland "Separate texture creation from uploading in GrGpu subclasses."
2019-09-10 senorblanco@chromium.org Dawn: implement Sampler cache (optimization).
2019-09-10 jvanverth@google.com Wrap MTLEvent code in availability attributes.
2019-09-10 bsalomon@google.com Revert "Separate texture creation from uploading in GrGpu subclasses."
2019-09-10 senorblanco@chromium.org Dawn: implement staging buffer manager.
2019-09-10 senorblanco@chromium.org Update Dawn backend to accommodate recent Skia API changes.
2019-09-10 bsalomon@google.com Update new blurrect_compare GM to skip when SkCanvas::makeSurface will fail
2019-09-10 bsalomon@google.com Remove unused GM deferred canvas feature
2019-09-10 bsalomon@google.com Separate texture creation from uploading in GrGpu subclasses.
Created with:
gclient setdep -r src/third_party/skia@4fe30e15c06c
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-10 18:36:27 -04:00
Yegor
51e48deb34
add a convenience CLI tool for building and testing web engine ( flutter/engine#12197 )
2019-09-10 14:52:57 -07:00
Jason Simmons
a2819be2e2
[flutter_runner] Generate symbols for the Dart VM profiler ( flutter/engine#12048 )
...
Ported from the original implementation in the Topaz tree.
2019-09-10 14:35:42 -07:00
Yegor
0a3bdb877f
Add custom test plugin that supports screenshot tests ( flutter/engine#12079 )
...
- Add a custom `PlatformPlugin` that spins up a server waiting for test to request a screenshot.
- When a screenshot is requested the plugin talks to Chrome via the debug port, captures a screenshot, and compares it with a golden file
- This PR also adds proper CLI for `dev/test.dart` with an `ArgParser` for future extension into a proper developer tool for the team.
- As a first couple of features, it adds `--debug` option to launch Chrome in debug mode, a `--target` option to choose a single test to run rather than all tests, and `--shard` option to choose a subset of tests to run.
Limitations:
- While screenshot test will run on Cirrus, they are configured to not fail on Cirrus. Need to solve Chrome version skew.
- Stack maps do not work yet (you get stacks, but they are nonsensical)
- When requesting a single test, build_runner builds all tests anyway
- Nothing but desktop Chrome is supported
- Nothing but Linux is supported
- There's no Chrome version pinning; currently assumed stable Chrome channel
2019-09-10 13:53:47 -07:00
Chinmay Garde
0c3ded5c19
Move the Fuchsia tryjob into a its own step and disable LTO. ( flutter/engine#12190 )
2019-09-10 13:51:07 -07:00
skia-flutter-autoroll
d9f2a5d2f6
Roll src/third_party/skia b88894c8811b..66d8006c2bb1 (5 commits) ( flutter/engine#12178 )
...
https://skia.googlesource.com/skia.git/+log/b88894c8811b..66d8006c2bb1
git log b88894c8811b..66d8006c2bb1 --date=short --no-merges --format='%ad %ae %s'
2019-09-10 ethannicholas@google.com fixed an assertion error with unspecified sksl array sizes
2019-09-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-10 brianosman@google.com GL: Don't leak shader objects when program linking fails
2019-09-10 bsalomon@google.com Adapt GrRectBlur for cases with rect W/H less than six sigma.
2019-09-10 jvanverth@google.com Hook up pinch-zoom and swipe gestures.
Created with:
gclient setdep -r src/third_party/skia@66d8006c2bb1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-10 14:54:16 -04:00
Jason Simmons
0354d92bea
[flutter_runner] Port the accessibility bridge from Topaz ( flutter/engine#12054 )
2019-09-10 11:29:08 -07:00
liyuqian
6b742994a3
Smooth out iOS irregular input events delivery ( flutter/engine#11817 )
...
Fixes https://github.com/flutter/flutter/issues/31086
This patch is a lower level implementation of
https://github.com/flutter/flutter/pull/36616 that would only impact iOS
engine, and host unittests.
2019-09-10 11:18:01 -07:00
Jonah Williams
e412093624
Make ImageShader implement Shader for web ui ( flutter/engine#12161 )
2019-09-10 10:15:32 -07:00
skia-flutter-autoroll
3dd4e33a90
Roll src/third_party/skia 9e5c47936b17..b88894c8811b (3 commits) ( flutter/engine#12151 )
...
https://skia.googlesource.com/skia.git/+log/9e5c47936b17..b88894c8811b
git log 9e5c47936b17..b88894c8811b --date=short --no-merges --format='%ad %ae %s'
2019-09-10 bsalomon@google.com Remove per-format glCheckframebufferStatus checks.
2019-09-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial).
2019-09-10 benjaminwagner@google.com [infra] Switch Mac builders to 10.14.6.
Created with:
gclient setdep -r src/third_party/skia@b88894c8811b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-10 10:20:38 -04:00
skia-flutter-autoroll
976af6a1f3
Roll src/third_party/skia 1bf30ce852e0..9e5c47936b17 (2 commits) ( flutter/engine#12129 )
...
https://skia.googlesource.com/skia.git/+log/1bf30ce852e0..9e5c47936b17
git log 1bf30ce852e0..9e5c47936b17 --date=short --no-merges --format='%ad %ae %s'
2019-09-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a7ff7df26f28..58c5b07b47cf (7 commits)
2019-09-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@9e5c47936b17
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-10 06:13:40 -04:00
skia-flutter-autoroll
73bbc2b3e1
Roll src/third_party/skia 8cae1e95a23b..1bf30ce852e0 (2 commits) ( flutter/engine#12106 )
...
https://skia.googlesource.com/skia.git/+log/8cae1e95a23b..1bf30ce852e0
git log 8cae1e95a23b..1bf30ce852e0 --date=short --no-merges --format='%ad %ae %s'
2019-09-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 44e6523d7ff3..cebb9635a5d5 (1 commits)
2019-09-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a0cef9f54754..340a17ae1cc7 (385 commits)
Created with:
gclient setdep -r src/third_party/skia@1bf30ce852e0
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-10 02:09:54 -04:00
Chinmay Garde
5d6d4e450d
Don't launch the observatory by default on each embedder unit-test invocation. ( flutter/engine#12087 )
...
There is no test to assert this and it unnecessarily slows down the test
harness and opens tons of port on the host.
2019-09-09 19:58:36 -07:00
skia-flutter-autoroll
837e3c9770
Roll src/third_party/skia c2d84bfa7421..8cae1e95a23b (4 commits) ( flutter/engine#12086 )
...
https://skia.googlesource.com/skia.git/+log/c2d84bfa7421..8cae1e95a23b
git log c2d84bfa7421..8cae1e95a23b --date=short --no-merges --format='%ad %ae %s'
2019-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-09 herb@google.com Cleanup SkPackedGlyphID
2019-09-09 brianosman@google.com Remove temporary Metal pipeline cache size hack
2019-09-09 hcm@google.com Add release section for milestones and rel notes
Created with:
gclient setdep -r src/third_party/skia@8cae1e95a23b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-09 21:29:26 -04:00
Chinmay Garde
9b9635391c
Guard availability of user notification related methods to iOS 10.0 ( flutter/engine#12084 )
...
* `NS_AVAILABLE_IOS(10_0)` makes us tell our compiler that the method needs
to be stamped into the TU but we promise to do stuff in it only on iOS 10.0
and above.
* `@availability` ensures that if those methods are called on iOS versions less
than 10.0, we will do nothing with it. This guards us against the case where
iOS introduced the functionality privately in older versions of iOS.
2019-09-09 20:25:29 -04:00
Maurice Parrish
af3929e2aa
Add capability to add AppDelegate as UNUserNotificationCenterDelegate ( flutter/engine#9864 )
2019-09-09 14:54:00 -07:00
Ferhat
173674166f
Add GradientRadial paintStyle implementation ( flutter/engine#12081 )
2019-09-09 14:13:10 -07:00
Harry Terkelsen
c314ab5b5b
Don't quote generic font families ( flutter/engine#12080 )
...
* Don't quote generic font families
This is a change that should have been upstreamed before.
* Change generic family List to a Set
* Add test
2019-09-09 14:05:40 -07:00
skia-flutter-autoroll
67e65ce1db
Roll src/third_party/skia 28d40b2e7ade..c2d84bfa7421 (3 commits) ( flutter/engine#12082 )
...
https://skia.googlesource.com/skia.git/+log/28d40b2e7ade..c2d84bfa7421
git log 28d40b2e7ade..c2d84bfa7421 --date=short --no-merges --format='%ad %ae %s'
2019-09-09 ethannicholas@google.com fixed byte/ubyte types in SPIR-V output
2019-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-09 brianosman@google.com Simplify GPUSink constructors by just passing the config object
Created with:
gclient setdep -r src/third_party/skia@c2d84bfa7421
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-09 16:59:52 -04:00
Jenn Magder
2e1bb190d1
Remove ENABLE_BITCODE from Scenarios test app ( flutter/engine#11839 )
2019-09-09 12:10:31 -07:00
skia-flutter-autoroll
160c032cf3
Roll src/third_party/skia 4f2674da4bbc..28d40b2e7ade (4 commits) ( flutter/engine#12077 )
...
https://skia.googlesource.com/skia.git/+log/4f2674da4bbc..28d40b2e7ade
git log 4f2674da4bbc..28d40b2e7ade --date=short --no-merges --format='%ad %ae %s'
2019-09-09 egdaniel@google.com Reland "Add support for direct use of vulkan primary command buffer in render pass."
2019-09-09 ethannicholas@google.com Fixed skslc assertion failure discovered by fuzzer
2019-09-09 brianosman@google.com Remove legacy flag: GrContextOptions::fDisallowGLSLBinaryCaching
2019-09-09 reed@google.com share private iterator/helpers for building paths
Created with:
gclient setdep -r src/third_party/skia@28d40b2e7ade
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-09 12:51:51 -04:00
skia-flutter-autoroll
15a7e6a929
Roll src/third_party/skia 627d15588f4d..4f2674da4bbc (1 commits) ( flutter/engine#12075 )
...
https://skia.googlesource.com/skia.git/+log/627d15588f4d..4f2674da4bbc
git log 627d15588f4d..4f2674da4bbc --date=short --no-merges --format='%ad %ae %s'
2019-09-09 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@4f2674da4bbc
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-09 08:45:46 -04:00
skia-flutter-autoroll
bd1c2b1f34
Roll src/third_party/skia 6c3bd09ead0f..627d15588f4d (3 commits) ( flutter/engine#12074 )
...
https://skia.googlesource.com/skia.git/+log/6c3bd09ead0f..627d15588f4d
git log 6c3bd09ead0f..627d15588f4d --date=short --no-merges --format='%ad %ae %s'
2019-09-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 df0ce01870fa..a7ff7df26f28 (5 commits)
2019-09-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 649263777d17..a0cef9f54754 (522 commits)
2019-09-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5d0faf9be9d7..44e6523d7ff3 (12 commits)
Created with:
gclient setdep -r src/third_party/skia@627d15588f4d
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-09 03:05:59 -04:00
shoryukenn
58c3192c32
Improve Unicode handling on Windows ( flutter/engine#11899 )
...
Significantly improves the behavior of non-ASCII text input on Windows. Correctly
processes incoming character events as UTF-16, and for now uses UTF-32 for
the text model so that the existing index-based logic will work much more often.
Future work is still needed, but this will handle far more cases correctly.
2019-09-08 12:13:59 -07:00
xster
1488856a85
Annotate nullability on FlutterEngine to make swift writing more ergonomic ( flutter/engine#11808 )
2019-09-08 00:25:07 -07:00
skia-flutter-autoroll
45842a8597
Roll src/third_party/skia f433336585ed..6c3bd09ead0f (1 commits) ( flutter/engine#12070 )
...
https://skia.googlesource.com/skia.git/+log/f433336585ed..6c3bd09ead0f
git log f433336585ed..6c3bd09ead0f --date=short --no-merges --format='%ad %ae %s'
2019-09-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@6c3bd09ead0f
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-08 02:28:48 -04:00
skia-flutter-autoroll
df9316cdf1
Roll src/third_party/skia 69a426f5a427..f433336585ed (1 commits) ( flutter/engine#12068 )
...
https://skia.googlesource.com/skia.git/+log/69a426f5a427..f433336585ed
git log 69a426f5a427..f433336585ed --date=short --no-merges --format='%ad %ae %s'
2019-09-07 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@f433336585ed
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-07 06:24:33 -04:00
Dan Field
cae01907a7
option for --no-lto for fuchsia ( flutter/engine#12010 )
2019-09-07 00:21:04 -07:00
skia-flutter-autoroll
37738016dd
Roll src/third_party/skia 380561393385..69a426f5a427 (2 commits) ( flutter/engine#12067 )
...
https://skia.googlesource.com/skia.git/+log/380561393385..69a426f5a427
git log 380561393385..69a426f5a427 --date=short --no-merges --format='%ad %ae %s'
2019-09-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-07 iannucci@chromium.org Remove use of deprecated tempfile module in skia.
Created with:
gclient setdep -r src/third_party/skia@69a426f5a427
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-07 02:19:59 -04:00
skia-flutter-autoroll
3bc827152e
Roll src/third_party/skia c30f1a936d84..380561393385 (3 commits) ( flutter/engine#12059 )
...
https://skia.googlesource.com/skia.git/+log/c30f1a936d84..380561393385
git log c30f1a936d84..380561393385 --date=short --no-merges --format='%ad %ae %s'
2019-09-06 benjaminwagner@google.com [infra] Update Mac 10.14 bots to 10.14.6
2019-09-06 cblume@chromium.org Add blocklist command line parameter
2019-09-06 egdaniel@google.com Revert "Add support for direct use of vulkan primary command buffer in render pass."
Created with:
gclient setdep -r src/third_party/skia@380561393385
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-06 22:15:16 -04:00
Kaushik Iska
2d656f6f32
Revert "Manage resource and onscreen contexts using separate IOSGLContext objects ( #11798 )" ( flutter/engine#12055 )
...
This reverts commit 9297908d54bf20f8cd8dd81849c95ff8528683e3.
2019-09-06 18:12:16 -07:00
George Wright
9297908d54
Manage resource and onscreen contexts using separate IOSGLContext objects ( flutter/engine#11798 )
...
Manage resource and onscreen contexts using separate IOSGLContext objects
2019-09-06 16:44:49 -07:00
Kaushik Iska
3a78a5e281
[flutter_runner] Refactor our build rules to make them more inline with topaz. ( flutter/engine#12034 )
...
Also add flutter tool support for topaz in-tree builds that already have
a dependency on the framework repository.
After this the only major changes left are profiler symbols and
Framework mode.
This should make making topaz use our buldrules significantly easier.
2019-09-06 15:30:37 -07:00
Emmanuel Garcia
61d1fabcae
Document dependencies and remove support-v13 ( flutter/engine#11912 )
2019-09-06 15:25:59 -07:00
skia-flutter-autoroll
f98dc9b930
Roll src/third_party/skia 080d210e7acc..c30f1a936d84 (21 commits) ( flutter/engine#12031 )
...
https://skia.googlesource.com/skia.git/+log/080d210e7acc..c30f1a936d84
git log 080d210e7acc..c30f1a936d84 --date=short --no-merges --format='%ad %ae %s'
2019-09-06 egdaniel@google.com Move surface wait ops to GrRenderTasks.
2019-09-06 reed@google.com simplify convexity-helper code
2019-09-06 brianosman@google.com Add support for pre-compiling cached SkSL shaders
2019-09-06 reed@google.com speed-up rotated rects for drawAtlas
2019-09-06 ethannicholas@google.com Revert "Revert "switched SkSL interpreter over to threaded code""
2019-09-06 egdaniel@google.com Add support for direct use of vulkan primary command buffer in render pass.
2019-09-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-06 robertphillips@google.com Cleanup after removal of IORefs from GrSurface
2019-09-06 robertphillips@google.com Add kRG_88_SkColorType
2019-09-06 hcm@google.com Update Skia milestone to 79
2019-09-06 joe@bitworking.org Add env vars to cloudbuild.yaml to enable vpython for depot_tools.
2019-09-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-06 reed@google.com don't call mutex if we're unique
2019-09-06 brianosman@google.com Make the size of program/pipeline caches configurable in GrContextOptions
2019-09-06 reed@google.com use scratch path to save on mallocs in drawAtlas
2019-09-06 robertphillips@google.com Remove IORefs from GrSurface
2019-09-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0c35e0f44dbd..df0ce01870fa (5 commits)
2019-09-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e96090c328fe..649263777d17 (605 commits)
2019-09-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cf0e2fe12289..5d0faf9be9d7 (4 commits)
2019-09-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@c30f1a936d84
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-06 17:51:39 -04:00
Kaushik Iska
ed39cbade1
[flutter_runner] Kernel platform files can now be built in topaz ( flutter/engine#12016 )
...
- Tested this compatibility in topaz repo. The build rules can now be
used to build kernel_platform_files in topaz tree, after this change we
can migrate the platform*dill and vm*snapshot files in topaz to use the
engine built artifacts.
- Also removes some namespace conflicts for dart configuration.
2019-09-06 14:34:26 -07:00
Kaushik Iska
bb74945d36
[flutter_runner] Plumb Flutter component arguments to the Dart entrypoint ( flutter/engine#12026 )
...
port of Change-Id: Ibcd4a110b84805af02a436a2a5bcf2cf3d2029a4
2019-09-06 14:16:13 -07:00
Ferhat
d01050e5fc
Fix multi span text ruler cache lookup failure. ( flutter/engine#12023 )
2019-09-06 14:05:52 -07:00
skia-flutter-autoroll
d61b3b3030
Roll fuchsia/sdk/core/linux-amd64 from Z7PSg... to R1yqu... ( flutter/engine#11945 )
...
Roll fuchsia/sdk/core/linux-amd64 from Z7PSg... to R1yqu...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-06 17:00:31 -04:00
skia-flutter-autoroll
3a10a734b4
Roll src/third_party/skia 8fda88ed6d41..080d210e7acc (4 commits) ( flutter/engine#11922 )
...
https://skia.googlesource.com/skia.git/+log/8fda88ed6d41..080d210e7acc
git log 8fda88ed6d41..080d210e7acc --date=short --no-merges --format='%ad %ae %s'
2019-09-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-05 herb@google.com Remove bool for RemoteStrike send
2019-09-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@080d210e7acc
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-05 21:55:23 -04:00
skia-flutter-autoroll
287bd23f2d
Roll src/third_party/skia adecf4b6d5fe..8fda88ed6d41 (8 commits) ( flutter/engine#11903 )
...
https://skia.googlesource.com/skia.git/+log/adecf4b6d5fe..8fda88ed6d41
git log adecf4b6d5fe..8fda88ed6d41 --date=short --no-merges --format='%ad %ae %s'
2019-09-05 reed@google.com reverse/restore order of verbs in path to be forward (normal)
2019-09-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-09-05 khushalsagar@chromium.org Reland: Only send the RemoteStrikes that have pending glyphs.
2019-09-05 egdaniel@google.com Begin renderpasses immediately in GrVkOpsRenderPass.
2019-09-05 jvanverth@google.com Add touch support to viewer
2019-09-05 michaelludwig@google.com Clean up prior backdrop-filter CL
2019-09-05 egdaniel@google.com Update some ops to create their buffers in onPrepare.
2019-09-05 ethannicholas@google.com Revert "switched SkSL interpreter over to threaded code"
Created with:
gclient setdep -r src/third_party/skia@8fda88ed6d41
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-05 18:08:25 -04:00
Matt Carroll
8c30983455
Remove un-needed FragmentActivity import statements to facilitate proguard. ( flutter/engine#11902 )
2019-09-05 14:44:04 -07:00
Dan Field
4f155f04a9
LTO fuchsia binaries ( flutter/engine#11883 )
2019-09-05 14:30:28 -07:00
Emmanuel Garcia
f3c62c4603
Add @Keep annotation ( flutter/engine#11893 )
2019-09-05 13:23:04 -07:00
Shi-Hao Hong
19b98ba9f2
Incorporate View.setSystemGestureExclusionRects code review feedback from #11441 ( flutter/engine#11804 )
...
* Improve variable naming and javadoc for setSystemGestureExclusionRects
* Remove variables from setSystemGestureExclusionRects tests
* Split test for two behaviors into two separate tests for setSystemGestureExclusionRects success case
2019-09-05 12:53:41 -07:00
shoryukenn
6c4a184169
Support build windows release/profile embedding builds ( flutter/engine#11475 )
...
Fixes missing symbol errors in Windows release and profile builds due to different lookup approach on Windows.
Fixes https://github.com/flutter/flutter/issues/32746
2019-09-05 11:28:30 -07:00
skia-flutter-autoroll
ccb8e6e492
Roll src/third_party/skia e784f75beb20..adecf4b6d5fe (6 commits) ( flutter/engine#11900 )
...
https://skia.googlesource.com/skia.git/+log/e784f75beb20..adecf4b6d5fe
git log e784f75beb20..adecf4b6d5fe --date=short --no-merges --format='%ad %ae %s'
2019-09-05 ethannicholas@google.com switched SkSL interpreter over to threaded code
2019-09-05 rmistry@google.com Allow PRIVATE_SKPS_GS to be empty in assets/skp/create.py
2019-09-05 michaelludwig@google.com Avoid use of SkMatrixImageFilter to handle CTM for backdrop filtering
2019-09-05 csmartdalton@google.com Rename GrGLIRect to GrNativeRect
2019-09-05 csmartdalton@google.com Clean up GrGLIRect
2019-09-05 bsalomon@google.com Fix profile width check in GrRectBlurEffect.
Created with:
gclient setdep -r src/third_party/skia@adecf4b6d5fe
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC jlavrova@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=jlavrova@google.com
2019-09-05 14:25:56 -04:00
xster
12e8ba8313
remove extra redundant channels setup in iOS embedding engine ( flutter/engine#11886 )
2019-09-05 11:13:04 -07:00