1262 Commits

Author SHA1 Message Date
Ben Konyi
3df694300b
Roll src/third_party/dart cabaa78cc5..ba0147ac07 (3 commits) (#8248)
ba0147ac07 Resynthesize typedef(s) and generic function types.
a7a36961bd math: dartfmt -f --fix
1d7dcfff97 Cleanup scanner tests
2019-03-21 15:34:24 -07:00
skia-flutter-autoroll
69c4d82f54
Roll src/third_party/skia d6ab77a2e20f..19fb3971bca5 (17 commits) (#8245)
https://skia.googlesource.com/skia.git/%2Blog/d6ab77a2e20f..19fb3971bca5

git log d6ab77a2e20ff54644ffc247da4dd2ea755c1111..19fb3971bca5dd30c33513697fa082075c07c036 --date=short --no-merges --format=%ad %ae %s
2019-03-21 mtklein@google.com de-common some flags
2019-03-21 jvanverth@google.com Revert "Fix blurry edges on large ovals."
2019-03-21 brianosman@google.com Add maksing to SkSL byte code generator to please MSVC's RTC
2019-03-21 kjlubick@google.com [canvaskit] npm version 0.5.1
2019-03-21 ethannicholas@google.com fix Google3 roll
2019-03-21 bungeman@google.com Add font scale and skew in x to viewer.
2019-03-20 bungeman@google.com Always draw emoji with GPU.
2019-03-21 jvanverth@google.com Check for null parameter to SkOffsetSimplePolygon
2019-03-21 rmistry@google.com Add new AndroidOne SkottieTracing bot
2019-03-21 michaelludwig@google.com Use YUV effect in drawEdgeAAImageSet
2019-03-21 mtklein@google.com DEFINE_int32 + DEFINE_uint32 -> DEFINE_int
2019-03-21 brianosman@google.com Remove SkColorSpaceXformCanvas, and supporting code:
2019-03-21 jvanverth@google.com Fix blurry edges on large ovals.
2019-03-21 mtklein@google.com moar static flags
2019-03-21 rmistry@google.com New perf-skottietrace recipe
2019-03-21 mtklein@google.com refactor for saner constness
2019-03-21 mtklein@google.com update SkShader appendStages() fallback plan

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-21 18:28:11 -04:00
Amir Hardon
06635d38a9
Mirror Android platform views a11y tree in the Flutter a11y tree. (#8237)
This PR mirrors virtual a11y tree of embedded platform views in the Flutter
a11y tree.

Non virtual hierarchies are not currently supported.

Only works on Android versions earlier than Android P as it relies on
reflection access to hidden system APIs which cannot be done starting
Android P.

A11y is not yet working as we also need to delegate a11y events from the
platform view to the FlutterView. This will be done in a following PR to
keep the change size a little saner.
2019-03-21 15:26:44 -07:00
Ben Konyi
1addfb5967
Roll src/third_party/dart 5e9df35a57..cabaa78cc5 (36 commits) (#8244)
cabaa78cc5 [VM] Generalize generic bounds check elimination
16eefa4b75 [VM] Infer ranges for truncating divisions with positive divisor & Fix missing deopt env bug
46e0a87008 Add summary support for "for each" elements with declarations.
915b35e463 Add summary support for "for each" elements with identifiers.
3019a8873a Check for completeness of test_all in analysis server and analyzer plugin
9b5a956a0e Remove AstTestFactory.forStatement2
a7ab99dd84 [vm/kernel] Index all source and line starts before using them
1f10174891 [vm/service] Test collecting coverage for a concatenated dill file
0cacd6c28d [CFE] Compile if map entries in map literals
7dd4259d87 Handle ir constants in inferrer
8915407f2c Support computation of NativeData directly from IrAnnotationData
eb344e2072 Keep live libraries and uri to source in sync
2805a376b2 Added tests for superinterface variance constraints
34af8b95e5 Revert "[vm] Free readonly header bit so it can be used for other uses."
59931e3340 [vm] Free readonly header bit so it can be used for other uses.
cb4b6157a2 fix #36205, static calls in dart:html should directly call the DOM
e3d6fc974f [dart/vm] fix off-by-a-lot error in DAG test
ecb1bff326 Add summary support for `for` elements with declarations.
7d277c4a32 Introduce methods and classes to replace "2" variants left over from "UI as code" work.
973a4d0b2e [vm] Drop 'testonly = true' from gen_kernel_bytecode_dill GN rule
c79927fdd7 Change type of `Expression.precedence` to the Precedence class.
b10ac42527 [VM] Parentenvironment for Macos and Android
9f00d1b384 [VM] Ensure Top level class is finalized for loadedscripts in library
24e5f9142a Revise ElementResolver postfix NNBD bang processing
2919b5577f [Analyzer] move usage of mostSpecificTypeArgument in resolver
d9371f206d Integration test for AstBinaryWriter and AstBinaryReader.
137171af71 [VM runtime] Disable dual mapping code in AOT runtime (fixes #36260).
d14dfc5d8a [vm] Support FFI on ARM64 and Android.
b032f1b284 [vm] Support FFI on 32-bit Intel.
b78e386bbb Remove ConstantUseKind enum
e2c577333c [testing] Mark an uncatchable flaky test as Skip.
a2d7227a76 [vm] Never give DBC instructions executable permissions.
6135a81d51 Separate type reference resolution and types building.
8556e97218 Remove ResultProvider and its implementations.
495c319574 Reland "Add hints to check the SDK constraints for both set literals and for the ui-as-code features"
416649250f Rework tracking of variables in scope while summarizing expressions.
2019-03-21 13:00:28 -07:00
skia-flutter-autoroll
13e3b7101f
Roll src/third_party/skia a695da930510..d6ab77a2e20f (11 commits) (#8243)
https://skia.googlesource.com/skia.git/%2Blog/a695da930510..d6ab77a2e20f

git log a695da930510831e7d1a7be3ddf98b9f8183b91c..d6ab77a2e20ff54644ffc247da4dd2ea755c1111 --date=short --no-merges --format=%ad %ae %s
2019-03-21 mtklein@google.com restore .clang-format
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9041bb7c0011..7bc4f45a391f (2 commits)
2019-03-21 ethannicholas@google.com Initial checkin of new SkSL interpreter.
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 290908500aed..9041bb7c0011 (1 commits)
2019-03-21 rmistry@google.com Remove auto adding CQ keywords for non-master branches
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader aff2dd067015..290908500aed (2 commits)
2019-03-20 bsalomon@google.com Avoid making new image snapshot in GPU->GPU SkSurface::draw()
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 10ed3a8a5eec..99740cdf2835 (1 commits)
2019-03-21 robertphillips@google.com Add support for Y410 (i.e., 1010102) to wacky_yuv_formats
2019-03-21 kjlubick@google.com Add GN args for GL/GLES interface
2019-02-20 tushar.khandelwal@arm.com Store LZW dictionary suffixes in larger chunks

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-21 12:23:47 -04:00
skia-flutter-autoroll
d4d4883216
Roll src/third_party/skia 174a3f61fd5d..a695da930510 (2 commits) (#8242)
https://skia.googlesource.com/skia.git/%2Blog/174a3f61fd5d..a695da930510

git log 174a3f61fd5dd38d4ea8943f68ca6d9267252d68..a695da930510831e7d1a7be3ddf98b9f8183b91c --date=short --no-merges --format=%ad %ae %s
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f455f7565a7a..232bfeae6b29 (4 commits)
2019-03-20 benjaminwagner@google.com Add more detail on configuring jobs.

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-21 08:55:11 -04:00
skia-flutter-autoroll
2d5376c096
Roll src/third_party/skia 2c4ceca62d27..174a3f61fd5d (1 commits) (#8239)
https://skia.googlesource.com/skia.git/%2Blog/2c4ceca62d27..174a3f61fd5d

git log 2c4ceca62d27ebd3617d91b94a0231030927f864..174a3f61fd5dd38d4ea8943f68ca6d9267252d68 --date=short --no-merges --format=%ad %ae %s
2019-03-21 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-21 05:20:12 -04:00
skia-flutter-autoroll
b053999010
Roll src/third_party/skia e409441aee0d..2c4ceca62d27 (1 commits) (#8238)
https://skia.googlesource.com/skia.git/%2Blog/e409441aee0d..2c4ceca62d27

git log e409441aee0d52e03046e62d00d139bda8eeba22..2c4ceca62d27ebd3617d91b94a0231030927f864 --date=short --no-merges --format=%ad %ae %s
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a532570a09b8..f455f7565a7a (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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-21 01:51:11 -04:00
skia-flutter-autoroll
250b99bd27
Roll src/third_party/skia 4652930a7dfc..e409441aee0d (1 commits) (#8236)
https://skia.googlesource.com/skia.git/%2Blog/4652930a7dfc..e409441aee0d

git log 4652930a7dfc23d368d96b2ff46305a94172511c..e409441aee0d52e03046e62d00d139bda8eeba22 --date=short --no-merges --format=%ad %ae %s
2019-03-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader c296806411fb..aff2dd067015 (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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 22:22:11 -04:00
skia-flutter-autoroll
10e1addd8d
Roll src/third_party/skia 7e2c0614a2fd..4652930a7dfc (5 commits) (#8232)
https://skia.googlesource.com/skia.git/%2Blog/7e2c0614a2fd..4652930a7dfc

git log 7e2c0614a2fd08e418b789939dfdad9b76e70fa7..4652930a7dfc23d368d96b2ff46305a94172511c --date=short --no-merges --format=%ad %ae %s
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 00ba176c0c40..c296806411fb (2 commits)
2019-03-20 mtklein@google.com remove some more SK- in DrawCommand
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ca0130108117..b57a03014063 (635 commits)
2019-03-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-20 egdaniel@google.com Reduce use of map buffers on ARM vulkan.

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 18:50:12 -04:00
stuartmorgan
d452dd5c36
Initial import of GLFW Linux shell from FDE (#8159)
Changes include:
- File structure
- Header guards
- Include paths
- Namespaces
- Integration with the engine's GN build
- Conversion from jsoncpp to rapidjson
- Style and clang-format adjustment to match engine repository
2019-03-20 17:15:52 -04:00
stuartmorgan
d8c89e2bfe
Add the Linux desktop setup script to Dockerfile (#8227)
In preparation for enabling Linux shell builds, add the script that
installs necessary system-level dependencies.
2019-03-20 16:11:40 -04:00
skia-flutter-autoroll
45b19e47c3
Roll src/third_party/skia ba91f65f2070..7e2c0614a2fd (13 commits) (#8228)
https://skia.googlesource.com/skia.git/%2Blog/ba91f65f2070..7e2c0614a2fd

git log ba91f65f20701ce6ae6b43556d1ffb7c8be61a73..7e2c0614a2fd08e418b789939dfdad9b76e70fa7 --date=short --no-merges --format=%ad %ae %s
2019-03-20 brianosman@google.com Remove spurious ';'
2019-03-20 mtklein@google.com de-Sk tools/trace
2019-03-20 mtklein@google.com de-Sk tools/debugger
2019-03-20 mtklein@google.com SkAnimTimer -> AnimTimer
2019-03-20 mtklein@google.com fold sk_pixel_iter.h into ToolUtils
2019-03-20 mtklein@google.com sk_tool_utils -> ToolUtils, and git clang-format
2019-03-20 rmistry@google.com Add ability to skip adb binary push
2019-03-20 mtklein@google.com de-Sk tools/font, and git clang-format
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6ce1be5a5a53..a532570a09b8 (4 commits)
2019-03-20 mtklein@google.com remove Sk prefix from CommandLineFlags
2019-03-20 mtklein@google.com upgrade clang_linux to LLVM 8
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5851ef46d285..00ba176c0c40 (1 commits)
2019-03-20 ethannicholas@google.com Revert "Revert "more relaxed precision decorations for SPIR-V output""

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 15:21:13 -04:00
Matt Carroll
1dbd2046b5
Moved io.flutter.embedding.engine.android package to io.flutter.embedding.android (#8221) 2019-03-20 11:30:49 -07:00
Ben Konyi
bb354363e0 Roll src/third_party/dart 70e3e67dd7..5e9df35a57 (45 commits)
5e9df35a57 [vm/ffi] Correctly sign- or zero-extend arguments and return values from native code.
33491a7d61 [infra] Remove unneeded check in test.py
def9671d32 [VM/SIMDBC] Add simdbc64 bytecodes to allow LoadIndexed/StoreIndexed to work on untagged arrays
8af57275eb Can't override implied setter covariantly
578249629d [co19 DEPS updated]
c4c0db440c Handle ir constants in noSuchMethod handling and deferred load
58882ffdd4 VM reads import uri if kernel binary version >= 22
3c2bfa554a Resolve type conflicts in dart:js
e9e0daee5c Add importUri and fileUri to Source.
4daa9b94ea [cfe] Compile if elements in lists and sets
c9efa472da Remove instrumentTopLevelInference as it is redundant with expectation files
57ac8b1ad9 Remove redundant instrumentation from tests and expectations.
6e1888af6b Circular type inference leads to InvalidType
479483ed13 Compute isGenericCovariantImpl in outline phase
b18b626d78 Remove deprecated AST structures related to the "UI as code" feature.
7fe4253a4e [analyzer] fix #36158, implicit cast missing on covariant return type
7e14f2aded Removed mirror methods from DeferredLoadTask
dec7e65334 Delete Flags.enableExperimentalMirrors
7eabbe70cd Make the --repl-compile option visible
9c8e6dc42c [analyzer] rewrite mostSpecificTypeArgument to use asInstanceOf
565e56dba6 [vm] Reduce cost of allocation tracing.
eaf41e49bf Re-land Linter 0.1.83
337a252c31 [analyzer] UI as code test cleanup
89f00ab25f Add a build rule for bytecode version of kernel_service.dill
fadf9b5fb3 [vm] Account for direct code calls from unoptimized code for --reused_instructions.
d0bdfee041 Fix DDC cast -- cast key/value/element individually & don't clobber names.
67243e0396 AstTextPrinter that prints AST tokens into their original positions.
d214646d89 Remove TestAnalysisContext and related.
22c535ac6e [dartdevc] simplify code for emitting constants
040fa0f83c Add undefined identifier test for for loops
21810c2aa1 Include gen_kernel_bytecode in create_sdk so that it can be uploaded by the builders
5614f8d771 Revert "bump linter to 0.1.83"
85e5684863 Remove OptionsWorkManager and GenerateOptionsErrorsTask is not a task.
33100aa1ce Delete some copy/pasted doc comments
2c001aacc0 [vm] Address various quirks observed in Fuchsia profiling samples.
9910374c20 Fix mistakes in control flow ambiguity test.
87108efecb [gardening] Update flutter patch so flutter compile_test passes.
55f3edadbe [dartdevc] Initial support for spread collections
2ceaccf5f6 Report EQUAL_ELEMENTS_IN_CONST_SET.
0c34bf13ea update ElementResolver postfix NNBD bang processing
9788949db8 Run dartfmt on pkg/analyzer/test/dart/ast/ast_test.dart
d012972c8d [CFE] Fold the asExpression call into the unique function.
ee1e036adf [CFE] Lazy constant evaluation for maybe-evaluated expressions.
330b958e20 [CFE] Check for null in constant evaluation.
ca5ac975fe Fix for crash in _DartNavigationComputerVisitor._addUriDirectiveRegion when part has invalid URI.
2019-03-20 10:00:04 -07:00
skia-flutter-autoroll
d9b6629b61
Roll src/third_party/skia 4273a150f84d..ba91f65f2070 (6 commits) (#8225)
https://skia.googlesource.com/skia.git/%2Blog/4273a150f84d..ba91f65f2070

git log 4273a150f84d70a9acc340261fd5e7be1af310a5..ba91f65f20701ce6ae6b43556d1ffb7c8be61a73 --date=short --no-merges --format=%ad %ae %s
2019-03-19 jvanverth@google.com Tweaks to Metal pipeline state.
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3e485a4f3ec8..5851ef46d285 (1 commits)
2019-03-20 kjlubick@google.com Make ios actually fail
2019-03-20 brianosman@google.com Remove all of the _as_paths GMs
2019-03-19 kjlubick@google.com [canvaskit] Add requestAnimationFrame to SkSurface
2019-03-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 11:51:14 -04:00
skia-flutter-autoroll
e88573aef7
Roll src/third_party/skia d7d93001ead2..4273a150f84d (1 commits) (#8224)
https://skia.googlesource.com/skia.git/%2Blog/d7d93001ead2..4273a150f84d

git log d7d93001ead20ddf31d2c4352ccf2fd6b87f791b..4273a150f84d70a9acc340261fd5e7be1af310a5 --date=short --no-merges --format=%ad %ae %s
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f2564656e7af..3e485a4f3ec8 (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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 08:21:12 -04:00
skia-flutter-autoroll
be9067cc76
Roll src/third_party/skia 37a9294d2eb9..d7d93001ead2 (2 commits) (#8223)
https://skia.googlesource.com/skia.git/%2Blog/37a9294d2eb9..d7d93001ead2

git log 37a9294d2eb985c5c8bf1462646e7b8b70aef5cb..d7d93001ead20ddf31d2c4352ccf2fd6b87f791b --date=short --no-merges --format=%ad %ae %s
2019-03-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 df35e382de78..6ce1be5a5a53 (2 commits)
2019-03-20 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 04:52:13 -04:00
skia-flutter-autoroll
ee4abba58c
Roll src/third_party/skia 2894d13a0d9b..37a9294d2eb9 (1 commits) (#8222)
https://skia.googlesource.com/skia.git/%2Blog/2894d13a0d9b..37a9294d2eb9

git log 2894d13a0d9b133587760f50c6026d536f869c29..37a9294d2eb985c5c8bf1462646e7b8b70aef5cb --date=short --no-merges --format=%ad %ae %s
2019-03-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-20 01:23:56 -04:00
skia-flutter-autoroll
3496156bd9
Roll src/third_party/skia dd0544078d05..2894d13a0d9b (33 commits) (#8220)
https://skia.googlesource.com/skia.git/%2Blog/dd0544078d05..2894d13a0d9b

git log dd0544078d058e68cf91404745b493d7d5a184d0..2894d13a0d9b133587760f50c6026d536f869c29 --date=short --no-merges --format=%ad %ae %s
2019-03-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 2dc0303903b1..f2564656e7af (3 commits)
2019-03-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-19 halcanary@google.com Documentation: notes on example fiddles
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 9b050f846a06..df35e382de78 (2 commits)
2019-03-19 bsalomon@google.com Reland "Add small offset to t in GrLinearGradientLayout."
2019-03-19 fmalita@chromium.org [skottie] Turn on AA for solid layers
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 0e712410582f..2dc0303903b1 (1 commits)
2019-03-19 ethannicholas@google.com Revert "more relaxed precision decorations for SPIR-V output"
2019-03-19 halcanary@google.com Docs: fix more case-sensitive names
2019-03-19 fmalita@chromium.org [skottie] Initial camera support
2019-03-19 michaelludwig@google.com Respect strict constraint in drawEdgeAAImageSet
2019-03-19 egdaniel@google.com Don't directly map vertex/index buffers on qualcomm vulkan.
2019-03-19 halcanary@google.com Docs: rename examples files to match names
2019-03-19 kjlubick@google.com Add macro to decide GrGLStandard
2019-03-19 michaelludwig@google.com Add SK_API to ImageSetEntry
2019-03-08 bungeman@google.com Add planet emoji font.
2019-03-19 mtklein@google.com regen from .fp files after .clang-format change
2019-03-19 mtklein@google.com try 2 threads on n7/np
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 69be71e10036..ca0130108117 (351 commits)
2019-03-18 ethannicholas@google.com more relaxed precision decorations for SPIR-V output
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7cdf79cccb8e..0e712410582f (1 commits)
2019-03-18 mtklein@google.com tweak .clang-format
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 24cb99d44e9c..7cdf79cccb8e (3 commits)
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b8c63935328f..24cb99d44e9c (1 commits)
2019-03-19 michaelludwig@google.com Reland "Reland "Update SkCanvas' experimental SkiaRenderer API""
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 289a576d337a..b8c63935328f (1 commits)
2019-03-18 robertphillips@google.com Have DM's "--pr ~*" processing start from the default list of path renderers
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 eb986426cd6d..9b050f846a06 (1 commits)
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bbf5cf1e4762..289a576d337a (1 commits)
2019-03-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-19 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-19 19:54:21 -04:00
Amir Hardon
45f69ac471
Plumb a reference of PlatformViewsController and AccessibilityBridge to each other (#8208)
This is in preparation for implementing platform views a11y on Android.

And e2e working prototype is available here: https://github.com/amirh/engine/tree/a11y_hacks

flutter/flutter#19418
2019-03-19 15:48:45 -07:00
liyuqian
d764b69b28
Add docs for helpful commands to fix format (#8171) 2019-03-19 14:03:45 -07:00
Ben Konyi
96ad0c8926
Roll src/third_party/dart 7418238239..70e3e67dd7 (108 commits) (#8216)
* Updated protobuf and bazel_worker revs for SDK roll

* Roll src/third_party/dart 7418238239..70e3e67dd7 (108 commits)

70e3e67dd7 Expect different errors depending on the state of the spread_collections experiment.
c85108d2f9 Fix parse expression "a ~ b"
f890800fb0 Rework tracking of variables in scope while resynthesizing expressions.
e830338919 Updated spec_parser such that it runs with ANTLR v4
37c7992ac3 [testing] Make tests with multiple VMOptions have multiple names.
af5fc2d4d2 [VM] Partial support for named regexp captures.
efb3f85c7e Fix for element type inference tests.
f5c16512cc [Tests] Pass VM options (Platform.executableArguments) to sub-processes
234a1726d3 bump linter to 0.1.83
eda9ccb744 Early exit on VM String.replaceAll
527b10879e Begin adding summary support for `for` elements.
42ab0a6a63 Handle downcasts for spreads
fc7d25e0e3 Revert "[vm] Add data field to TypedData"
9c9ab11450 Reland "Handle ir constants in field analysis and impact tests"
91b62553ce Make scanner reportErrors field final
1c685bf370 Sort declarations in pkg/analyzer/lib/src/dart/ast/ast.dart
231061c15a [gardening] Moving patch to be based on dart hash.
1ea717f1c9 [CFE] Use Fasta diagnostics in constant evaluator.
22718f4d60 [CFE] Always call the constant evaluator by the evaluate method.
c10ee9971f [CFE] Move constant evaluator to Fasta.
ae72776312 New DomExceptions added to browsers.
9d3988eb67 [vm] First stab at a protobuf aware treeshaker
e62391a162 Revert "Handle ir constants in field analysis and impact tests"
3b2e368376 Revert 5 changes with failures
a6e2c5eb4c Rename import after moving file.
e6d2751e9c [CFE] Check for null in constant evaluation
c7b572aa29 [CFE] Use Fasta diagnostics in the constant evaluator.
91bc4ec2b9 [CFE] Always call the constant evaluator by the evaluate method.
845b5b2df1 [CFE] Move constant evaluator to Fasta.
0cd89e5bd1 Handle ir constants in field analysis and impact tests
eeb8fc8ccd [dartdevc] Adding support for async operations in block expressions
d7ad6b8c67 Ensure that all tests are run via test_all and add a test to ensure that it stays that way
daa6ee6da9 Report NOT_ITERABLE_SPREAD and NOT_MAP_SPREAD.
d920a2a5ab Report NON_CONSTANT_XYZ in not taken branches of IfElement.
976b897bd0 Report non-bool conditions in const expressions in evaluation
1d9f34963e Use StoreBasedSummaryResynthesizer directly in LibraryContext.
43a31ff24e Report equal keys in maps when the keys come from a spread element
0d5ab9380a Add getNotPotentiallyConstants() and isConstantTypeExpression().
cc1ddfb337 Issue 36212. Fix for updated part without library.
d597166f9b Remove Dart tasks and work manager.
68bfd72e44 [dartdevc] fix #36174, add flutter inspector transform to DDC
b9ce1496f1 Sort declarations in expr_builder_test.dart
8475338d58 Remove references to non-existent Resource type
724d956fd4 Move use_abi_version from vm directory to bin
44753660ec Prepare to publish analyzer 0.35.4
7a2949521d Handle ConstantExpression in ssa and kernel impact
7a90563ee3 [js_runtime] Try to avoid String.prototype.replace with replacement patterns
3dda726bca [gardening] Update flutter patch to reflect engine roll.
d445d29fa3 [VM] Define layout of _*ArrayView/_ByteDataView in C+++
d267fb6bf3 change the SummaryTarget to extend the DevCompilerTarget
626cb68ad2 More spread test fixes.
eb6f1b6abd Handle effectively constant fields in class stub generator
efe9366eeb Remove references to pkg:plugin in DEPS and .packages
43c13284e4 Revert "Reland "Add hints to check the SDK constraints for both set literals and for the ui-as-code features""
d1085e80be [vm] Add data field to TypedData
d53311866f [vm/bytecode] Support native methods in BytecodeFlowGraphBuilder
06eeeec92e [tests] Remove obsolete VM option --error-on-bad-type from tests
0a42e8e062 [dart/vm] fix potential buffer overrun in unicode utils
74a23b96b0 Add support for dart2js targets to kernel_worker
9b185051a9 Don't use lazy static initializer in Random.secure()
75679e06c2 Reland "Add hints to check the SDK constraints for both set literals and for the ui-as-code features"
7f8eed0862 Update the partial constant evaluator to handle a limited subset of map literals in unresolved code
02ffcb8f42 Add summary support for `if` elements.
025825dc0f [vm] Update ffi status files and fix function_stress_test on Windows.
638f13ff3d Revert "[ VM / dart:isolate ] Added ability to set names for spawned isolates."
af633531ab Report key/value type mismatch.
8e550f6a4c Support super completions from superclass constraints in a mixin
b216335e69 Add summary support for spread elements.
001d4ed85d [infra] Update checked in SDKs to 2.2.1-dev.1.1
85f8d3c047 [vm] Build FFI trampolines with IL.
4e68a04f3e [vm] Minor improvements to FFI function tests.
652948175e Use a `dynamic` downward inference context for invalid ambiguous set/map literals.
d6ffee639b [co19] Roll co19
cded39ebf3 DEPS rename protobuf_tag to protobuf_rev
e6c3bc4ba9 [gardening] update Flutter engine patch file
d0c4d6b329 Take variance into account when computing rti checks
3e794ec16a Add tests for rti emission on function types
4ca57befd7 [dartfmt] Bump dart_style to 1.2.4
495b9c4519 Remove set-literals experimental flag from tests
7c496bfd76 Update protobuf version in DEPS
eb47bc112e [gardening] Rename flutter/flutter patch so it matches engines hash.
de2d83b9e3 [gardening] Fix flutter patch after recent dart roll into engine.
262878086d Extract _ConstLiteralVerifier and split it into literal / operation methods.
092a552a52 Fix spread disambiguation test.
888596af88 Add support for a production dart2js mode in test.dart
90d0443848 [dartdevc] Implementing block expressions and set constants
c52e1b83fb [vm/frontend_server] Fix outdated flutter patch.
59525264e8 [ VM / dart:isolate ] Added ability to set names for spawned isolates.
0ee1413095 [dartdevc] Initial support for control flow collections
c3005ee81f Add error codes for expressions in maps and map entries not in maps
1b5f7c1047 Remove unnecessary flags for dart2js from test.dart
1efe7e2518 [ VM / Service ] Added `getMemoryUsage` RPC and `MemoryUsage` object to service protocol
35fb67158b [vm/frontend] Change frontend server interface so compile response contains delta of sources files that were used by the compiler.
208f8b5441 Restore checks for leaf elements in ErrorVerifier.
0f4a208c3e Revert "Add hints to check the SDK constraints for both set literals and for the ui-as-code features"
00a478ca80 [VM runtime] Do not leak file descriptors of dual mappings to child processes.
5fdb3c5057 Add hints to check the SDK constraints for both set literals and for the ui-as-code features
ca2fc831c4 Check types of values in constant List/Set against the element types.
7c3ab264e5 Change link methods to take a DeclaredVariables object.
f7a36792b2 [vm] Fix memory leaks in --load_compilation_trace and --load_type_feedback.
5d6e17a20d Improve initializer missing comma recovery
a8c94d0b52 Remove tools we no longer need to manage status files
c5624274e1 Update the SDK constraints to match the fact that set literals are being used
28d697a6c1 Enforce override annotations in dart2js
5e1397fc4e Remove unused import
ae8a47e92c Add changelog entry for RegExp lookbehind support.
1c02016b7b [infra] Fall back on inexact baseline commits in test.dart.
e2a86d9081 [VM runtime] Use memfd_create instead of shm_open for dual mapping of code.
2019-03-19 13:42:42 -07:00
skia-flutter-autoroll
e8bca63910
Roll src/third_party/skia 7eba20aef187..dd0544078d05 (1 commits) (#8211)
https://skia.googlesource.com/skia.git/%2Blog/7eba20aef187..dd0544078d05

git log 7eba20aef187388ba81afa5aa3165a2914f319c8..dd0544078d058e68cf91404745b493d7d5a184d0 --date=short --no-merges --format=%ad %ae %s
2019-03-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cda4383919b9..eb986426cd6d (5 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-19 16:23:56 -04:00
skia-flutter-autoroll
e73dbf6a6f
Roll src/third_party/skia 389b4b267d15..7eba20aef187 (2 commits) (#8209)
https://skia.googlesource.com/skia.git/%2Blog/389b4b267d15..7eba20aef187

git log 389b4b267d15c1e06cc4d8b2222d96e50e6ddb00..7eba20aef187388ba81afa5aa3165a2914f319c8 --date=short --no-merges --format=%ad %ae %s
2019-03-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-18 22:34:12 -04:00
skia-flutter-autoroll
71e2d7d8c0
Roll src/third_party/skia 4a522b7e916c..389b4b267d15 (32 commits) (#8205)
https://skia.googlesource.com/skia.git/%2Blog/4a522b7e916c..389b4b267d15

git log 4a522b7e916c85c53df9d21351652857e3ff2512..389b4b267d15c1e06cc4d8b2222d96e50e6ddb00 --date=short --no-merges --format=%ad %ae %s
2019-03-18 brianosman@google.com Fix the preallocated size of string arrays in GrGLSLShaderBuilder
2019-03-18 halcanary@google.com Docs: Give documentation examples better names
2019-03-18 kjlubick@google.com Add SkSL2Pipeline fuzzer
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1bd9e2f80b9a..bbf5cf1e4762 (1 commits)
2019-03-18 brianosman@google.com Remove unused variant of compileAndAttachShaders
2019-03-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-18 mtklein@google.com SkScan_AAAPath style and refactoring
2019-03-18 jvanverth@google.com Fix more failing tests on Metal.
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1cef4e693fc3..1bd9e2f80b9a (1 commits)
2019-03-15 khushalsagar@chromium.org remote fonts: Make DiscardableManager for tests thread-safe.
2019-03-08 bsalomon@google.com Revert "Revert "Change promise image contract to for when Release and Done are called.""
2019-03-18 benjaminwagner@google.com Revert "Omit some SKPs that seem to cause GalaxyS9 to crash."
2019-03-18 kjlubick@google.com Break out GrGLAssembleInterface into a few files
2019-03-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 38e282570676..cda4383919b9 (1 commits)
2019-03-18 mtklein@google.com don't bother passing lowp kernels dummy unnamed variables
2019-03-18 mtklein@google.com limit n7/np to main thread
2019-03-18 bsalomon@google.com Revert "Add small offset to t in GrLinearGradientLayout."
2019-03-18 robertphillips@google.com Mark tmp path in shadow utils as volatile
2019-03-18 mtklein@google.com shard failing bots
2019-03-18 mtklein@google.com rework --ignoreSigInt
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 036614c8468c..1cef4e693fc3 (1 commits)
2019-03-18 csmartdalton@google.com Reland "Disable coverage counting by default"
2019-03-18 csmartdalton@google.com Revert "Disable coverage counting by default"
2019-03-18 kjlubick@google.com [canvaskit] Various cleanups around docs/build
2019-03-18 robertphillips@google.com Unblock Flutter
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src ad85caa87461..69be71e10036 (116 commits)
2019-03-18 brianosman@google.com Suppress /RTCc error about losing information during case to smaller type
2019-03-13 bsalomon@google.com Add small offset to t in GrLinearGradientLayout.
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 00424c1bc233..036614c8468c (2 commits)
2019-03-18 borenet@google.com [infra] Add some logging to go_deps asset creation
2019-03-18 brianosman@google.com Delay half-float vertex color determination until Op::finalize

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-18 19:05:12 -04:00
skia-flutter-autoroll
8818a6c418
Roll src/third_party/skia 2c043c288169..4a522b7e916c (3 commits) (#8201)
https://skia.googlesource.com/skia.git/%2Blog/2c043c288169..4a522b7e916c

git log 2c043c28816981f4002e72a12d7ec446672aeb1c..4a522b7e916c85c53df9d21351652857e3ff2512 --date=short --no-merges --format=%ad %ae %s
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader c2bb50b73101..00424c1bc233 (1 commits)
2019-03-18 yikong@google.com [Android] Do not build for Windows
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 62758f581672..c2bb50b73101 (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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-18 15:35:14 -04:00
Jonah Williams
048d70bc09
Support dartdevc, dart2js with shared source files, dartdevc sdk (#8105) 2019-03-18 11:58:35 -07:00
skia-flutter-autoroll
e0782dec71
Roll src/third_party/skia 576b2a5596bc..2c043c288169 (2 commits) (#8200)
https://skia.googlesource.com/skia.git/%2Blog/576b2a5596bc..2c043c288169

git log 576b2a5596bc8dda294a069e3fdc6b8b8e48ffcf..2c043c28816981f4002e72a12d7ec446672aeb1c --date=short --no-merges --format=%ad %ae %s
2019-03-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4af8826ee423..62758f581672 (1 commits)
2019-03-18 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-18 08:11:12 -04:00
skia-flutter-autoroll
e75f6de01f
Roll src/third_party/skia 895e1eedb420..576b2a5596bc (1 commits) (#8198)
https://skia.googlesource.com/skia.git/%2Blog/895e1eedb420..576b2a5596bc

git log 895e1eedb4205ad2246f5670a8aa50dd01add5cc..576b2a5596bc8dda294a069e3fdc6b8b8e48ffcf --date=short --no-merges --format=%ad %ae %s
2019-03-15 csmartdalton@google.com Disable coverage counting by default

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-18 01:44:12 -04:00
skia-flutter-autoroll
5b09204e30
Roll src/third_party/skia 72ef2d519a0e..895e1eedb420 (1 commits) (#8195)
https://skia.googlesource.com/skia.git/%2Blog/72ef2d519a0e..895e1eedb420

git log 72ef2d519a0eecfffa9bf10ef6d027a58942875c..895e1eedb4205ad2246f5670a8aa50dd01add5cc --date=short --no-merges --format=%ad %ae %s
2019-03-16 reed@google.com lowp stages for load/stores and lerp-native

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-17 18:12:11 -04:00
skia-flutter-autoroll
5ca92fbe9e
Roll src/third_party/skia 143542fa28e9..3ea586f9f959 (1 commits) (#8193)
https://skia.googlesource.com/skia.git/%2Blog/143542fa28e9..3ea586f9f959

git log 143542fa28e92485df53f0d2ad33f8cd096b5eb0..3ea586f9f95904090ae780b22b514b18686a8038 --date=short --no-merges --format=%ad %ae %s
2019-03-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src f4c60d43323d..ad85caa87461 (55 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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-17 11:21:11 -04:00
skia-flutter-autoroll
4d9b9aacd0
Roll src/third_party/skia e1f2a572cec0..143542fa28e9 (1 commits) (#8192)
https://skia.googlesource.com/skia.git/%2Blog/e1f2a572cec0..143542fa28e9

git log e1f2a572cec06bcf86e392b3f40647f8e485efb4..143542fa28e92485df53f0d2ad33f8cd096b5eb0 --date=short --no-merges --format=%ad %ae %s
2019-03-17 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-17 05:59:11 -04:00
skia-flutter-autoroll
c14fde8416
Roll src/third_party/skia d95286de1dda..e1f2a572cec0 (1 commits) (#8191)
https://skia.googlesource.com/skia.git/%2Blog/d95286de1dda..e1f2a572cec0

git log d95286de1dda8c1c0403de22151e1b2a9b7ddf96..e1f2a572cec06bcf86e392b3f40647f8e485efb4 --date=short --no-merges --format=%ad %ae %s
2019-03-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 (brianosman@google.com), and stop
the roller if necessary.
2019-03-17 02:28:11 -04:00
skia-flutter-autoroll
c6f9fe7e00
Roll src/third_party/skia 90155edf140b..d95286de1dda (2 commits) (#8190)
https://skia.googlesource.com/skia.git/%2Blog/90155edf140b..d95286de1dda

git log 90155edf140bb337f512f91d0a10bd2c20c3d7e6..d95286de1dda8c1c0403de22151e1b2a9b7ddf96 --date=short --no-merges --format=%ad %ae %s
2019-03-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f06076396afa..38e282570676 (4 commits)
2019-03-16 reed@google.com add animated version of mixer gm

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-16 19:55:11 -04:00
skia-flutter-autoroll
0f97c920ff
Roll src/third_party/skia f3f7059cb736..90155edf140b (1 commits) (#8189)
https://skia.googlesource.com/skia.git/%2Blog/f3f7059cb736..90155edf140b

git log f3f7059cb73661fc647a60e8eab5bb7fc471a71a..90155edf140bb337f512f91d0a10bd2c20c3d7e6 --date=short --no-merges --format=%ad %ae %s
2019-03-16 reed@google.com add bench for mixers

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-16 16:22:11 -04:00
skia-flutter-autoroll
4a4f1823eb
Roll src/third_party/skia 3d42a0521d12..f3f7059cb736 (6 commits) (#8188)
https://skia.googlesource.com/skia.git/%2Blog/3d42a0521d12..f3f7059cb736

git log 3d42a0521d12745bd580a53b920a23e65f6f3f5b..f3f7059cb73661fc647a60e8eab5bb7fc471a71a --date=short --no-merges --format=%ad %ae %s
2019-03-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader faed9d31b44d..4af8826ee423 (9 commits)
2019-03-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 558a982945cf..f4c60d43323d (337 commits)
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 de52ca373d98..f06076396afa (3 commits)
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 71673c81fb1e..faed9d31b44d (1 commits)
2019-03-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-15 kjlubick@google.com Clean up some types in SkFont

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-16 12:50:11 -04:00
skia-flutter-autoroll
39fea55020
Roll src/third_party/skia f34d0c79dc6c..3d42a0521d12 (1 commits) (#8187)
https://skia.googlesource.com/skia.git/%2Blog/f34d0c79dc6c..3d42a0521d12

git log f34d0c79dc6cc5595f8452696bc9e88d27f34452..3d42a0521d12745bd580a53b920a23e65f6f3f5b --date=short --no-merges --format=%ad %ae %s
2019-03-15 halcanary@google.com Examples: Two changes from kevin

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-16 09:19:11 -04:00
skia-flutter-autoroll
926e65531c
Roll src/third_party/skia d3cfbcae10eb..f34d0c79dc6c (2 commits) (#8186)
https://skia.googlesource.com/skia.git/%2Blog/d3cfbcae10eb..f34d0c79dc6c

git log d3cfbcae10eb903841819cb6fbf0ad6e35f7f88a..f34d0c79dc6cc5595f8452696bc9e88d27f34452 --date=short --no-merges --format=%ad %ae %s
2019-03-15 mtklein@google.com re-hash images once more artificially
2019-03-15 halcanary@google.com Revert "Revert "Compile all fiddle examples locally""

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-16 00:50:11 -04:00
skia-flutter-autoroll
575d61f499
Roll src/third_party/skia 49ea3194535c..d3cfbcae10eb (9 commits) (#8184)
https://skia.googlesource.com/skia.git/%2Blog/49ea3194535c..d3cfbcae10eb

git log 49ea3194535c1783554149aab1d17f931512497e..d3cfbcae10eb903841819cb6fbf0ad6e35f7f88a --date=short --no-merges --format=%ad %ae %s
2019-03-15 kjlubick@google.com [canvaskit] Add TextOnPath helper to TextBlob
2019-03-07 mtklein@google.com hash and encode rework, wip
2019-03-15 reed@google.com use load_f32_dst
2019-03-15 reed@google.com allow mixer to defer to a shader
2019-03-15 jvanverth@google.com Fix asserts in Metal tests.
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1e6a9898b73b..71673c81fb1e (8 commits)
2019-03-15 enne@chromium.org Enforce alignment in SkDescriptor deserialization
2019-03-15 benjaminwagner@google.com [infra] Update Win10 in Skolo.
2019-03-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com 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 (benjaminwagner@google.com), and stop
the roller if necessary.
2019-03-15 21:18:11 -04:00
skia-flutter-autoroll
0e0e0a98f5
Roll src/third_party/skia 46f5ee156155..49ea3194535c (8 commits) (#8179)
https://skia.googlesource.com/skia.git/%2Blog/46f5ee156155..49ea3194535c

git log 46f5ee1561558857a1c669b43b71ca84f6ba6f22..49ea3194535c1783554149aab1d17f931512497e --date=short --no-merges --format=%ad %ae %s
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f3b57974620d..1e6a9898b73b (1 commits)
2019-02-26 halcanary@google.com GN: split out skia_*_public from skia_*_sources
2019-03-15 robertphillips@google.com Reduce work done by GrYUVtoRGBEffect for kIdentity_SkYUVColorSpace
2019-03-15 halcanary@google.com Revert "Compile all fiddle examples locally"
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 36411219ff2b..f3b57974620d (3 commits)
2019-03-15 brianosman@google.com Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage)
2019-03-08 bsalomon@google.com Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture.""
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e37ce613d1c7..36411219ff2b (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-15 16:04:11 -04:00
skia-flutter-autoroll
7da45be4a9
Roll src/third_party/skia 69600007e278..46f5ee156155 (8 commits) (#8178)
https://skia.googlesource.com/skia.git/%2Blog/69600007e278..46f5ee156155

git log 69600007e278d1bd3fed1df28a6dd9cb9ed23f20..46f5ee1561558857a1c669b43b71ca84f6ba6f22 --date=short --no-merges --format=%ad %ae %s
2019-03-15 nifong@google.com Add selectable GPU backend to wasm debugger
2019-03-07 halcanary@google.com Compile all fiddle examples locally
2019-03-15 brianosman@google.com Add shader based blending of kPlus for configs that need clamping
2019-03-15 mtklein@google.com Revert "remove plus clamp"
2019-03-14 fmalita@chromium.org [skottie] Initial text box support
2019-03-15 bsalomon@google.com Revert "Reland "Update SkCanvas' experimental SkiaRenderer API""
2019-03-15 brianosman@google.com Change --checkF16 behavior to just print - it's easier to see all failures
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 2fb6563bf503..de52ca373d98 (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-15 12:23:46 -04:00
skia-flutter-autoroll
c0690e6ec8
Roll src/third_party/skia aefecad7c0d2..69600007e278 (2 commits) (#8177)
https://skia.googlesource.com/skia.git/%2Blog/aefecad7c0d2..69600007e278

git log aefecad7c0d2c29c147a05ea385a2ad855cbbc20..69600007e278d1bd3fed1df28a6dd9cb9ed23f20 --date=short --no-merges --format=%ad %ae %s
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 633b2fb00ed0..e37ce613d1c7 (2 commits)
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1b8cd2d9ce2c..633b2fb00ed0 (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-15 08:35:12 -04:00
skia-flutter-autoroll
b36068c377
Roll src/third_party/skia 05201fc7e77e..aefecad7c0d2 (5 commits) (#8176)
https://skia.googlesource.com/skia.git/%2Blog/05201fc7e77e..aefecad7c0d2

git log 05201fc7e77e0d2682763dbbe15cf6b65a0d6cb9..aefecad7c0d2c29c147a05ea385a2ad855cbbc20 --date=short --no-merges --format=%ad %ae %s
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 6299cd6e9d2d..558a982945cf (482 commits)
2019-03-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 979f3bbe2c50..2fb6563bf503 (2 commits)
2019-03-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9b156615197d..1b8cd2d9ce2c (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-15 03:46:55 -04:00
skia-flutter-autoroll
d9b2f09465
Roll src/third_party/skia 512e38091c85..05201fc7e77e (10 commits) (#8173)
https://skia.googlesource.com/skia.git/%2Blog/512e38091c85..05201fc7e77e

git log 512e38091c8511847334b89365d46cbb0452309a..05201fc7e77e0d2682763dbbe15cf6b65a0d6cb9 --date=short --no-merges --format=%ad %ae %s
2019-03-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-14 brianosman@google.com Ganesh: Clamp blend inputs when using F16_Clamped pixel config
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader becb44f1177a..9b156615197d (1 commits)
2019-03-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a2749f39f47d..becb44f1177a (1 commits)
2019-03-14 jvanverth@google.com Fix cached perspective shadows
2019-03-14 michaelludwig@google.com Blacklist compositor_quads_filter on chromecast
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader af973b67141e..a2749f39f47d (1 commits)
2019-03-14 bsalomon@google.com Clamp override color to bytes in GrFillRectOp when half float vertex attrs not supported.
2019-03-14 kjlubick@google.com [canvaskit] Fallback to CPU more gracefully

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-15 00:05:54 -04:00
skia-flutter-autoroll
7a6bb9998e
Roll src/third_party/skia feb720f746dc..512e38091c85 (11 commits) (#8169)
https://skia.googlesource.com/skia.git/%2Blog/feb720f746dc..512e38091c85

git log feb720f746dcecfd80e47b060d620c3ffa29a43b..512e38091c8511847334b89365d46cbb0452309a --date=short --no-merges --format=%ad %ae %s
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 37b996425a0e..979f3bbe2c50 (5 commits)
2019-03-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-14 mtklein@google.com skvx: allow more implicit conversions
2019-03-14 michaelludwig@google.com Avoid unsafe casts to int in SkNx
2019-03-14 mtklein@google.com update docs for SkLumaColorFilter
2019-03-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-14 ethannicholas@google.com re-re-fixed RelaxedPrecision
2019-03-14 robertphillips@google.com Allocate the backing SkBitmap in the SerializedImageFilter fuzzer
2019-03-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader eb7cf3c4b0b1..af973b67141e (2 commits)
2019-03-14 michaelludwig@google.com Reland "Update SkCanvas' experimental SkiaRenderer API"

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-14 17:13:55 -04:00
Ben Konyi
5825bdac92 Roll src/third_party/dart 7d560f8385..7418238239 (61 commits)
7418238239 Implement LibraryElementForLink.session and return (empty) AnalysisSessionForLink.
806ec1161f Issue 3270. Put StreamBuilder's type argument into linked edit.
eeb19b0416 Remove usages of ExtensionManager and package:plugin in general.
6c5194cfe1 [VM/Flutter] Remove 2 golden-file tests completely to avoid flutter analyze warning about missing copyright header
f31b7928ae [VM] Adding regexp lookbehind assertion support.
dfb6d250b1 [kernel] Better printing of string and unevaluated constants.
c9e9b76d4d Skip control-flow-collections tests on all runtimes
1af9d3e14b Update breaking-changes.md
dbea5c6884 [fasta] Commandline option to leave environment constants unevaluated.
10a8663e74 [VM/Flutter] Disabled golden tests until next engine -> flutter roll (which probably fixes it)
9aea5536fb [cfe] Initial support for compiling if in collections
1ac41d26b4 Support @Creates and @Returns from ir constants
ac4eca7eb9 [vm, gc] Take advantage of object alignment and non-overlap when copying objects during a scavenge.
d5ab8b4da2 Resolve ForElement(s) in separate scopes.
5b07ef9d1c [tests] Fix new tests
b1a3629547 [vm] Move receiver variable to ParsedFunction, add ParameterVariable()
037b273753 Make List literal inference match the proposal
f2579a8ede Add override annotations in dart2js tests
d1a943281b Change path order when trying to open tracing
6483f5238f [dart/vm] be more flexible with precomputed constants
580e5731d6 [vm] Test compilation traces, type feedback, reused instructions.
217a027456 [vm, interpreter] Support unboxed fields.
1bd7920367 Resolve generic function default parameter values
31c47567dc Remove AnalysisOptionsForLink and plumb analysis options through linker.
69a4f20347 Add override annotations consistently
4339fe9b51 Add constant evaluation tests for IfNull.
8adcab9fec Add constant evaluation tests for Identity.
3552dbb429 Add constant evaluation tests for Equals.
27328840f9 Add constant evaluation tests for GreaterEqual.
9f680cd0bd Add constant evaluation tests for Greater.
0950d473ad Add constant evaluation tests for LessEqual.
7ff70237d4 Add constant evaluation tests for Less.
ce9a1bb24e Add constant evaluation tests for Add.
2fa96dd653 Add constant evaluation tests for Divide.
952421a68d Add constant evaluation tests for TruncatingDivide.
9fd0ec2560 Add constant evaluation tests for Modulo.
9262d111fd Add constant evaluation tests for Multiply.
aba9392f0e Add constant evaluation tests for Subtract.
3a38f0bb89 Add constant evaluation tests for BooleanOr.
052d6d235c Add constant evaluation tests for BooleanAnd.
be5332c0a5 Add constant evaluation tests for ShiftRight.
4f34218ce1 Add constant evaluation tests for ShiftLeft.
3df5334137 Add constant evaluation tests for BitXor.
84d8d6b513 Add constant evaluation tests for BitOr.
f7972480bd Add constant evaluation tests for BitAnd.
432c6c8c39 Add constant evaluation tests for Not.
2e1c78db7b Add constant evaluation tests for Negate.
5853f129b2 Add constant evaluation tests for BitNot.
aa4a2df5a2 Add structure of constant folding tests.
078c834f25 Extract CONST_SET_ELEMENT_TYPE_IMPLEMENTS_EQUALS test and fix for spreads in sets.
2d48159e38 Issue 36187. Fix for getSuggestionDetails() fails in part file.
e7562917f1 Reland https://dart-review.googlesource.com/c/sdk/+/96500
b5528fa84d Improve the docs for isSet and isMap in SetOrMapLiteral
e55e13ffbd Merge remote-tracking branch 'github/master'
632abb6a25 Improve 'Import Library' code generation when has 'part' directive.
d3a0293a9d Replace unnecessary `?.`s with `.`.
e711486873 [vm,dart:io,fuchsia] Be happy with any open fd for Stdio handles if fstat fails
0bf8a1e591 Update breaking-changes.md
f08e213bb1 Extract CONST_MAP_KEY_EXPRESSION_TYPE_IMPLEMENTS_EQUALS tests.
2b00685d38 Make SetOrMapLiteral set/map unless we are linking, so going to infer it.
bc5d613533 Fix typo in diagnostic when non-bool is passed to logical or.
2019-03-14 13:52:32 -07:00
skia-flutter-autoroll
f2b42d6c54
Roll src/third_party/skia f699bf0437db..feb720f746dc (15 commits) (#8165)
https://skia.googlesource.com/skia.git/%2Blog/f699bf0437db..feb720f746dc

git log f699bf0437dbfd1b50b027751ad251335a1eb2b6..feb720f746dcecfd80e47b060d620c3ffa29a43b --date=short --no-merges --format=%ad %ae %s
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ca56e8b07a1a..eb7cf3c4b0b1 (1 commits)
2019-03-14 reed@google.com Use '&' to toggle showing the gm's size in viewer
2019-03-13 mtklein@google.com move in center of radial_gradient_precision
2019-03-14 bsalomon@google.com Update color type after color override in GrFillRectOp.
2019-03-14 jvanverth@google.com Set RG_float to be texturable on Metal
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 49d2c13943ef..ca56e8b07a1a (1 commits)
2019-03-14 kjlubick@google.com [canvaskit] missing extern
2019-03-08 bsalomon@google.com Reland "Reintroduce deinstantiate lazy proxy types and use for promise images."
2019-03-14 michaelludwig@google.com Revert "Update SkCanvas' experimental SkiaRenderer API"
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9b62c5ea2af3..49d2c13943ef (1 commits)
2019-03-14 brianosman@google.com SkLumaColorFilter: Keep alpha in [0,1]
2019-03-13 michaelludwig@google.com Update SkCanvas' experimental SkiaRenderer API
2019-03-13 mtklein@google.com remove plus clamp
2019-03-13 nifong@google.com fill out more of SkDebugCanvas interface
2019-03-13 bsalomon@google.com Reland "Try to avoid vertex colors in Texture/FillRect ops when possible."

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-14 13:20:20 -04:00
skia-flutter-autoroll
fbca3d34e6
Roll src/third_party/skia 5412618d503c..f699bf0437db (2 commits) (#8164)
https://skia.googlesource.com/skia.git/%2Blog/5412618d503c..f699bf0437db

git log 5412618d503cdd2f0dbf8bcb3e63110bd9d2c94d..f699bf0437dbfd1b50b027751ad251335a1eb2b6 --date=short --no-merges --format=%ad %ae %s
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 19f1db6e92b4..9b62c5ea2af3 (2 commits)
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 494afea985e6..37b996425a0e (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-14 09:37:55 -04:00
skia-flutter-autoroll
23cff1a1c0
Roll src/third_party/skia 8b9b8f8c5846..5412618d503c (1 commits) (#8163)
https://skia.googlesource.com/skia.git/%2Blog/8b9b8f8c5846..5412618d503c

git log 8b9b8f8c58467fef47b74250301d574ee31d5f79..5412618d503cdd2f0dbf8bcb3e63110bd9d2c94d --date=short --no-merges --format=%ad %ae %s
2019-03-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 868ed908f432..19f1db6e92b4 (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-14 06:06:55 -04:00