5964 Commits

Author SHA1 Message Date
Chinmay Garde
24ee83dbde Test saving compilation traces. (flutter/engine#8618) 2019-04-17 19:42:33 -07:00
Chinmay Garde
bc238390cc Avoid leaking the VM in runtime_unittests and update failing tests. (flutter/engine#8626)
The failing tests were depending on the old assumption that the VM would never
shutdown.
2019-04-17 19:06:03 -07:00
Chinmay Garde
3e1caa0959 Revert "Add a unit test for PhysicalShapeLayer (#8616)" (flutter/engine#8627)
This reverts commit 6f4740c28475c294821aa9229c15f367bb90fa6a.
2019-04-17 17:47:58 -07:00
liyuqian
6f4740c284 Add a unit test for PhysicalShapeLayer (flutter/engine#8616)
An unnecessary PrerollContext copy is also removed. The added unit test will catch the error if we forget to subtract the elevation after the copy removal.

This change has been tested with the framework (`flutter test --local-engine=host_debug_unopt`).
2019-04-17 17:34:11 -07:00
Chinmay Garde
22a0517fb6 Assert that all VM launches in the process have the same opinion on whether the VM should be leaked in the process. (flutter/engine#8622)
There is a possibility for a VM launch to not have a requisite shutdown if a previous launch asked to leak the VM instance in the process. Embedders have to ensure (via their Embedding APIs) that all instances of VM launch use consistent settings.
2019-04-17 17:25:16 -07:00
Chinmay Garde
54927647c6 Avoid manually shutting down engine managed isolates. (flutter/engine#8621)
These are now shutdown by the VM and cleanup waits for their shutdown.
2019-04-17 16:11:47 -07:00
skia-flutter-autoroll
efaf960ce9 Roll src/third_party/skia 6f9047027be3..14c90c1ca218 (5 commits) (flutter/engine#8619)
https://skia.googlesource.com/skia.git/%2Blog/6f9047027be3..14c90c1ca218

git log 6f9047027be329719bb9fe79e6f892724e6a0fa2..14c90c1ca218428418b82be5684bb71f13e81f60 --date=short --no-merges --format=%ad %ae %s
2019-04-16 bungeman@google.com Reland "Remove includes from SkFontTypes.h"
2019-04-17 benjaminwagner@google.com Add __init__.py to page_sets
2019-04-17 robertphillips@google.com Non-substantive changes
2019-04-17 halcanary@google.com SkQP: fix model colorspace (16-bit gold images)
2019-04-17 egdaniel@google.com Add struct to wrap all the gpu flush options.

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 (herb@google.com), and stop
the roller if necessary.
2019-04-17 18:58:24 -04:00
Shi-Hao Hong
1ead577b35 Fix typo in comment (flutter/engine#8617) 2019-04-17 15:03:50 -07:00
liyuqian
27e4dac06b Rename flow namespace to flutter (flutter/engine#8615)
This follows our namespace change from shell to flutter: https://github.com/flutter/engine/pull/8520.
2019-04-17 14:38:45 -07:00
skia-flutter-autoroll
d05d85027e Roll src/third_party/skia 5155e09d1466..6f9047027be3 (5 commits) (flutter/engine#8613)
https://skia.googlesource.com/skia.git/%2Blog/5155e09d1466..6f9047027be3

git log 5155e09d146665be078494247092fa990d5ae4a7..6f9047027be329719bb9fe79e6f892724e6a0fa2 --date=short --no-merges --format=%ad %ae %s
2019-04-17 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-16 reed@google.com Reland "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
2019-04-16 bsalomon@google.com Add flag to map buffer flags in GrCaps to indicate whether mapping a GrGpuBuffer for reading is synchronous or not.
2019-04-17 borenet@google.com [infra] More work on chrome_release_branch
2019-04-17 mtklein@google.com Add clang-cl arm64 builds

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 (herb@google.com), and stop
the roller if necessary.
2019-04-17 15:30:06 -04:00
bungeman
3d998a667a Remove call to SkFont::setLinearMetrics (flutter/engine#8612)
This particular call doesn't do anything since the default is false
anyway. In addition Skia is looking to remove this flag since setting it
to true is now synonymous with setting the hinting to none.
2019-04-17 15:13:19 -04:00
stuartmorgan
1fd410c44f Add FLEPluginRegistry for macOS (flutter/engine#8611)
Creates a minimal FLEPluginRegistry protocol, which is a subset of the
FlutterPluginRegistry.

This is a small step toward eventually merging the APIs, but allows
changing the example project structure to better reflect what a future
template will look like.
2019-04-17 10:53:59 -07:00
Zachary Anderson
aa883ac3f8 [fuchsia] Fix SceneUpdateContext for new PaintContext field (flutter/engine#8608) 2019-04-17 09:58:58 -07:00
Michael Klimushyn
5df695efdf Pipe Z bounds from ViewportMetrics to Flow (flutter/engine#8583)
This is the first step in making Flutter aware of and responsive to Z
bound overflow. On its own this patch shouldn't result in any changes in
behavior. This will need to be followed up with a patch in Fuchsia's
Flutter runner to set the Z bounds after this lands, and another patch
in the engine actually implementing the desired overflow behavior.

This Z bound info is routed through the engine itself to make sure the
bounds in flow are truly consistent from the Fuchsia runner. However
these values should eventually be exposed to the framework as well.
2019-04-17 09:56:46 -07:00
skia-flutter-autoroll
374e7d79ca Roll src/third_party/skia 33906ad1e26f..5155e09d1466 (4 commits) (flutter/engine#8609)
https://skia.googlesource.com/skia.git/%2Blog/33906ad1e26f..5155e09d1466

git log 33906ad1e26fd36430a70712382b3edc3970213c..5155e09d146665be078494247092fa990d5ae4a7 --date=short --no-merges --format=%ad %ae %s
2019-04-17 egdaniel@google.com Revert "added more SPIR-V RelaxedPrecision decorations"
2019-04-17 jvanverth@google.com Make Metal render loop more stable
2019-04-17 mtklein@google.com roll clang_win
2019-04-17 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 (herb@google.com), and stop
the roller if necessary.
2019-04-17 12:00:53 -04:00
skia-flutter-autoroll
76c91b1cfb Roll src/third_party/skia e88d4382e1cf..33906ad1e26f (1 commits) (flutter/engine#8604)
https://skia.googlesource.com/skia.git/%2Blog/e88d4382e1cf..33906ad1e26f

git log e88d4382e1cf0041ecc1f148e05fbf3b7d0fb7b1..33906ad1e26fd36430a70712382b3edc3970213c --date=short --no-merges --format=%ad %ae %s
2019-04-17 robertphillips@google.com Reland "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""

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 (herb@google.com), and stop
the roller if necessary.
2019-04-17 08:31:39 -04:00
skia-flutter-autoroll
1df26d6ea5 Roll src/third_party/skia 652b007a4cbb..e88d4382e1cf (4 commits) (flutter/engine#8603)
https://skia.googlesource.com/skia.git/%2Blog/652b007a4cbb..e88d4382e1cf

git log 652b007a4cbb0b8c716510949456243573129ff4..e88d4382e1cf0041ecc1f148e05fbf3b7d0fb7b1 --date=short --no-merges --format=%ad %ae %s
2019-04-17 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e7da32f1c73e..c832cdd75f75 (7 commits)
2019-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 25be5bb97518..84c3a94e1450 (6 commits)
2019-04-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 95629c4c410f..a3585f70a100 (459 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 (herb@google.com), and stop
the roller if necessary.
2019-04-17 03:56:24 -04:00
stuartmorgan
e722bba483 Add desktop shell unittests to test script (flutter/engine#8600)
Builds the unit test on all platforms, and adds them to the aggregate test script.
2019-04-16 22:37:39 -07:00
skia-flutter-autoroll
06f1c71d5f Roll src/third_party/skia 70ed05e53ad2..652b007a4cbb (1 commits) (flutter/engine#8601)
https://skia.googlesource.com/skia.git/%2Blog/70ed05e53ad2..652b007a4cbb

git log 70ed05e53ad244b3234415b447e5fcd53fb40e3b..652b007a4cbb0b8c716510949456243573129ff4 --date=short --no-merges --format=%ad %ae %s
2019-04-16 reed@google.com Revert "Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input""

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 (herb@google.com), and stop
the roller if necessary.
2019-04-17 00:26:24 -04:00
liyuqian
6a28ed4830 Check that TransformLayer has a finite matrix (flutter/engine#8585)
To catch issues like https://github.com/flutter/flutter/issues/30586

https://github.com/flutter/flutter/pull/31097 will trigger this CHECK
if https://github.com/flutter/engine/pull/8467 were reverted and the
transform_ were not initialized in this PR.
2019-04-16 20:36:25 -07:00
stuartmorgan
922d6df36f Implement StandardMethodCodec for C++ shells (flutter/engine#8598)
Adds StandardMethodCodec support to the C++ client wrapper. This makes it
substantially easier to add Windows and Linux support for existing plugins, as
StandardMethodCodec is the default plugin protocol.

Fixes flutter/flutter#30670

Does not include extensibility for the codec, which will be added later.
2019-04-16 19:49:09 -07:00
skia-flutter-autoroll
4525e1eef2 Roll src/third_party/skia db13d3874846..70ed05e53ad2 (6 commits) (flutter/engine#8599)
https://skia.googlesource.com/skia.git/%2Blog/db13d3874846..70ed05e53ad2

git log db13d38748462b713beeeed33fb0eb9d95c1270e..70ed05e53ad244b3234415b447e5fcd53fb40e3b --date=short --no-merges --format=%ad %ae %s
2019-04-16 reed@google.com Revert "Simplify SkTypeface::charsToGlyphs API to require UTF32 input"
2019-04-17 reed@google.com Revert "Remove includes from SkFontTypes.h"
2019-04-16 csmartdalton@google.com Reland "Add GrDisableColorXPFactory::makeXferProcessor()"
2019-04-16 bungeman@google.com Remove includes from SkFontTypes.h
2019-04-16 reed@google.com Simplify SkTypeface::charsToGlyphs API to require UTF32 input
2019-04-16 bungeman@google.com IWYU for SkCanvas.h

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 20:56:24 -04:00
stuartmorgan
9b2819a3bb Variant type for C++ client wrapper (flutter/engine#8592)
Adds a type that can hold any of the types corresponding to the Dart types
that are supported by the standard message channel codec. This provides
the foundation for adding standard message codec support for the C++
desktop shells (flutter/flutter#30670).
2019-04-16 16:33:07 -07:00
skia-flutter-autoroll
3538461673 Roll src/third_party/skia 68aeec07de4a..db13d3874846 (16 commits) (flutter/engine#8595)
https://skia.googlesource.com/skia.git/%2Blog/68aeec07de4a..db13d3874846

git log 68aeec07de4a1894a5cefde405abcb5a49801df6..db13d38748462b713beeeed33fb0eb9d95c1270e --date=short --no-merges --format=%ad %ae %s
2019-04-16 bungeman@google.com Move SkTLazy.h to src/
2019-04-16 mtklein@google.com Reland "align skvx::Vec<N,T> to N*sizeof(T)"
2019-04-16 borenet@google.com [infra] Add chrome_release_branch script
2019-04-16 mtklein@google.com roll libpng to 1.6.37
2019-04-16 mtklein@google.com pass SkVx::Vec arguments as const&
2019-04-16 egdaniel@google.com Revert "Add GrDisableColorXPFactory::makeXferProcessor()"
2019-04-16 bungeman@google.com Remove generateCharFromGlyph and charToGlyphID.
2019-04-16 ethannicholas@google.com added more SPIR-V RelaxedPrecision decorations
2019-04-16 mtklein@google.com Revert "align skvx::Vec<N,T> to N*sizeof(T)"
2019-04-16 herb@google.com Reduce use of path generation
2019-04-16 mtklein@google.com align skvx::Vec<N,T> to N*sizeof(T)
2019-04-16 csmartdalton@google.com Add GrDisableColorXPFactory::makeXferProcessor()
2019-04-16 bsalomon@google.com Ensure that insetting for blur texture domain doesn't invert domain rect.
2019-04-16 bungeman@google.com Remove deprecated SkPaintFilterCanvas::onFilter.
2019-04-16 kjlubick@google.com WASM build cleanups
2019-04-16 herb@google.com Remove non-canonical font color

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 17:30:04 -04:00
Qxyat
500f19660d Composite Embedded Views with the correct GrContext
PaintRecorder Canvases are not associated with GrContexts.
2019-04-16 14:13:34 -07:00
skia-flutter-autoroll
5d80be8cc3 Roll src/third_party/skia 6c431d52020c..68aeec07de4a (7 commits) (flutter/engine#8590)
https://skia.googlesource.com/skia.git/%2Blog/6c431d52020c..68aeec07de4a

git log 6c431d52020c6ed8d48681c9443ec3131fd0ed34..68aeec07de4a1894a5cefde405abcb5a49801df6 --date=short --no-merges --format=%ad %ae %s
2019-04-16 bsalomon@google.com Clarify that buffers of type GrGpuBufferType::kXferGpuToCpu are mapped for reading.
2019-04-16 jvanverth@google.com Convert 565 and 4444 bitmaps to 8888 for Mac Metal.
2019-04-15 csmartdalton@google.com Don't flush pipeline state when querying sample locations in GL
2019-04-15 mtklein@google.com just some refactoring for fm_bot.go
2019-04-15 egdaniel@google.com Remove deprecated SkSurface::prepareForExternalIO and related uses of the name.
2019-04-10 bsalomon@google.com GrSurface -> GrGpuBuffer transfer improvements:
2019-04-10 bsalomon@google.com Avoid multiplication by alpha in fragment shader when known to be 1.

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 13:57:24 -04:00
skia-flutter-autoroll
4ff68e6b02 Roll src/third_party/skia 5bee533ef3a3..6c431d52020c (1 commits) (flutter/engine#8589)
https://skia.googlesource.com/skia.git/%2Blog/5bee533ef3a3..6c431d52020c

git log 5bee533ef3a37c952ed227263be1b6fa508310c7..6c431d52020c6ed8d48681c9443ec3131fd0ed34 --date=short --no-merges --format=%ad %ae %s
2019-04-15 brianosman@google.com Towards a simpler SkSL -> GLSL pipeline (and better shader reflection)

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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 10:27:27 -04:00
skia-flutter-autoroll
711b0d2d0b Roll src/third_party/skia 9d10206b7add..5bee533ef3a3 (4 commits) (flutter/engine#8587)
https://skia.googlesource.com/skia.git/%2Blog/9d10206b7add..5bee533ef3a3

git log 9d10206b7add9da6a7e34cf0262cc3cf2e7cba41..5bee533ef3a37c952ed227263be1b6fa508310c7 --date=short --no-merges --format=%ad %ae %s
2019-04-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 065f8dc35f9d..e7da32f1c73e (7 commits)
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b2d31144d9af..95629c4c410f (449 commits)
2019-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 64b761a8af9b..25be5bb97518 (11 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 (herb@google.com), and stop
the roller if necessary.
2019-04-16 02:11:24 -04:00
skia-flutter-autoroll
3d192e1f8a Roll src/third_party/skia d51d00745b1d..9d10206b7add (1 commits) (flutter/engine#8586)
https://skia.googlesource.com/skia.git/%2Blog/d51d00745b1d..9d10206b7add

git log d51d00745b1ddad78b777973c9df56d351ff5e02..9d10206b7add9da6a7e34cf0262cc3cf2e7cba41 --date=short --no-merges --format=%ad %ae %s
2019-04-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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 22:43:24 -04:00
skia-flutter-autoroll
7dbee97969 Roll src/third_party/skia bf15b6676843..d51d00745b1d (6 commits) (flutter/engine#8584)
https://skia.googlesource.com/skia.git/%2Blog/bf15b6676843..d51d00745b1d

git log bf15b6676843625cf68b9df44705d808cf8236c7..d51d00745b1ddad78b777973c9df56d351ff5e02 --date=short --no-merges --format=%ad %ae %s
2019-04-15 mtklein@google.com add _M_ARM64 support
2019-04-15 csmartdalton@google.com Support multisample in GrProxyProvider::MakeFullyLazyProxy
2019-04-15 mtklein@google.com add retries to fm_bot
2019-04-15 jvanverth@google.com Fix fontcache GMs on Metal.
2019-04-15 reed@google.com use slope-guess for faster charToGlyph
2019-04-11 herb@google.com Reland "Convert the CPU mask case to use prepareForDrawing"

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 19:14:59 -04:00
Chinmay Garde
6edfaf7855 Remove the flutter_aot GN argument. (flutter/engine#8581)
This argument has been defunct for a while. It was originally added as a
means of testing the AOT machinery in debug modes.
2019-04-15 12:57:45 -07:00
skia-flutter-autoroll
322d97e42c Roll src/third_party/skia 1875353110d1..bf15b6676843 (8 commits) (flutter/engine#8582)
https://skia.googlesource.com/skia.git/%2Blog/1875353110d1..bf15b6676843

git log 1875353110d12bda6374d099a159937fad48de72..bf15b6676843625cf68b9df44705d808cf8236c7 --date=short --no-merges --format=%ad %ae %s
2019-04-15 mtklein@google.com dump stack trace in FM on failure
2019-04-15 scroggo@google.com Implement SkHeifCodec::onRewind
2019-04-15 mtklein@google.com restore vmull_u8() in color32()
2019-04-15 brianosman@google.com Guard GrRadialGradientLayout::TestCreate against Empty shaders
2019-04-15 fmalita@chromium.org [skottie] 'Add' layer blend mode support
2019-04-13 mtklein@google.com step carefully in decal_nofilter_scale
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 0da672fc2c69..668026c511f3 (1 commits)
2019-04-12 mtklein@google.com always zero SkMallocPixelRefs

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 15:46:25 -04:00
skia-flutter-autoroll
988ec1512e Roll src/third_party/skia 1fe0b86f17f3..1875353110d1 (5 commits) (flutter/engine#8580)
https://skia.googlesource.com/skia.git/%2Blog/1fe0b86f17f3..1875353110d1

git log 1fe0b86f17f3bd20fb4ecbf04df6b4ded785255f..1875353110d12bda6374d099a159937fad48de72 --date=short --no-merges --format=%ad %ae %s
2019-04-15 benjaminwagner@google.com Add LenovoYogaC630 (Win arm64 bot)
2019-04-15 reed@google.com removed localmatrix getter
2019-04-15 brianosman@google.com Extend --writeShaders to output SPIR-V
2019-04-12 egdaniel@google.com Add callback to flush for knowing when gpu is finished work.
2019-04-12 robertphillips@google.com Plumb sk_sp through the GrOpList class hierarchy

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 12:17:25 -04:00
skia-flutter-autoroll
88ed68f34d Roll src/third_party/skia e1c5ea6779f4..1fe0b86f17f3 (1 commits) (flutter/engine#8579)
https://skia.googlesource.com/skia.git/%2Blog/e1c5ea6779f4..1fe0b86f17f3

git log e1c5ea6779f431023c54e801c662723b3547381a..1fe0b86f17f3bd20fb4ecbf04df6b4ded785255f --date=short --no-merges --format=%ad %ae %s
2019-04-12 robertphillips@google.com Remove some unused GrSurfaceProxy methods

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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 08:46:24 -04:00
skia-flutter-autoroll
2419db38e1 Roll src/third_party/skia 3611ee1bb157..e1c5ea6779f4 (3 commits) (flutter/engine#8578)
https://skia.googlesource.com/skia.git/%2Blog/3611ee1bb157..e1c5ea6779f4

git log 3611ee1bb157469ab8f4904cd2261dfdc7dee6b6..e1c5ea6779f431023c54e801c662723b3547381a --date=short --no-merges --format=%ad %ae %s
2019-04-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cfc73cc1af5e..065f8dc35f9d (12 commits)
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 6506f553b36c..b2d31144d9af (500 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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 04:33:24 -04:00
skia-flutter-autoroll
5cd8d37d2d Roll src/third_party/skia c9f55de2ed39..3611ee1bb157 (1 commits) (flutter/engine#8577)
https://skia.googlesource.com/skia.git/%2Blog/c9f55de2ed39..3611ee1bb157

git log c9f55de2ed394b278b29c3b9bf686e3c30493734..3611ee1bb157469ab8f4904cd2261dfdc7dee6b6 --date=short --no-merges --format=%ad %ae %s
2019-04-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 13f230772370..64b761a8af9b (23 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 (herb@google.com), and stop
the roller if necessary.
2019-04-15 01:04:24 -04:00
skia-flutter-autoroll
c5e12144ee Roll src/third_party/skia b5e57e9a3d0f..c9f55de2ed39 (1 commits) (flutter/engine#8576)
https://skia.googlesource.com/skia.git/%2Blog/b5e57e9a3d0f..c9f55de2ed39

git log b5e57e9a3d0f94c0376b44a9ebc6b09b8a3771e8..c9f55de2ed394b278b29c3b9bf686e3c30493734 --date=short --no-merges --format=%ad %ae %s
2019-04-13 herb@google.com Inline computeHinting

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 (herb@google.com), and stop
the roller if necessary.
2019-04-14 15:34:24 -04:00
skia-flutter-autoroll
ad437b4cd1 Roll src/third_party/skia 5c6b565bdfb9..b5e57e9a3d0f (1 commits) (flutter/engine#8575)
https://skia.googlesource.com/skia.git/%2Blog/5c6b565bdfb9..b5e57e9a3d0f

git log 5c6b565bdfb90f0ad0309de09947cb3234f43835..b5e57e9a3d0f94c0376b44a9ebc6b09b8a3771e8 --date=short --no-merges --format=%ad %ae %s
2019-04-14 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 (herb@google.com), and stop
the roller if necessary.
2019-04-14 05:43:24 -04:00
skia-flutter-autoroll
e3d8cbf665 Roll src/third_party/skia 12cf258193dc..5c6b565bdfb9 (1 commits) (flutter/engine#8573)
https://skia.googlesource.com/skia.git/%2Blog/12cf258193dc..5c6b565bdfb9

git log 12cf258193dc2b92c19fafefde28265f1201f578..5c6b565bdfb90f0ad0309de09947cb3234f43835 --date=short --no-merges --format=%ad %ae %s
2019-04-14 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 (herb@google.com), and stop
the roller if necessary.
2019-04-14 02:15:07 -04:00
skia-flutter-autoroll
7fcf370084 Roll src/third_party/skia 33233a09fef8..12cf258193dc (1 commits) (flutter/engine#8572)
https://skia.googlesource.com/skia.git/%2Blog/33233a09fef8..12cf258193dc

git log 33233a09fef8f848164895d66e7f7731265239da..12cf258193dc2b92c19fafefde28265f1201f578 --date=short --no-merges --format=%ad %ae %s
2019-04-13 herb@google.com Revert "Convert the CPU mask case to use prepareForDrawing"

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-13 20:50:24 -04:00
skia-flutter-autoroll
8919af73ee Roll src/third_party/skia 69f54f8f0f22..33233a09fef8 (1 commits) (flutter/engine#8571)
https://skia.googlesource.com/skia.git/%2Blog/69f54f8f0f22..33233a09fef8

git log 69f54f8f0f22a88567ef1a602e1c3beec69972e4..33233a09fef8f848164895d66e7f7731265239da --date=short --no-merges --format=%ad %ae %s
2019-04-11 herb@google.com Reland "Convert the CPU path case to use prepareForDrawing"

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-13 09:26:24 -04:00
skia-flutter-autoroll
a8ce72f7b3 Roll src/third_party/skia 990bfc785891..69f54f8f0f22 (1 commits) (flutter/engine#8570)
https://skia.googlesource.com/skia.git/%2Blog/990bfc785891..69f54f8f0f22

git log 990bfc78589117325ce56d18afdfab303c830492..69f54f8f0f22a88567ef1a602e1c3beec69972e4 --date=short --no-merges --format=%ad %ae %s
2019-04-13 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-13 02:17:24 -04:00
Chris Bracken
e7bd1767be Add null check in FLETextInputPlugin (flutter/engine#8538)
Adds a guard on `_activeClientID` in `insertNewline:`. The conditional
around the `insertText:replacementRange:` call already catches this, but
we then unconditionally pack `_activeClientID` into an `NSArray`, which
disallows nil.
2019-04-12 21:10:23 -07:00
skia-flutter-autoroll
5d2a294ba2 Roll src/third_party/skia e62bf561638c..990bfc785891 (2 commits) (flutter/engine#8569)
https://skia.googlesource.com/skia.git/%2Blog/e62bf561638c..990bfc785891

git log e62bf561638c60550c35e81b1606843ed74bcfef..990bfc78589117325ce56d18afdfab303c830492 --date=short --no-merges --format=%ad %ae %s
2019-04-12 herb@google.com Convert SkGlyph::toMask() to SkGlyph::mask()
2019-04-11 reed@google.com add utility for caching char2glyph

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 22:33:24 -04:00
skia-flutter-autoroll
dc2b1ce051 Roll src/third_party/skia 8be917af4313..e62bf561638c (5 commits) (flutter/engine#8568)
https://skia.googlesource.com/skia.git/%2Blog/8be917af4313..e62bf561638c

git log 8be917af4313f6021b9b8e5d2b3f4d5712967aa9..e62bf561638c60550c35e81b1606843ed74bcfef --date=short --no-merges --format=%ad %ae %s
2019-04-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-11 herb@google.com Convert the CPU mask case to use prepareForDrawing
2019-04-12 herb@google.com Revert "Convert the CPU path case to use prepareForDrawing"
2019-04-12 michaelludwig@google.com Remove debug quadType() checks
2019-04-12 michaelludwig@google.com Support domain clamping and transform matrices in YUVToRGB effects

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 19:03:24 -04:00
Kaushik Iska
f9648fe057 Revert Versions API (flutter/engine#7828)
* Revert "Fix versions implementation (#7726)"

This reverts commit 82b3db052387161a8eed5f98f08080f1a60b7dfb.

* Revert "Expose the Flutter engine, Dart and Skia versions to Dart. (#7634)"

This reverts commit ec6f6c35b36548a2cf745c0a4b3cb8e5b6ee0e72.

* remove namespace shell stuff

* fix format

* fix licenses
2019-04-12 14:23:13 -07:00
Matt Carroll
8b4adba352 Android Embedding PR29: Improve FlutterFragment construction API + engine config API. (flutter/engine#8540) 2019-04-12 13:19:05 -07:00
skia-flutter-autoroll
848a95a140 Roll src/third_party/skia 25071cc52b4b..8be917af4313 (6 commits) (flutter/engine#8564)
https://skia.googlesource.com/skia.git/%2Blog/25071cc52b4b..8be917af4313

git log 25071cc52b4bc5858d812d2aa10983bdbe3b9eef..8be917af4313f6021b9b8e5d2b3f4d5712967aa9 --date=short --no-merges --format=%ad %ae %s
2019-04-11 herb@google.com Convert the CPU path case to use prepareForDrawing
2019-04-12 benjaminwagner@google.com Factor common SSH logic into a new flavor.
2019-04-12 reed@google.com remove dead code from old factories, enum
2019-04-11 mtklein@google.com replace Sk4px with SkVx in SkBlitter_ARGB32
2019-04-12 brianosman@google.com GLSL editing in Viewer
2019-04-12 michaelludwig@google.com Make sure local rects are sorted post-clipping

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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-12 15:34:24 -04:00
Chris Bracken
e4cca1bd56 Remove unused import in FlutterActivityDelegate (flutter/engine#8563)
android.app.UiModeManager is unused in FlutterActivityDelegate.
2019-04-12 11:17:57 -07:00
Diego Ballesteros Villamizar
9d9892d005 Add missing <memory> include to text_input_model.h (flutter/engine#8562)
text_input_model.h uses std::unique_ptr but does not include the memory header.
2019-04-12 10:48:11 -07:00