Dan Field
bb69b40272
Anti-Aliasing for shape layers ( flutter/engine#8157 )
2019-03-13 14:26:42 -07:00
Chinmay Garde
0809280550
Reland ""Add support for trace counters with variable arguments and instrument the raster cache." ( flutter/engine#8145 )
...
This reverts commit da6e460c67c34d34eef1e9ec87b8534a379fe1f5 and fixes the
discovered on Windows builds.
2019-03-13 13:53:22 -07:00
Chinmay Garde
31595a3e1c
Add “full-dart-debug” that disabled optimizations in the Dart VM. ( flutter/engine#8147 )
2019-03-13 12:54:57 -07:00
Jason Simmons
c204de1fde
Encode scroll motion events in the Android touch processor ( flutter/engine#8149 )
2019-03-13 11:30:42 -07:00
Gary Qian
b35721efd5
Fix text.dart height docs ( flutter/engine#8079 )
2019-03-13 11:13:53 -07:00
Ray Rischpater, KF6GPE
ede417625c
Revert "Disable build_ios task due to lack of credits. ( #8150 )" ( flutter/engine#8153 )
...
This reverts commit 0420b02aad6b54e842173f6eb7cc2997011aee82.
2019-03-13 10:19:54 -07:00
Siva
10e8160c17
Roll src/third_party/dart 1bd36d694d..674fd0e060 (48 commits) #8152
...
674fd0e060 [vm runtime] Dynamically disable dual mapping of code on some platforms
0bd674c374 [VM-Runtime] set environment when creating detached process
578fdb0408 Call becomeMap/becomeSet() in AstCloner.
382cd59388 Update completion target tests for new map syntax
1db664764a Revert "Copy abi dills in create_sdk build rule"
a39833d957 Reland "Reland "[VM runtime] Dual mapping of executable pages.""
49a0502f49 Copy abi dills in create_sdk build rule
23eb57c2bf Revert "[vm/ffi] Support Windows 64 bit"
22c2c7ffd8 Sort declarations in build_mode.dart
e2b5559c77 [infra] Use gclient.py to apply patches to bypass update_depot_tools
f4b524cdf1 [vm] Extract reading of parameter covariance attributes
16e40cef2f Generate a diagnostic when a set or map literal is ambiguous
b89d08355b [infra] Only move coredump files on shards
7f812dea1a [vm/ffi] Support Windows 64 bit
469da726d6 [vm] Put covariance attributes into Field flags
09087490e2 update hasFix lookup table
bb7b5fcd37 add missing fix tests
48a5c3825a assist to convert to absolute imports
b3927f66df [gardening] Mark tests that crash as crashing
2d6ddf2aff Remove unnecessary override from PartialResolverVisitor
ba3b9b3b65 Sort static_type_analyzer_test.dart
1edc6d4b4d [infra] Fix approve_results not erroring properly if tryjobs lack results.
1a196d43a7 [VM/AOT] Execute catch-entry moves in parallel (our AOT doesn't generate non-cyclic moves)
6a2aa920cd Support pragma annotations through ir constants
d3d077090d [VM/FrontendServer] Add 3head patch to frontend server after breaking API changes
016e3172d1 Default parameters, more metadata, import dart:core.
853d38896e [VM/AOT] Fixes incorrect deserialization of catch entry moves
3cf7d6a9c7 [tests] Changing expected cast errors to type errors for collections tests
b87c44d6b3 Generate diagnostic for non-bool conditions in if elements
74395d940f Comment out test_import_short_absolute that fails on Windows.
7c1544898d [vm] Decouple flow graph building of implicit getters and setters from kernel reading
57f4da318c [vm, gc] The mutator's TLAB and the interpreter's lookup cache must be visited even if the mutator is unscheduled.
15842d4583 Build more import scopes, support for enums.
f2029f54cd Fix type inference of map/set literals when the context is a type parameter.
11b9481403 [vm/frontend] Fix frontend_server_test on Windows.
bfb30bffe0 Fix a bug in the ConstantVerifier so that conditional elements are lazily verified
ed1f956991 Fix the abi dills download script
8f03ae05ff [infra] Add --list-configurations option to test.dart.
9faca2fa68 [vm] Document lifetime requirements of arguments to Dart_TimelineEvent.
295ea59385 [vm] Give functions compiled through Dart_LoadCompilationTrace a non-zero usage counter.
def0b21225 [infra] Fix test.dart saying untested configurations don't exist.
abd1854176 Fix recording of map/literal context type.
a8b3461f2e New summaries work snapshot.
9e7627b6a1 Re-land "Eliminate uses of old AST node types from pkg/analyzer/lib/src/summary"
210361ae63 Move IgnoreInfo out of the task model code base
440b4cd84e Insert implicit casts when setting interface targets
567d552de8 [infra] Add versionchecker and debianpackage to test matrix
576c4c71d9 [CFE] Always clone subexpressions of unevaluated constants.
2019-03-13 09:23:57 -07:00
Will Larche
d886937242
[Skia] Rollback Skia to 29d5dec9a0783a033b921dc483fb98d565d684f6 ( flutter/engine#8151 )
...
* [Skia] Rollback skia to 29d5dec9a0783a033b921dc483fb98d565d684f6
* [Skia] Rollback Skia License to 0dd2b3de568e29ad48747dd78b7125d9
2019-03-13 08:56:11 -04:00
Jason Simmons
ee38cddf85
Look up ICU symbols based on the path to libflutter.so as a fallback ( flutter/engine#8139 )
...
The ICU data is packaged within libflutter.so, and the engine uses
dlsym(RTLD_DEFAULT) to look up the ICU data symbols in the libraries
loaded by the process.
This approach apparently fails on some Xiaomi devices. If RTLD_DEFAULT
can not find the symbols, then the platform will pass the path to the
libflutter.so library so the engine can use that to resolve the symbols.
Fixes https://github.com/flutter/flutter/issues/28208
2019-03-12 18:33:33 -07:00
Chinmay Garde
0420b02aad
Disable build_ios task due to lack of credits. ( flutter/engine#8150 )
2019-03-12 18:32:19 -07:00
Gary Qian
8d18b3c7c5
Fix indexing error in dart:ui TextStyle.toString ( flutter/engine#8143 )
2019-03-12 16:48:47 -07:00
liyuqian
6b28290f44
Typo "fast an inline" to "fast and inline" ( flutter/engine#8142 )
2019-03-12 15:27:33 -07:00
liyuqian
7ed28478d9
Reland PerformanceOverlayLayer golden test ( flutter/engine#8140 )
...
This reverts commit c416fe99ee0ddb464ca85c0b336d679ea626a03c.
Now we shouldn't break the engine build as https://chromium-review.googlesource.com/c/chromium/tools/build/+/1480746 is landed. The golden test is disabled by default and we'll enable it later in our recipe and test it in presubmit tests.
2019-03-12 14:10:11 -07:00
Gary Qian
37babafb43
Fix TextStyle decode misalignment ( flutter/engine#8141 )
2019-03-12 13:55:31 -07:00
skia-flutter-autoroll
3092eb348c
Roll src/third_party/skia 406b068942f0..2eecc3ea3d71 (11 commits) ( flutter/engine#8138 )
...
https://skia.googlesource.com/skia.git/%2Blog/406b068942f0..2eecc3ea3d71
git log 406b068942f00a729dd03461b723ac04bda61b43..2eecc3ea3d71613463fe2816c3852e1f6c99105b --date=short --no-merges --format=%ad %ae %s
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6a1d92b526d4..7ce5de0c17bd (5 commits)
2019-03-12 jcgregorio@google.com Turn on CI/CD for api.skia.org. (skia)
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6193cb187e4a..6a1d92b526d4 (1 commits)
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 04a7830913b3..10ed3a8a5eec (1 commits)
2019-03-12 mtklein@google.com simplify filterColor()
2019-03-12 robertphillips@google.com Revert "Always explicitly allocate except in Android Framework (take 2)"
2019-03-12 kjlubick@google.com [particles] Turn on CI/CD for particles.skia.org
2019-03-12 robertphillips@google.com Revert "Always try to reduce opList splitting in DDL contexts/drawingManagers"
2019-03-12 robertphillips@google.com Revert "Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia"
2019-03-11 robertphillips@google.com Always try to reduce opList splitting in DDL contexts/drawingManagers
2019-03-12 robertphillips@google.com Temporarily re-add GrContextOptions::fExplicitlyAllocateGPUResources for Fuchsia
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-12 16:31:55 -04:00
Gary Qian
e2b873f0a5
Use final state passed to dart before initialization as the initial lifecycleState. ( flutter/engine#8124 )
2019-03-12 10:35:08 -07:00
skia-flutter-autoroll
d8ab06e733
Roll src/third_party/skia 665bc64a2dc4..406b068942f0 (8 commits) ( flutter/engine#8137 )
...
https://skia.googlesource.com/skia.git/%2Blog/665bc64a2dc4..406b068942f0
git log 665bc64a2dc41cfa36a471dc01e37c28f2def2b4..406b068942f00a729dd03461b723ac04bda61b43 --date=short --no-merges --format=%ad %ae %s
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader abb57857c536..6193cb187e4a (1 commits)
2019-03-12 gkaiser@google.com GrQuadPerEdgeAA: Fix typo in 'if' check
2019-03-12 kjlubick@google.com [pathkit] Clean up perf/test init
2019-03-12 bsalomon@google.com Revert "Reintroduce deinstantiate lazy proxy types and use for promise images."
2019-03-11 robertphillips@google.com Always explicitly allocate except in Android Framework (take 2)
2019-03-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-11 brianosman@google.com Remove SkToSRGBColorFilter (now unused)
2019-03-12 rmistry@google.com Add new recipe autoroller service account to list of recognized accounts
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-12 12:02:57 -04:00
skia-flutter-autoroll
439c14b9ac
Roll src/third_party/skia 762ddd7e4352..665bc64a2dc4 (2 commits) ( flutter/engine#8129 )
...
https://skia.googlesource.com/skia.git/%2Blog/762ddd7e4352..665bc64a2dc4
git log 762ddd7e4352cc8ecb8cd1f7ef9d4c8dbea56669..665bc64a2dc41cfa36a471dc01e37c28f2def2b4 --date=short --no-merges --format=%ad %ae %s
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3e2a4780e607..abb57857c536 (3 commits)
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3364227fa0d8..3e2a4780e607 (1 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-12 07:13:55 -04:00
skia-flutter-autoroll
4cb4013ab7
Roll src/third_party/skia 2932a458957d..762ddd7e4352 (3 commits) ( flutter/engine#8128 )
...
https://skia.googlesource.com/skia.git/%2Blog/2932a458957d..762ddd7e4352
git log 2932a458957db80b510abb83454f3b0b24af863a..762ddd7e4352cc8ecb8cd1f7ef9d4c8dbea56669 --date=short --no-merges --format=%ad %ae %s
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f563fdc91e83..c9bc33cff483 (2 commits)
2019-03-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ba6c026602da..37fe521d6049 (397 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-12 03:43:54 -04:00
Matt Carroll
53f65f1bf1
Bugfix #29203 : NPE in getAccessibilityProvider in old FlutterView. ( flutter/engine#8126 )
2019-03-11 23:45:03 -07:00
skia-flutter-autoroll
4465704a3a
Roll src/third_party/skia c6d8781c4036..2932a458957d (2 commits) ( flutter/engine#8125 )
...
https://skia.googlesource.com/skia.git/%2Blog/c6d8781c4036..2932a458957d
git log c6d8781c4036cd64a3fbf185ca18b9ff3def8cfd..2932a458957db80b510abb83454f3b0b24af863a --date=short --no-merges --format=%ad %ae %s
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 654540e86243..3364227fa0d8 (1 commits)
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms c6c0aae921ea..04a7830913b3 (1 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-11 23:12:55 -04:00
Gary Qian
71b193e3c8
Expose decorationThickness to dart:ui ( flutter/engine#8008 )
2019-03-11 16:43:11 -07:00
skia-flutter-autoroll
1bb86451dc
Roll src/third_party/skia e9c1ce89c005..c6d8781c4036 (29 commits) ( flutter/engine#8123 )
...
https://skia.googlesource.com/skia.git/%2Blog/e9c1ce89c005..c6d8781c4036
git log e9c1ce89c005f2112ecb3b7120116706af1f2222..c6d8781c4036cd64a3fbf185ca18b9ff3def8cfd --date=short --no-merges --format=%ad %ae %s
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 49c9dfe3b832..f563fdc91e83 (1 commits)
2019-03-11 kjlubick@google.com [canvaskit] Move from experimental to modules
2019-03-11 bsalomon@google.com Add GM for crbug.com/938592
2019-03-08 bsalomon@google.com Reintroduce deinstantiate lazy proxy types and use for promise images.
2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-11 brianosman@google.com Add clamped half-float pixel config to Ganesh
2019-03-11 kjlubick@google.com Add input length check when fuzzing
2019-03-07 michaelludwig@google.com Handle arbitrary and degenerate quadrilaterals in GrQuadPerEdgeAA
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 2fb061752f70..c6c0aae921ea (1 commits)
2019-03-06 herb@google.com One routine to rule them all!
2019-03-11 reed@google.com rename mixer to lerp (in prep for SkMixer)
2019-03-11 stani@google.com Export libvulkan headers for android libraries depending on skia
2019-03-11 fmalita@chromium.org [skottie] Fix Gaussian blur repeat edge pixels semantics
2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-11 robertphillips@google.com Revert "Always explicitly allocate except in Android Framework"
2019-03-11 hcm@google.com update milestones to 2019 dates
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms d2f7012e6a85..2fb061752f70 (1 commits)
2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-08 herb@google.com Convert templates to virtuals in SkGlyphRunPainter
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b72d28ff9975..654540e86243 (1 commits)
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms a81211f5ad2a..d2f7012e6a85 (1 commits)
2019-03-11 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-11 robertphillips@google.com Always explicitly allocate except in Android Framework
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 3b3522324e7b..a81211f5ad2a (1 commits)
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bb8c8e211402..b72d28ff9975 (2 commits)
2019-03-11 jcgregorio@google.com Change all pointers to doxygen docs to point to api.skia.org.
2019-03-11 jvanverth@google.com Improve Metal texture uploads.
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cd3e11d9464a..bb8c8e211402 (2 commits)
2019-03-11 brianosman@google.com Add flag to check that F16Norm pixels are clamped properly
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-11 19:11:00 -04:00
Matt Carroll
e8b329d24b
Integrated AndroidTouchProcessor within the old FlutterView ( flutter/engine#8095 )
2019-03-11 16:04:44 -07:00
Chinmay Garde
da6e460c67
Revert "Add support for trace counters with variable arguments and instrument the raster cache. ( #8094 )" ( flutter/engine#8122 )
...
This reverts commit 9f384e3e4cbfdf23381509a62c7023e77edcbfd8.
2019-03-11 15:09:24 -07:00
Chinmay Garde
9f384e3e4c
Add support for trace counters with variable arguments and instrument the raster cache. ( flutter/engine#8094 )
2019-03-11 14:44:43 -07:00
liyuqian
87704e2839
Improve shadow doc in PhysicalShapeLayer ( flutter/engine#8114 )
...
The old x is confusing as it often refers to x-axis in 2D graphics.
Replace it with t which has a nice interpretation of tangent.
2019-03-11 14:30:07 -07:00
Michael Goderbauer
40e0467f60
Adds a platfromViewId to SemanticsNode ( flutter/engine#8055 )
2019-03-11 11:30:35 -07:00
skia-flutter-autoroll
4c144fb29a
Roll src/third_party/skia bd050b90f8c7..e9c1ce89c005 (8 commits) ( flutter/engine#8113 )
...
https://skia.googlesource.com/skia.git/%2Blog/bd050b90f8c7..e9c1ce89c005
git log bd050b90f8c75ea4fdf49f73c4c9744cb98b00d2..e9c1ce89c005f2112ecb3b7120116706af1f2222 --date=short --no-merges --format=%ad %ae %s
2019-03-11 kjlubick@google.com Add oss-fuzz compatible fuzzers for sksl2*
2019-03-11 jcgregorio@google.com api.skia.org - Don't document private.
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fa8603c6113f..cd3e11d9464a (1 commits)
2019-03-07 egdaniel@google.com Make vulkan GrBackendFormats with ycbcr external texture types.
2019-03-06 robertphillips@google.com Add kIdentity_SkYUVColorSpace
2019-03-09 nigeltao@google.com Check that we do not #define WUFFS_IMPLEMENTATION
2019-03-09 nigeltao@google.com Update Wuffs version
2019-03-08 kjlubick@google.com [canvaskit] roll on npm
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 (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-11 12:22:28 -04:00
skia-flutter-autoroll
0043bd7104
Roll src/third_party/skia 92ae09900456..bd050b90f8c7 (7 commits) ( flutter/engine#8111 )
...
https://skia.googlesource.com/skia.git/%2Blog/92ae09900456..bd050b90f8c7
git log 92ae09900456256ad9802d8c1c2eb674531cfba9..bd050b90f8c75ea4fdf49f73c4c9744cb98b00d2 --date=short --no-merges --format=%ad %ae %s
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f2ddde731fb0..fa8603c6113f (1 commits)
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ebefaf7ce64a..f2ddde731fb0 (1 commits)
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b6a2f6bcf657..49c9dfe3b832 (1 commits)
2019-03-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src bc2c6257d015..ba6c026602da (26 commits)
2019-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-11 08:37:28 -04:00
Dan Field
a068a0b631
Fix the Windows build ( flutter/engine#8106 )
...
* Make macro for logging embedder errors build on Windows
2019-03-10 10:46:27 -07:00
Chinmay Garde
c19f28cd22
Log non-kSuccess returns from embedder API calls. ( flutter/engine#8096 )
...
Embedders don’t realize that some calls to the API return an error and don’t handle the same. Log such erroneous returns.
2019-03-09 20:04:16 -08:00
skia-flutter-autoroll
9e764f2574
Roll src/third_party/skia 29d5dec9a078..92ae09900456 (1 commits) ( flutter/engine#8104 )
...
https://skia.googlesource.com/skia.git/%2Blog/29d5dec9a078..92ae09900456
git log 29d5dec9a0783a033b921dc483fb98d565d684f6..92ae09900456256ad9802d8c1c2eb674531cfba9 --date=short --no-merges --format=%ad %ae %s
2019-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a70166a5efb1..bc2c6257d015 (100 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com ), and stop
the roller if necessary.
2019-03-09 22:51:47 -05:00
Jonah Williams
37f8c39523
Guard initialization of touch exploration listener ( flutter/engine#8103 )
2019-03-09 15:07:26 -08:00
Dan Field
d71a0e17cf
Drop android_sdk_downloader in favor of cipd ( flutter/engine#8087 )
...
* remove sdk downloader, use cipd
* roll buildroot to drop android_sdk_downloader
2019-03-09 12:39:16 -08:00
Dan Field
f074e12688
Do not cache gclient sync ( flutter/engine#8098 )
2019-03-09 12:16:34 -08:00
Dan Field
132088ef5b
Fix typo ( flutter/engine#8102 )
...
programatically -> programmatically
2019-03-09 08:58:07 -08:00
skia-flutter-autoroll
5a7ca0cb6d
Roll src/third_party/skia b45e5f1e810a..29d5dec9a078 (1 commits) ( flutter/engine#8101 )
...
https://skia.googlesource.com/skia.git/%2Blog/b45e5f1e810a..29d5dec9a078
git log b45e5f1e810ad29128556befccd79b7535998d8e..29d5dec9a0783a033b921dc483fb98d565d684f6 --date=short --no-merges --format=%ad %ae %s
2019-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3c6dc555a004..ebefaf7ce64a (4 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (reed@google.com ), and stop
the roller if necessary.
2019-03-09 10:04:20 -05:00
skia-flutter-autoroll
f0023136a3
Roll src/third_party/skia a009d582e812..b45e5f1e810a (2 commits) ( flutter/engine#8100 )
...
https://skia.googlesource.com/skia.git/%2Blog/a009d582e812..b45e5f1e810a
git log a009d582e812dba2ce1ba868852124ee4d8a182d..b45e5f1e810ad29128556befccd79b7535998d8e --date=short --no-merges --format=%ad %ae %s
2019-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 856ebf878c71..3c6dc555a004 (1 commits)
2019-03-09 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (reed@google.com ), and stop
the roller if necessary.
2019-03-09 05:00:58 -05:00
Dan Field
7e47a695bf
Use right stream for Java, on mac try to autoselect Java 1.8 ( flutter/engine#8099 )
...
* Use right stream for Java, on mac try to autoselect Java 1.8
2019-03-08 23:38:59 -08:00
Michael Klimushyn
601f418b04
Android linter prints to the console by default ( flutter/engine#8090 )
...
The HTML report can still be generated by passing in an `--html` flag
to the tool.
This will make errors easier to debug in CI.
2019-03-08 22:23:10 -08:00
skia-flutter-autoroll
496e130bac
Roll src/third_party/skia bea1f94f341e..a009d582e812 (18 commits) ( flutter/engine#8097 )
...
https://skia.googlesource.com/skia.git/%2Blog/bea1f94f341e..a009d582e812
git log bea1f94f341e8b0466ea2bfbda3f3ba44a2fda5c..a009d582e812dba2ce1ba868852124ee4d8a182d --date=short --no-merges --format=%ad %ae %s
2019-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader dd172cc1eef2..856ebf878c71 (2 commits)
2019-03-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 7ddffe6a4a5e..a70166a5efb1 (458 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 14126505b237..b6a2f6bcf657 (1 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 787b4468e49c..dd172cc1eef2 (1 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f955e638fb15..787b4468e49c (2 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 15dff3606ebf..f955e638fb15 (2 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 53733a68a49a..15dff3606ebf (3 commits)
2019-03-08 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9d9315341c3e..53733a68a49a (1 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 5e67e5c19fd3..3b3522324e7b (1 commits)
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 653210718292..9d9315341c3e (2 commits)
2019-03-08 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-08 brianosman@google.com Particles: Store stable randoms after spawn affectors
2019-03-08 robertphillips@google.com Make DDL contexts/drawing managers always sort opLists
2019-03-08 bungeman@google.com Move 'Tiling' out of 'Transform' in viewer.
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d2b1d2f936ee..653210718292 (3 commits)
2019-03-08 kjlubick@google.com [canvaskit] Expose more options for working with Surfaces and Contexts
2019-03-07 fmalita@chromium.org [skottie] Gaussian blur layer effect
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 (reed@google.com ), and stop
the roller if necessary.
2019-03-08 23:46:19 -05:00
Chinmay Garde
1079e83608
Clarify arguments to FlutterEngineOnVsync ( flutter/engine#8093 )
2019-03-08 18:09:17 -08:00
Matt Carroll
af6deb0357
Android Embedding PR 17: Clarify AccessibilityBridge and move logic out of FlutterView. ( flutter/engine#8061 )
2019-03-08 18:09:04 -08:00
Matt Carroll
d29f5a6f87
Android Embedding PR 16: Add touch support to FlutterView. ( flutter/engine#8034 )
2019-03-08 18:08:26 -08:00
Chinmay Garde
d7a0ec6eca
Allow embedders to post tasks onto the render thread. ( flutter/engine#8089 )
...
Some embedders may have to wait on fences asynchronously before committing
contents. This allows them to post a task onto the engine managed thread used
for rendering.
2019-03-08 16:30:48 -08:00
Michael Klimushyn
3bf53be79c
Guard against NewAPI failures ( flutter/engine#8048 )
...
Adds minimum SDK checks around minimum APIs.
flutter/flutter#28848
2019-03-08 13:33:58 -08:00
liyuqian
8545cec8d6
Add read-only persistent cache ( flutter/engine#8049 )
...
Some clients (e.g., embedded devices) prefer generating persistent cache files for the specific device beforehand, and ship them as readonly files in OTA packages.
2019-03-08 12:15:45 -08:00
Dan Field
74b63a8a22
Move android_sdk_downloader so I can more easily deprecate it ( flutter/engine#8084 )
2019-03-08 12:10:53 -08:00
skia-flutter-autoroll
38b53831f4
Roll src/third_party/skia 3d1b941f3a7d..bea1f94f341e (7 commits) ( flutter/engine#8083 )
...
https://skia.googlesource.com/skia.git/%2Blog/3d1b941f3a7d..bea1f94f341e
git log 3d1b941f3a7d84d9bc83cf2ad1050bc608193c56..bea1f94f341e8b0466ea2bfbda3f3ba44a2fda5c --date=short --no-merges --format=%ad %ae %s
2019-03-08 mtklein@google.com remove platform_font_manager()
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 620334064f47..d2b1d2f936ee (1 commits)
2019-03-08 reed@google.com change load/store_rgba to have src and dst variants
2019-03-07 jcgregorio@google.com Get doxygen working again.
2019-03-07 ethannicholas@google.com Fixed a couple of Vulkan bugs
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3ed33cee5e61..620334064f47 (1 commits)
2019-03-07 benjaminwagner@google.com Add CMake asset for macOS.
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 (reed@google.com ), and stop
the roller if necessary.
2019-03-08 14:38:38 -05:00