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
Core
e879c975e1
Fix deleting text when the last character is some special characters on IOS ( flutter/engine#7982 )
2019-03-08 10:47:06 -08:00
skia-flutter-autoroll
f84849c18b
Roll src/third_party/skia 88b8d1124b72..3d1b941f3a7d (27 commits) ( flutter/engine#8082 )
...
https://skia.googlesource.com/skia.git/%2Blog/88b8d1124b72..3d1b941f3a7d
git log 88b8d1124b7280d379f7545eda4b9097a4d8a292..3d1b941f3a7d84d9bc83cf2ad1050bc608193c56 --date=short --no-merges --format=%ad %ae %s
2019-03-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b12437300c1a..3ed33cee5e61 (1 commits)
2019-03-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ca7eff86b174..7ddffe6a4a5e (485 commits)
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader efec1b9fa6c7..b12437300c1a (2 commits)
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7273a4b3863e..efec1b9fa6c7 (4 commits)
2019-03-07 brianosman@google.com Fix two SkPathRef bugs
2019-03-07 csmartdalton@google.com Restore support for multisample locations
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 71008d880f75..7273a4b3863e (1 commits)
2019-03-07 mtklein@google.com add color_depth field in DM/Gold
2019-03-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-07 jvanverth@google.com Add Autorelease pools to clear out no longer needed Metal objects.
2019-03-07 ethannicholas@google.com added constant swizzle support for Metal
2019-03-07 ethannicholas@google.com Got RelaxedPrecision decorations working again in SPIR-V, and removed no-longer-needed old-style precision handling code.
2019-03-07 brianosman@google.com Add F16Norm support to a few more pixmap helpers
2019-03-07 brianosman@google.com Fix bit-depth selection for picture shader playback with F16Norm
2019-03-07 bungeman@google.com Add filter quality to paint overrides in viewer.
2019-03-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-07 mtklein@google.com treat F16Norm like F16 as far as SW tranfer functions go
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ec255730a818..71008d880f75 (1 commits)
2019-03-07 fmalita@chromium.org [canvaskit] Clean up Skottie sources list
2019-03-07 mtklein@google.com add pause to SkSpinlock::contendedAcquire on Intel
2019-03-07 kjlubick@google.com [canvaskit] more testing logs
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45faa0849352..ec255730a818 (1 commits)
2019-03-07 hcm@google.com Update Skia milestone to 75
2019-03-07 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-07 reed@google.com undo old colorspace hacks related to savelayers
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 09:23:21 -05:00
Dan Field
3239e53130
Add script to help generate PR messages ( flutter/engine#8074 )
...
* Add script to help generate PR messages
* newline
2019-03-07 16:56:46 -08:00
Chris Bracken
3469631eb6
Update a11y word forward/back enum names ( flutter/engine#8073 )
...
This updates the FlutterSemanticsAction enumerator identifiers for the
'move cursor forward/back one word' actions (added in
flutter/engine#8033 ) for consistency with the 'move cusor forward/back
on character' identifiers.
ABI compatibility is unaffected, but this with require the following
change in any embedder making use of these fields:
Rename:
kFlutterSemanticsActionMoveCursorForwardByWordIndex
to:
kFlutterSemanticsActionMoveCursorForwardByWord
Rename:
kFlutterSemanticsActionMoveCursorBackwardByWordIndex
to:
kFlutterSemanticsActionMoveCursorBackwardByWord
2019-03-07 16:46:44 -08:00
Chinmay Garde
cff370118a
Delay the vsync callback till the frame start time specified by embedder. ( flutter/engine#8072 )
...
The current assumption is that the embedder will wait till the vsync event and
then fire the callback. However, some embedders have that information upfront.
Since the time point has already been specified by the embedder, there is no
reason to burden the embedder with having to setup a wait either.
2019-03-07 16:28:22 -08:00
Dan Field
321b66f228
Mark const extern ( flutter/engine#8077 )
...
* Mark const extern
* fix build
2019-03-07 16:10:03 -08:00
Jonah Williams
476efa33db
only partial rule revert ( flutter/engine#8078 )
2019-03-07 15:07:50 -08:00
Jason Simmons
3c6dd9a78d
Only build a full Dart SDK when building for the host system ( flutter/engine#8071 )
2019-03-07 11:44:00 -08:00
Jonah Williams
61c8d27f6c
Refactor web configuration/ Add dartdevc ( flutter/engine#7978 )
2019-03-07 11:03:39 -08:00
skia-flutter-autoroll
5d5d985e16
Roll src/third_party/skia 4c1ea43a79b5..88b8d1124b72 (8 commits) ( flutter/engine#8070 )
...
https://skia.googlesource.com/skia.git/%2Blog/4c1ea43a79b5..88b8d1124b72
git log 4c1ea43a79b5be7522adeac2e1e0d9ae21f26193..88b8d1124b7280d379f7545eda4b9097a4d8a292 --date=short --no-merges --format=%ad %ae %s
2019-03-07 bsalomon@google.com Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."
2019-03-07 fmalita@chromium.org [skottie] Use std::chrono for load time stats
2019-03-07 bsalomon@google.com Revert "Change promise image contract to for when Release and Done are called."
2019-03-06 herb@google.com Removed unused fallback code
2019-03-07 kjlubick@google.com [canvaskit] Increase timeout and add logging to further diagnose test flakiness
2019-03-06 mtklein@google.com fix f16norm mips
2019-03-06 bsalomon@google.com Change promise image contract to for when Release and Done are called.
2019-03-06 reed@google.com remove dead SK_SUPPORT_LEGACY_CHOOSERASTERPIPELINE code
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-07 12:05:23 -05:00
skia-flutter-autoroll
66f75bd331
Roll src/third_party/skia 692122e3ef23..4c1ea43a79b5 (3 commits) ( flutter/engine#8069 )
...
https://skia.googlesource.com/skia.git/%2Blog/692122e3ef23..4c1ea43a79b5
git log 692122e3ef2335ae7569d73960375743bb9af989..4c1ea43a79b5be7522adeac2e1e0d9ae21f26193 --date=short --no-merges --format=%ad %ae %s
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 952d27384a7e..45faa0849352 (1 commits)
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 2995dc2a67c7..952d27384a7e (1 commits)
2019-03-07 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (reed@google.com ), and stop
the roller if necessary.
2019-03-07 07:32:30 -05:00
skia-flutter-autoroll
43ddf72951
Roll src/third_party/skia 3c957d575c58..692122e3ef23 (6 commits) ( flutter/engine#8067 )
...
https://skia.googlesource.com/skia.git/%2Blog/3c957d575c58..692122e3ef23
git log 3c957d575c584bdebbdff79129f48b4c5877e158..692122e3ef2335ae7569d73960375743bb9af989 --date=short --no-merges --format=%ad %ae %s
2019-03-06 herb@google.com Don't apply the view matrix twice for complicated fallback
2019-03-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bf943f67daa4..2995dc2a67c7 (2 commits)
2019-03-06 bungeman@google.com Correct argument order for blobs in viewer.
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 76e9bc066b28..bf943f67daa4 (2 commits)
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e397949ec2db..14126505b237 (4 commits)
2019-03-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (reed@google.com ), and stop
the roller if necessary.
2019-03-07 01:35:34 -05:00
Jonah Williams
4996907fe5
Revert "add signal to pointer kinds" ( flutter/engine#8066 )
2019-03-06 20:55:34 -08:00
Jonah Williams
5742b8f95b
add signal to pointer kinds ( flutter/engine#8065 )
2019-03-06 18:45:01 -08:00
skia-flutter-autoroll
1ad9bc400d
Roll src/third_party/skia 801a9c16d81e..3c957d575c58 (19 commits) ( flutter/engine#8063 )
...
https://skia.googlesource.com/skia.git/%2Blog/801a9c16d81e..3c957d575c58
git log 801a9c16d81ef848eb8c9ae2e94fa458eb7a681c..3c957d575c584bdebbdff79129f48b4c5877e158 --date=short --no-merges --format=%ad %ae %s
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 2f034a6e32fc..ca7eff86b174 (489 commits)
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 2c25b14c34c1..76e9bc066b28 (1 commits)
2019-03-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-06 fmalita@chromium.org Make SkCubicMap immutable
2019-03-06 brianosman@google.com Particle cleanup: IWYU
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9584fe43a9c2..2c25b14c34c1 (1 commits)
2019-03-06 brianosman@google.com SkReflected - avoid double registration, auto register base types, etc.
2019-02-28 fmalita@chromium.org Make SkCubicMap public
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4c84dbdce271..9584fe43a9c2 (1 commits)
2019-03-06 jvanverth@google.com Another stab at MTLRenderCommandEncoder memory leak.
2019-03-06 mtklein@google.com encode F16Norm as rec2020
2019-03-06 reed@google.com change gradients4f to use srgb
2019-03-06 herb@google.com Fix: set SDFT if there is only fallback
2019-03-06 brianosman@google.com Add glf16norm config to DM
2019-03-06 nifong@google.com Interface for passing skp file from JS to WASM
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 10736f2da359..5e67e5c19fd3 (1 commits)
2019-03-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-06 brianosman@google.com Particles: Cleanup and better UI
2019-03-06 mtklein@google.com rework colorImage testing
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-06 20:48:24 -05:00
Dan Field
0f3face00a
A11y callback ( flutter/engine#8005 )
...
* implement callback for a11y readiness
* use FlutterSemanticsUpdateNotification from header, move to VC header
2019-03-06 16:53:14 -08:00
Gary Qian
1d587c84cb
Re-land "Buffer lifecycle in WindowData" ( flutter/engine#8032 )
2019-03-06 15:38:34 -08:00
stuartmorgan
3d41b8b415
Send scroll events from the macOS shell ( flutter/engine#8056 )
...
Adds scroll event handling to the macOS shell, sending them using the
new embedding API.
Currently, trackpad scrolling is just handled like scrollwheel
scrolling, since the trackpad-gesture-based scroll handling in Flutter
is still in progress.
Adds code to synthesize Add events if mouse tracking isn't enabled,
so that it doesn't rely on Flutter being lenient about handling events
from pointers that have never been added.
2019-03-06 13:15:01 -08:00
skia-flutter-autoroll
f97ed0eda2
Roll src/third_party/skia 72542816cadb..801a9c16d81e (46 commits) ( flutter/engine#8060 )
...
https://skia.googlesource.com/skia.git/%2Blog/72542816cadb..801a9c16d81e
git log 72542816cadbc3d18a19725f6f6aecf45ffc188c..801a9c16d81ef848eb8c9ae2e94fa458eb7a681c --date=short --no-merges --format=%ad %ae %s
2019-03-06 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-05 herb@google.com Move process* closures into the GrTextBlob
2019-02-20 halcanary@google.com SkPDF: Add experimental Harfbuzz font subsetter
2019-03-06 mtklein@google.com also tag DM results with color and alpha type
2019-03-06 kjlubick@google.com [canvaskit] Remove additional copies of CanvasKit when testing
2019-03-06 borenet@google.com [infra] Remove bookmaker bots
2019-03-06 reed@google.com change gm to use srgb (not linear) so srgb and legacy draw the same
2019-03-05 jvanverth@google.com Fix stencil setup in Metal
2019-03-06 kjlubick@google.com [canvaskit] Add particles integration
2019-03-05 egdaniel@google.com Add ddl support to drawing to wrapped vulkan secondary command buffers.
2019-03-05 nifong@google.com Basic wasm skp debugger unit test
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a8300e56b550..e397949ec2db (1 commits)
2019-02-27 nigeltao@google.com SkWuffsCodec: replace memset+check_wuffs_version
2019-03-06 kjlubick@google.com [canvaskit] Add some APIs for speed and clients
2019-03-05 robertphillips@google.com Update YUVA mipmap generation path to take a GrRecordingContext
2019-03-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 55959b0bb19f..a8300e56b550 (3 commits)
2019-03-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-05 khushalsagar@chromium.org remote fonts: Ensure consistent gamma usage with remote and gpu fonts.
2019-03-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 8e3cddfd5a43..2f034a6e32fc (426 commits)
2019-03-05 michaelludwig@google.com Support per-entry transforms in image-set API
2019-03-05 csmartdalton@google.com Make mixed samples detection automatic
2019-03-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e57f10e4041d..4c84dbdce271 (1 commits)
2019-03-04 herb@google.com Pointer to GrStrikeCache on GrTextBlob
2019-03-04 halcanary@google.com SkQP: from skqp_gn_args import SkqpGnArgs
2019-03-05 kjlubick@google.com [particles] Clean up build - remove test deps
2019-03-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b8cff9e9347c..55959b0bb19f (3 commits)
2019-03-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 7efede6c3d35..10736f2da359 (2 commits)
2019-03-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-05 reed@google.com array of unique verts
2019-03-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms b7157d764389..7efede6c3d35 (1 commits)
2019-03-05 robertphillips@google.com Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter
2019-03-05 bsalomon@google.com Distinguish between "flushed" and "finished" idle state callbacks on GrTexture.
2019-03-05 robertphillips@google.com Clean up logic in fontregen GM
2019-03-05 bsalomon@google.com Use GrSurface::setRelease helper that creates ref-counted wrapper
2019-03-05 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-03-04 egdaniel@google.com Add unit test to check if we can create a VkDevice using global priority extension.
2019-03-04 scroggo@google.com Fix Android host-side Windows build
2019-03-05 csmartdalton@google.com Make sure to apply the stencil settings for GrDashOp
2019-03-04 benjaminwagner@google.com [infra] Upgrade Debian GCE bots to 9.8.
2019-03-04 herb@google.com Have SkGlyphRunListPainter close over SkStrikeCacheInterface
2019-03-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e95eeb19a770..e57f10e4041d (1 commits)
2019-03-04 bungeman@google.com Clarify ownership of typefaces in implementation.
2019-03-05 nifong@google.com Initial wasm debugger
2019-03-04 benjaminwagner@google.com Add fetch-gn to canvaskit and cmake compile scripts
2019-03-04 ethannicholas@google.com Add support for runtime color filters written in SkSL.
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-06 13:47:15 -05:00
liyuqian
c7103621e6
Skip skp files in license check ( flutter/engine#8050 )
...
* Skip skp files in license check
This fixes https://bugs.chromium.org/p/skia/issues/detail?id=8828
* Update signature
2019-03-06 08:39:00 -08:00