5155 Commits

Author SHA1 Message Date
skia-flutter-autoroll
74d37178f3 Roll src/third_party/skia 24120c2a32c6..d562545e8a23 (1 commits) (flutter/engine#7556)
https://skia.googlesource.com/skia.git/%2Blog/24120c2a32c6..d562545e8a23

git log 24120c2a32c614a449c0bf9d1cc9ab256bb685ca..d562545e8a239e18bf9dfdc6959b12780507b1ca --date=short --no-merges --format=%ad %ae %s
2019-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 05459e06fde5..5313c8a89964 (3 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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-23 02:57:51 -05:00
skia-flutter-autoroll
1659310597 Roll src/third_party/skia 325778b8884b..24120c2a32c6 (1 commits) (flutter/engine#7553)
https://skia.googlesource.com/skia.git/%2Blog/325778b8884b..24120c2a32c6

git log 325778b8884bac8d6811e1fbaf05594288ecebcd..24120c2a32c614a449c0bf9d1cc9ab256bb685ca --date=short --no-merges --format=%ad %ae %s
2019-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader c3bea8720a83..4806a9be530f (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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-22 23:29:42 -05:00
skia-flutter-autoroll
f04d40d8de Roll src/third_party/skia 347d36586cb6..325778b8884b (7 commits) (flutter/engine#7552)
https://skia.googlesource.com/skia.git/%2Blog/347d36586cb6..325778b8884b

git log 347d36586cb6c464993a0f43d7a8e74cd9e56822..325778b8884bac8d6811e1fbaf05594288ecebcd --date=short --no-merges --format=%ad %ae %s
2019-01-22 benjaminwagner@google.com Update android-skqp Docker image to accept licenses
2019-01-22 csmartdalton@google.com Move Op chain bounds calculations into tryConcat
2019-01-22 reed@google.com Move more utils into SkFontPriv, IWYU
2019-01-22 fmalita@chromium.org [skshaper] Relax create_hb_font assert
2019-01-22 brianosman@google.com Update ImGui to 1.67
2019-01-22 ethannicholas@google.com Revert "Reland "fixed VK geometry shaders""
2019-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 9eca44242f7b..2d4f839f26f7 (254 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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-22 19:57:50 -05:00
jslavitz
9b55d2ced1 fixes android pressure range (flutter/engine#7516) 2019-01-22 15:09:02 -08:00
Dan Field
8d6ec47a36 Keep engine alive if VC is not deallocated (flutter/engine#7544) 2019-01-22 15:03:25 -08:00
Jason Simmons
e2884a11f1 Remove the shell build target's dependency on the embedder library (flutter/engine#7549) 2019-01-22 14:38:19 -08:00
skia-flutter-autoroll
6d8793c6f3 Roll src/third_party/skia 6af1edccbf23..347d36586cb6 (9 commits) (flutter/engine#7550)
https://skia.googlesource.com/skia.git/%2Blog/6af1edccbf23..347d36586cb6

git log 6af1edccbf23492aeef1a08eb4ad03e685d953d6..347d36586cb6c464993a0f43d7a8e74cd9e56822 --date=short --no-merges --format=%ad %ae %s
2019-01-16 ethannicholas@google.com Reland "fixed VK geometry shaders"
2019-01-22 brianosman@google.com Remove SkGammaNamed / gammaNamed() from SkColorSpace
2019-01-22 reed@google.com IWYU
2019-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c81e7bfeb558..05459e06fde5 (1 commits)
2019-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 878d4b04e1c0..c3bea8720a83 (1 commits)
2019-01-17 michaelludwig@google.com Add non-srcover fallback for drawImageSet
2019-01-22 ethannicholas@google.com Revert "fixed VK geometry shaders"
2019-01-16 ethannicholas@google.com fixed VK geometry shaders
2019-01-22 fmalita@chromium.org [skottie] Fix rect/rrect/ellipse direction and starting point

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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-22 16:27:55 -05:00
Brian Osman
3dd1198f0d Remove SkColorSpaceXformCanvas, use color-managed SkSurfaces instead (flutter/engine#7548)
Behavior (visual) changes should be very minor. Things that are to be expected:
* A few things were not color managed correctly by the transform canvas (color emoji, some color filters). Those will be handled correctly with the tagged surfaces (although we're always transforming to sRGB, so nothing should change until we target a wider gamut).
* Image filtering will happen in the source color space, rather than the destination. Very minor.
* The transform canvas did caching of images in the destination color space. Now, the conversion happens at draw time. If there are performance issues, images can be pre-converted to the destination with makeColorSpace().
2019-01-22 15:34:51 -05:00
Chris Bracken
01da26e047 Support custom kernel blob path in test fixtures (flutter/engine#7525)
Updates the test_fixtures rule to support a custom kernel output file
name. Improves rule documentation.
2019-01-22 11:35:34 -08:00
skia-flutter-autoroll
20a02f0b72 Roll src/third_party/skia 9a4a05e211cb..6af1edccbf23 (3 commits) (flutter/engine#7547)
https://skia.googlesource.com/skia.git/%2Blog/9a4a05e211cb..6af1edccbf23

git log 9a4a05e211cb40bf7a6f906c8ef1519ea28e2c68..6af1edccbf23492aeef1a08eb4ad03e685d953d6 --date=short --no-merges --format=%ad %ae %s
2019-01-19 nigeltao@google.com Update Wuffs version
2019-01-18 csmartdalton@google.com ccpr: Add explicit fmas to vertex placement code
2019-01-22 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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-22 13:04:51 -05:00
reed-at-google
3da82d46e3 IWYU, esp. since SkFontMetrics.h is leaving SkPaint.h (flutter/engine#7545) 2019-01-22 10:08:55 -05:00
skia-flutter-autoroll
aa73755f8a Roll src/third_party/skia 73aec3874101..9a4a05e211cb (1 commits) (flutter/engine#7546)
https://skia.googlesource.com/skia.git/%2Blog/73aec3874101..9a4a05e211cb

git log 73aec38741015eaee00c43430e582fb12efc7804..9a4a05e211cb40bf7a6f906c8ef1519ea28e2c68 --date=short --no-merges --format=%ad %ae %s
2019-01-21 reed@google.com iwyu

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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-22 09:34:52 -05:00
skia-flutter-autoroll
db86963b9a Roll src/third_party/skia 9a9f3aca2b1e..73aec3874101 (1 commits) (flutter/engine#7543)
https://skia.googlesource.com/skia.git/%2Blog/9a9f3aca2b1e..73aec3874101

git log 9a9f3aca2b1e8cd22f4b2a4610e33df762ca1614..73aec38741015eaee00c43430e582fb12efc7804 --date=short --no-merges --format=%ad %ae %s
2019-01-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 bf433727853d..c81e7bfeb558 (2 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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-21 22:24:51 -05:00
skia-flutter-autoroll
eb740a2ea8 Roll src/third_party/skia 02738a86e5fd..9a9f3aca2b1e (2 commits) (flutter/engine#7542)
https://skia.googlesource.com/skia.git/%2Blog/02738a86e5fd..9a9f3aca2b1e

git log 02738a86e5fd44f0a2c91882a9fba727e803530a..9a9f3aca2b1e8cd22f4b2a4610e33df762ca1614 --date=short --no-merges --format=%ad %ae %s
2019-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7a36f4816fbf..878d4b04e1c0 (1 commits)
2019-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 9d6cc12318d2..9eca44242f7b (155 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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-21 18:52:50 -05:00
Dan Field
1ffde0e2bd Update default flutter_assets path for iOS embedding (flutter/engine#7518) 2019-01-21 13:43:01 -08:00
skia-flutter-autoroll
df68ebe4db Roll src/third_party/skia 5d052dac3ac1..02738a86e5fd (4 commits) (flutter/engine#7541)
https://skia.googlesource.com/skia.git/%2Blog/5d052dac3ac1..02738a86e5fd

git log 5d052dac3ac19e6ddff8b004541310241a4e70e5..02738a86e5fd44f0a2c91882a9fba727e803530a --date=short --no-merges --format=%ad %ae %s
2019-01-21 halcanary@google.com Revert "hide hinting and flag enums with PAINT_FLAGS"
2019-01-16 brianosman@google.com SkColorSpace API cleanup
2019-01-21 fmalita@chromium.org [skshaper] Export "primitive" sources in public.bzl
2019-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 7403dd2cd376..bf433727853d (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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-21 15:20:51 -05:00
skia-flutter-autoroll
03e6be2dc0 Roll src/third_party/skia 5c7a3ac0e214..5d052dac3ac1 (7 commits) (flutter/engine#7540)
https://skia.googlesource.com/skia.git/%2Blog/5c7a3ac0e214..5d052dac3ac1

git log 5c7a3ac0e214984ef2b857098ef354a589069a36..5d052dac3ac19e6ddff8b004541310241a4e70e5 --date=short --no-merges --format=%ad %ae %s
2019-01-21 reed@google.com hide hinting and flag enums with PAINT_FLAGS
2019-01-21 reed@google.com oops, forgot to set hinting on font
2019-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b1e66fcbbc89..9d6cc12318d2 (17 commits)
2019-01-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-01-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3ff6f8afb698..b1e66fcbbc89 (287 commits)
2019-01-19 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-01-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 85ca71c2167b..7403dd2cd376 (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 (djsollen@google.com), and stop
the roller if necessary.
2019-01-21 11:49:51 -05:00
reed-at-google
38ac7c1355 IWYU to get SkFontMetrics (flutter/engine#7539) 2019-01-21 11:18:40 -05:00
KyleWong
6a671a1458 When the instance method:init is unavailable, mark the class method:new unavailable. (flutter/engine#7532) 2019-01-20 14:36:13 -08:00
Chinmay Garde
1f528fef75 Allow embedders to specify AOT snapshot buffers. (flutter/engine#7538) 2019-01-18 16:32:35 -08:00
Dan Field
1b3d586cfe Roll buildroot and update method of getting android SDK and support libs (flutter/engine#7284)
* Get support, use new SDK tooling from buildroot
* Roll NDK to 19
* Skip Android bits on Windows with note
2019-01-18 15:20:56 -08:00
skia-flutter-autoroll
ba8d62b807 Roll src/third_party/skia 57263c2e0ccd..5c7a3ac0e214 (15 commits) (flutter/engine#7536)
https://skia.googlesource.com/skia.git/%2Blog/57263c2e0ccd..5c7a3ac0e214

git log 57263c2e0ccddf4dd62814c427a39d9d615acbe5..5c7a3ac0e214984ef2b857098ef354a589069a36 --date=short --no-merges --format=%ad %ae %s
2019-01-17 benjaminwagner@google.com [infra] Update Win2016 image
2019-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 85ca189542cd..85ca71c2167b (4 commits)
2019-01-17 fmalita@chromium.org [skshaper] Build tweaks
2019-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 755d744023ff..7a36f4816fbf (1 commits)
2019-01-18 benjaminwagner@google.com Try a workaround for the Pixel ASAN push failure
2019-01-18 csmartdalton@google.com Convert GrRenderTargetOpList::tryConcat to an OOP-style method
2019-01-18 jvanverth@google.com Fix Bookmaker docs for MakeFromCompressed
2019-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a9f87d1e43bb..3ff6f8afb698 (824 commits)
2019-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 739a7fbe086b..755d744023ff (18 commits)
2019-01-18 jvanverth@google.com Reland "Add compressed data support for SkImage."
2019-01-18 scroggo@google.com Add SK_API to SkHalfToFloat
2019-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3159b2e52e05..85ca189542cd (1 commits)
2019-01-18 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d46165e3db5a..3159b2e52e05 (2 commits)
2019-01-17 halcanary@google.com Revert "Add compressed data support for SkImage."

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-18 18:00:46 -05:00
liyuqian
d8224bff56 Fix suspicious typo "painted" to "paint" (flutter/engine#7530)
Since it's adding to paint_layers_, I think the "painted" is a typo of
"paint". It's also a misleading typo which mistakenly let people believe
that the layer has already been painted.
2019-01-18 13:44:30 -08:00
Chinmay Garde
00fc057d88 Configure the embedder in AOT in "profile" and "release" runtime modes. (flutter/engine#7533) 2019-01-18 12:24:21 -08:00
skia-flutter-autoroll
e094a6822b Roll src/third_party/skia 31972f889641..57263c2e0ccd (3 commits) (flutter/engine#7529)
https://skia.googlesource.com/skia.git/%2Blog/31972f889641..57263c2e0ccd

git log 31972f889641ee4e34d30ed5c6c61c5b21a0ecb1..57263c2e0ccddf4dd62814c427a39d9d615acbe5 --date=short --no-merges --format=%ad %ae %s
2019-01-17 jvanverth@google.com Add compressed data support for SkImage.
2019-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 296aa2513448..739a7fbe086b (3 commits)
2019-01-07 halcanary@google.com SkDocument: use `auto` for MakeDocument().

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-17 17:40:40 -05:00
Dan Field
e53df3e546 Ensure the ResourceContext is not ripped out from under dart (flutter/engine#7528)
* Ensure the ResourceContext is not ripped out from under dart
2019-01-17 13:55:44 -08:00
skia-flutter-autoroll
2e1ac7c8a0 Roll src/third_party/skia a4e46804946c..31972f889641 (8 commits) (flutter/engine#7526)
https://skia.googlesource.com/skia.git/%2Blog/a4e46804946c..31972f889641

git log a4e46804946c5f9554068ba7adfee7376697d77a..31972f889641ee4e34d30ed5c6c61c5b21a0ecb1 --date=short --no-merges --format=%ad %ae %s
2019-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader af4ed53dab6b..296aa2513448 (1 commits)
2019-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 dd34b3b9b707..d46165e3db5a (9 commits)
2019-01-17 reed@google.com remove empty skia_for_chromium_defines
2019-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 57378335838c..af4ed53dab6b (1 commits)
2019-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e04d9b0f138d..57378335838c (2 commits)
2019-01-17 scroggo@google.com Update libwebp to 1.0.2-rc1
2019-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fed67899a7b4..e04d9b0f138d (1 commits)
2019-01-16 halcanary@google.com SkQP: branching tools updated.

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-17 13:57:53 -05:00
Vyacheslav Egorov
32ae75d884 Revert "Wrap the user entrypoint function in a zone with native exception callback. (#7512)" (flutter/engine#7522)
This reverts commit 524a12d0468e1a536d74f866796e1cdd7ccaa35e.

Reason for revert: broken in AOT mode.

@pragma('vm:entry-point') placed on a function only instructs
the compiler to retain the function itself, but does not tell
compiler to generate and retain tear-off for this function.

In this PR _runMainZoned was marked as an entry-point but C++
code was trying to tear it off and use a closure, instead of
invoking it directly, which is not supported.
2019-01-17 11:49:20 +01:00
skia-flutter-autoroll
0592f42cd4 Roll src/third_party/skia 25b9f192ed8c..33b4b4908b7a (1 commits) (flutter/engine#7520)
https://skia.googlesource.com/skia.git/%2Blog/25b9f192ed8c..33b4b4908b7a

git log 25b9f192ed8c0bbe3762bd3d7e5654988ad846b8..33b4b4908b7acb9913707d1a4a9d8dfe83fb26fb --date=short --no-merges --format=%ad %ae %s
2019-01-17 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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-17 03:55:18 -05:00
skia-flutter-autoroll
38ba327169 Roll src/third_party/skia 1ce80fb351a2..25b9f192ed8c (5 commits) (flutter/engine#7517)
https://skia.googlesource.com/skia.git/%2Blog/1ce80fb351a2..25b9f192ed8c

git log 1ce80fb351a2aa785751e73078fec601714e4235..25b9f192ed8c0bbe3762bd3d7e5654988ad846b8 --date=short --no-merges --format=%ad %ae %s
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-16 bsalomon@google.com Exclude PromiseImageTextureReuseDifferentConfig from Metal bots
2019-01-17 rmistry@google.com Revert "Reland "Remove android framework compile bots from CQ""
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-17 reed@google.com Reland "remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag"

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 23:58:01 -05:00
skia-flutter-autoroll
b9b24c10cc Roll src/third_party/skia 081e6f375497..1ce80fb351a2 (12 commits) (flutter/engine#7514)
https://skia.googlesource.com/skia.git/%2Blog/081e6f375497..1ce80fb351a2

git log 081e6f375497131f74ef7baaaf24db815906903d..1ce80fb351a2aa785751e73078fec601714e4235 --date=short --no-merges --format=%ad %ae %s
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-16 reed@google.com hide SkPaint::getFlags/setFlags, use bool acessors instead
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-16 herb@google.com Remove findOrCreateGlyphCache
2019-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 84497a910c68..a9f87d1e43bb (53 commits)
2019-01-16 bsalomon@google.com Make GrTexture caching for SkPromiseImageTexture work when same texture fulfills a different SkImage.
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-15 csmartdalton@google.com Return GrProcessorSet::Analysis from GrDrawOp::finalize
2019-01-15 michaelludwig@google.com Implement optimization to convert filled rects to scissored clears
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-16 rmistry@google.com Reland "Remove android framework compile bots from CQ"
2019-01-16 robertphillips@google.com Manually roll Chrome for CommandBuffer

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 20:10:05 -05:00
Chinmay Garde
524a12d046 Wrap the user entrypoint function in a zone with native exception callback. (flutter/engine#7512) 2019-01-16 16:08:51 -08:00
liyuqian
1333bde411 Remove unused headers (flutter/engine#7511) 2019-01-17 07:18:43 +08:00
skia-flutter-autoroll
7cb92f377d Roll src/third_party/skia 1374c85fbf53..081e6f375497 (6 commits) (flutter/engine#7510)
https://skia.googlesource.com/skia.git/%2Blog/1374c85fbf53..081e6f375497

git log 1374c85fbf53947e0f826bc721ef561750518092..081e6f375497131f74ef7baaaf24db815906903d --date=short --no-merges --format=%ad %ae %s
2019-01-16 herb@google.com Rename GrGlyphCache -> GrStrikeCache
2019-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ab2bfa814cee..dd34b3b9b707 (2 commits)
2019-01-16 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-16 reed@google.com Revert "remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag"
2019-01-16 herb@google.com Rename SkGlyphCache -> SkStrike
2019-01-15 michaelludwig@google.com Implement generic draw-as-clear fallback for color and stencil

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 16:28:55 -05:00
Chris Bracken
86d1e4f835 Deprecate FlutterProjectArgs.main_path, packages_path (flutter/engine#7497)
As of Dart 2, running from Dart source is no longer supported.  Dart
code should now be compiled to kernel form and will be loaded by from
kernel.blob in the assets directory. We retain the struct members for ABI
stability. package_path is also not required since kernel blobs are
self-contained.
2019-01-16 12:47:39 -08:00
KyleWong
8c111d9e25 Edit the bundleid so that it conform to UIT specifications. (flutter/engine#7503) 2019-01-16 11:35:39 -08:00
skia-flutter-autoroll
1145658695 Roll src/third_party/skia 2c379d8e27e6..1374c85fbf53 (4 commits) (flutter/engine#7508)
https://skia.googlesource.com/skia.git/%2Blog/2c379d8e27e6..1374c85fbf53

git log 2c379d8e27e649d1444631a02daea08213688c71..1374c85fbf53947e0f826bc721ef561750518092 --date=short --no-merges --format=%ad %ae %s
2019-01-16 michaelludwig@google.com Prevent op batching in clear benchmark
2019-01-16 halcanary@google.com Documentation: SkFont::textToGlyphs()
2019-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 939adc5b9dc7..fed67899a7b4 (1 commits)
2019-01-16 reed@google.com remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 12:46:57 -05:00
skia-flutter-autoroll
96980b80cb Roll src/third_party/skia a8694cc150a1..2c379d8e27e6 (1 commits) (flutter/engine#7506)
https://skia.googlesource.com/skia.git/%2Blog/a8694cc150a1..2c379d8e27e6

git log a8694cc150a14149d889537d489558fb7c99ff76..2c379d8e27e649d1444631a02daea08213688c71 --date=short --no-merges --format=%ad %ae %s
2019-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c8be560bbabe..ab2bfa814cee (3 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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 09:02:34 -05:00
skia-flutter-autoroll
01a5c3aa13 Roll src/third_party/skia 47b7cd9a6baf..a8694cc150a1 (1 commits) (flutter/engine#7504)
https://skia.googlesource.com/skia.git/%2Blog/47b7cd9a6baf..a8694cc150a1

git log 47b7cd9a6baf46a3e77a07f91df5f8961b7a82c7..a8694cc150a14149d889537d489558fb7c99ff76 --date=short --no-merges --format=%ad %ae %s
2019-01-16 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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 04:45:47 -05:00
skia-flutter-autoroll
396337ef37 Roll src/third_party/skia 98c65fc9558f..47b7cd9a6baf (4 commits) (flutter/engine#7501)
https://skia.googlesource.com/skia.git/%2Blog/98c65fc9558f..47b7cd9a6baf

git log 98c65fc9558ff78a192709c8467e65a05b09293d..47b7cd9a6baf46a3e77a07f91df5f8961b7a82c7 --date=short --no-merges --format=%ad %ae %s
2019-01-15 reed@google.com remove paint::glyphsToUnichars
2019-01-15 reed@google.com remove SK_SUPPORT_LEGACY_PAINT_FONT_FIELDS for flutter
2019-01-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d3e0e84ce7e1..c8be560bbabe (2 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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-16 01:01:20 -05:00
Michael Goderbauer
4b8cfb84e5 Revert "Revert "Add elevation and thickness to SemanticsNode (#7282)" (#7483)" (flutter/engine#7484)
This reverts commit ba3b5d9c9e5d275b1f1be4a77d961750a2857dc6.
2019-01-15 18:56:21 -08:00
skia-flutter-autoroll
c701495c45 Roll src/third_party/skia cb7149e05864..98c65fc9558f (3 commits) (flutter/engine#7498)
https://skia.googlesource.com/skia.git/%2Blog/cb7149e05864..98c65fc9558f

git log cb7149e0586409f25fa76f3a8f9fcd7ecbb8029d..98c65fc9558ff78a192709c8467e65a05b09293d --date=short --no-merges --format=%ad %ae %s
2019-01-15 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-15 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2019-01-07 herb@google.com Switch to bulk api for GPU mask (BMP) drawing.

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-15 21:17:21 -05:00
Stanislav Baranov
6d7e4f6eaf Validate dynamic patches before attempting to install (flutter/engine#7496)
This change adds explicit validation of dynamic patches in all places
where they're used, instead of only validating it in some places which
wasn't as reliable because some of the code paths were missed.

This change also moves utility functions that deal with validating
patches from ResourceExtractor to ResourceUpdater, to make them
available as API for other places in code that need this validation.
2019-01-15 18:09:25 -08:00
Chinmay Garde
a28c25617c Add unittest that runs Dart code synchronously. (flutter/engine#7495) 2019-01-15 16:22:57 -08:00
Chinmay Garde
dad7c0ddf2 Add runttime unittest that loads and runs an isolate from the kernel. (flutter/engine#7493) 2019-01-15 15:28:30 -08:00
Alexander Markov
b96edf5b9d Cleanup Dart sticky errors API and roll tonic to 4634b29a24ccfc0fcfafcc8196ef30131185ad88 (flutter/engine#7492)
This PR prepares Flutter engine for the cleanup of Dart API Dart_GetStickyError/Dart_SetStickyError/Dart_HasStickyError.
2019-01-15 15:26:20 -08:00
skia-flutter-autoroll
d5fd46487d Roll src/third_party/skia 553610d7928d..cb7149e05864 (6 commits) (flutter/engine#7491)
https://skia.googlesource.com/skia.git/%2Blog/553610d7928d..cb7149e05864

git log 553610d7928ddda999a88122423b38350b374e67..cb7149e0586409f25fa76f3a8f9fcd7ecbb8029d --date=short --no-merges --format=%ad %ae %s
2019-01-15 jvanverth@google.com Temporarily disable etc1 GM on Google3
2019-01-15 michaelludwig@google.com Revert "Force flush in clear benchmarks"
2019-01-15 jvanverth@google.com Fix etc1 GM in preReleaseGpuContext mode.
2019-01-15 borenet@google.com [infra] Update upstream CIPD dependencies, roll recipes
2019-01-15 jvanverth@google.com Restore ETC1 compressed texture support.
2019-01-15 mtklein@google.com remove superfluous skia_vulkan_sdk

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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-15 17:34:42 -05:00
Jason Simmons
b628eb5785 Execute Picture.toImage on the current thread in the test environment (flutter/engine#7485) 2019-01-15 12:02:29 -08:00
skia-flutter-autoroll
0e0a919818 Roll src/third_party/skia d1537036a175..553610d7928d (5 commits) (flutter/engine#7482)
https://skia.googlesource.com/skia.git/%2Blog/d1537036a175..553610d7928d

git log d1537036a1751e4af4ceabfc1d886857461eb416..553610d7928ddda999a88122423b38350b374e67 --date=short --no-merges --format=%ad %ae %s
2019-01-14 bsalomon@google.com Change how PromiseLazyInstantiationCallback calls Done proc.
2019-01-15 michaelludwig@google.com Bugfix for Nexus 5 mipmap+scissor generation failure
2019-01-15 halcanary@google.com Documentation: fix drawSimpleText
2019-01-15 michaelludwig@google.com Force flush in clear benchmarks
2019-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f3179a6a1763..d3e0e84ce7e1 (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 (halcanary@google.com), and stop
the roller if necessary.
2019-01-15 13:58:46 -05:00
Michael Goderbauer
ba3b5d9c9e Revert "Add elevation and thickness to SemanticsNode (#7282)" (flutter/engine#7483)
This reverts commit c1ab82c7d556013ca8dc33b2fc8179994f5be29a.
2019-01-15 10:45:49 -08:00