5887 Commits

Author SHA1 Message Date
Chinmay Garde
2b4e6ce82b Merge flutter/synchronization contents into fml. (flutter/engine#8525)
When flutter/synchronization was first authored, we did not own fml (it was called fxl then). Now we do, so use a single spot for such utilities. The pipeline was meant to be a general purpose utility that was only ever used by the animator (it even has animator specific tracing), so move that to shell instead (where the animator resides).
2019-04-09 19:18:51 -07:00
liyuqian
5ba50544fb Add windows host_debug_unopt build (flutter/engine#8515)
The issue with gn --unoptimized seems to be solved in the ToT engine, buildroot, or depot_tools.

The added test makes sure that it won't be broken again for non-Google windows machines.
2019-04-09 18:49:02 -07:00
Chinmay Garde
72111314cb Remove redundant specification of the |flutter| namespace in the engine. (flutter/engine#8523) 2019-04-09 17:50:06 -07:00
Chinmay Garde
4dd267959f Rename the shell namespace to flutter. (flutter/engine#8520) 2019-04-09 17:10:46 -07:00
Chinmay Garde
2217a3a42d Support message loops whose tasks are executed concurrently. (flutter/engine#8419)
The number of workers depends on what the platform deem appropriate for the system at runtime.
2019-04-09 17:03:41 -07:00
skia-flutter-autoroll
d4462e05a2 Roll src/third_party/skia de8362c6f212..10bf7020aa15 (5 commits) (flutter/engine#8522)
https://skia.googlesource.com/skia.git/%2Blog/de8362c6f212..10bf7020aa15

git log de8362c6f212b42b03de66a58df29272cb3081be..10bf7020aa154dfbd024df40a33c8f39e5264a47 --date=short --no-merges --format=%ad %ae %s
2019-04-09 jvanverth@google.com Add non-AA support to OvalFactoryOps.
2019-04-09 ethannicholas@google.com ComposeShader GPU implementations
2019-04-09 jvanverth@google.com Add RG format to Metal
2019-04-09 mtklein@google.com extract ToolUtils::colortype_depth()
2019-04-09 bungeman@google.com Build HarfBuzz with multi-thread support.

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-09 19:27:24 -04:00
Matt Carroll
1131442152 Android Embedding PR27: Fix SurfaceView flicker in Fragment transactions (flutter/engine#8504) 2019-04-09 13:45:25 -07:00
Chinmay Garde
e1622af4b5 Remove the unused EnableBlink flag. (flutter/engine#8518)
This used to be when we had two text shaping engines.
2019-04-09 13:26:48 -07:00
skia-flutter-autoroll
ee0388a27e Roll src/third_party/skia b5d8c634f95b..de8362c6f212 (14 commits) (flutter/engine#8519)
https://skia.googlesource.com/skia.git/%2Blog/b5d8c634f95b..de8362c6f212

git log b5d8c634f95b008882710cb27b6094b3f69d1a85..de8362c6f212b42b03de66a58df29272cb3081be --date=short --no-merges --format=%ad %ae %s
2019-04-09 mtklein@google.com remove DMJsonWriter::AddTestFailure
2019-04-09 bsalomon@google.com Temporarily make TransferPixelsFromTest read BGRA as RGBA on ES.
2019-04-09 reed@google.com remove def of colorfilter flag
2019-04-09 reed@google.com New factories for SkShaders
2019-04-09 nifong@google.com full collection of externs
2019-04-08 herb@google.com Reland "Handle translating blob to origin in bulk"
2019-04-09 halcanary@google.com SkPDF: move annotations away from device.
2019-04-09 mtklein@google.com some refactoring ideas
2019-04-09 ethannicholas@google.com SkSL 'key' variables can now be controlled by 'when' expressions
2019-04-09 fmalita@chromium.org Revert "[skottie] More snug kTop Shaper alignment"
2019-04-09 halcanary@google.com SkPDF: remove unused field
2019-04-09 egdaniel@google.com Fix to barrier batching.
2019-04-09 mtklein@google.com --parameters -> --properties
2019-04-09 michaelludwig@google.com Detect simpler quad type 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-09 16:03:24 -04:00
Chinmay Garde
1fd28a143a Rename the blink namespace to flutter. (flutter/engine#8517)
Some components in the Flutter engine were derived from the forked blink codebase. While the forked components have either been removed or rewritten, the use of the blink namespace has mostly (and inconsistently) remained. This renames the blink namesapce to flutter for consistency. There are no functional changes in this patch.
2019-04-09 12:44:42 -07:00
liyuqian
e0ebbb9320 Add trace events for creating minikin fonts (flutter/engine#8477)
Creating fonts can take a long time (50ms+) during frame build in the UI
thread.  Trace them to help us understand when it's causing a jank.
2019-04-09 10:21:12 -07:00
skia-flutter-autoroll
acefd0b48c Roll src/third_party/skia 9a7c7be15969..b5d8c634f95b (11 commits) (flutter/engine#8513)
https://skia.googlesource.com/skia.git/%2Blog/9a7c7be15969..b5d8c634f95b

git log 9a7c7be15969e1e0bad0b7a5c6bb40e254265838..b5d8c634f95b008882710cb27b6094b3f69d1a85 --date=short --no-merges --format=%ad %ae %s
2019-04-08 reed@google.com remove guard for bitmap shader api
2019-04-09 bsalomon@google.com Add support for importing GL_R16F for YUVA promise images
2019-04-04 martin@mainframe.co.uk add missing shared lib visibility macros
2019-04-09 herb@google.com Revert "Handle translating blob to origin in bulk"
2019-04-09 herb@google.com Revert "Reland "Do not use sub-pixel positioning for source space""
2019-04-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 36eeb1311a72..0da672fc2c69 (1 commits)
2019-04-09 herb@google.com Reland "Add maxDimension() to glyph"
2019-04-09 herb@google.com Reland "Do not use sub-pixel positioning for source space"
2019-04-08 brianosman@google.com Shader serialization experiment (with Mali Offline Compiler analysis)
2019-04-09 reed@google.com Revert "Do not use sub-pixel positioning for source space"
2019-04-09 reed@google.com Revert "Add maxDimension() to glyph"

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-09 12:40:24 -04:00
reed-at-google
3781ec167c switch to newer APIs for shaders and filters (flutter/engine#8511)
* switch to newer APIs for shaders and filters

* fix formatting
2019-04-09 11:00:36 -04:00
skia-flutter-autoroll
957cd6c332 Roll src/third_party/skia 097e77cd3ba0..9a7c7be15969 (1 commits) (flutter/engine#8512)
https://skia.googlesource.com/skia.git/%2Blog/097e77cd3ba0..9a7c7be15969

git log 097e77cd3ba09f7b81025ecd52d73fa5511e9161..9a7c7be15969e1e0bad0b7a5c6bb40e254265838 --date=short --no-merges --format=%ad %ae %s
2019-04-09 robertphillips@google.com Revert "Skip flush in GrDrawingManager if the specifed proxy doesn't have any work"

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-09 09:09:13 -04:00
skia-flutter-autoroll
5781e7c3d7 Roll src/third_party/skia 696e8dda3ca3..097e77cd3ba0 (1 commits) (flutter/engine#8510)
https://skia.googlesource.com/skia.git/%2Blog/696e8dda3ca3..097e77cd3ba0

git log 696e8dda3ca30438f440777bd17e69e5ccd748c1..097e77cd3ba09f7b81025ecd52d73fa5511e9161 --date=short --no-merges --format=%ad %ae %s
2019-04-09 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (egdaniel@google.com), and stop
the roller if necessary.
2019-04-09 05:26:34 -04:00
skia-flutter-autoroll
1503841c8a Roll src/third_party/skia 0ea414a08208..696e8dda3ca3 (3 commits) (flutter/engine#8509)
https://skia.googlesource.com/skia.git/%2Blog/0ea414a08208..696e8dda3ca3

git log 0ea414a082083f56ea2ab18828192d020b50e69f..696e8dda3ca30438f440777bd17e69e5ccd748c1 --date=short --no-merges --format=%ad %ae %s
2019-04-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4ba1911b2d7f..eba396cc66d3 (3 commits)
2019-04-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 90b1865e2a8b..82418c821689 (8 commits)
2019-04-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src afd96fdcf75a..79154509c679 (442 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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-09 01:56:52 -04:00
nathanrogersgoogle
fec21fa394 Route FlutterEventTracer events to Fuchsia tracing for Fuchsia (flutter/engine#8499)
When running on Fuchsia, "fml/trace_event.h" sends trace events towards
Fuchsia's tracing system, rather than its own |fml::tracing::*| one.  Do
the same thing for |FlutterEventTracer|, in order to unlock category
"skia" trace events when running on Fuchsia.

The reason this was not working before is because |FlutterEventTracer|
was directly using |fml::tracing::*| functions, rather than the
TRACE_EVENT_* macros.

In the future, we can look into having the skia event tracer enabled by
default on Fuchsia, controlling the presence of Skia events by
enabling/disabling the "skia" category, once we measure the performance
cost of doing so.
2019-04-08 22:54:06 -04:00
David Worsham
cea8ea0b36 [scenic] Remove unused mozart.internal (flutter/engine#8496) 2019-04-08 19:49:59 -07:00
skia-flutter-autoroll
481e5095c7 Roll src/third_party/skia 2f08a4043b26..0ea414a08208 (2 commits) (flutter/engine#8506)
https://skia.googlesource.com/skia.git/%2Blog/2f08a4043b26..0ea414a08208

git log 2f08a4043b26370aa24f713f5960433af8dd398f..0ea414a082083f56ea2ab18828192d020b50e69f --date=short --no-merges --format=%ad %ae %s
2019-04-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-08 fmalita@chromium.org [skottie] More snug kTop Shaper alignment

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-08 22:27:35 -04:00
freiling
6b46bad4ce [scenic][SCN-1054] remove dangling uses of SetTranslationRH (flutter/engine#8503)
Looks like someone added a new use of the method while I was waiting for flutter
to roll. nuking the last instance so i can move forward with deprecating and
removing it.
2019-04-08 16:32:26 -07:00
Chinmay Garde
650a39ae7d Get rid of the macro for accessing the current test name. (flutter/engine#8500) 2019-04-08 16:11:21 -07:00
skia-flutter-autoroll
8431c538d5 Roll src/third_party/skia 6b797fec83f0..2f08a4043b26 (8 commits) (flutter/engine#8501)
https://skia.googlesource.com/skia.git/%2Blog/6b797fec83f0..2f08a4043b26

git log 6b797fec83f05cd1c57e0d5505a0f69b9f753c78..2f08a4043b26370aa24f713f5960433af8dd398f --date=short --no-merges --format=%ad %ae %s
2019-04-08 gkaiser@google.com examples: Avoid undefined behavior
2019-04-08 reed@google.com undef guard for bitmap shader
2019-04-08 reed@google.com Introduce new factory for SkColorFilters
2019-04-08 herb@google.com Add maxDimension() to glyph
2019-04-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-08 csmartdalton@google.com Disable output swizzling from GrDisableColorXP
2019-04-08 brianosman@google.com Update SPIRV caching to use SkWriter32/SkReader32 and allow inspection
2019-04-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 99740cdf2835..36eeb1311a72 (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 (egdaniel@google.com), and stop
the roller if necessary.
2019-04-08 19:05:34 -04:00
Chinmay Garde
7e10548a2e Wire up support for Dart fixtures in shell_unittests. (flutter/engine#8497) 2019-04-08 15:36:07 -07:00
Matt Carroll
fbf51888c6 Android Embedding PR26: Offer an async version of FlutterMain's ensure initialization complete. (flutter/engine#8465) 2019-04-08 14:46:41 -07:00
skia-flutter-autoroll
ffba3b9caa Roll src/third_party/skia 602df41025ea..6b797fec83f0 (19 commits) (flutter/engine#8494)
https://skia.googlesource.com/skia.git/%2Blog/602df41025ea..6b797fec83f0

git log 602df41025eadb33e872d0314c340d526c740183..6b797fec83f05cd1c57e0d5505a0f69b9f753c78 --date=short --no-merges --format=%ad %ae %s
2019-04-08 brianosman@google.com Simplify persistent cache code, make GLSL easier for tools to access
2019-04-08 csmartdalton@google.com Add a mustWriteToFragColor() workaround flag
2019-04-08 bsalomon@google.com Start on supporting transfer from GrSurface.
2019-04-08 reed@google.com add flag to stage API change
2019-04-08 herb@google.com Do not use sub-pixel positioning for source space
2019-04-08 reed@google.com extend guard to makeAsALocalMatrixShader for google3
2019-04-08 halcanary@google.com SkPDF: device to use SkTCopyOnFirstWrite<SkPaint>
2019-04-08 nifong@google.com add SkpFilePlayer to externs
2019-04-08 reed@google.com add makeShader() to SkBitmap, and deprecate SkShader version
2019-04-08 herb@google.com Handle translating blob to origin in bulk
2019-04-08 robertphillips@google.com Skip flush in GrDrawingManager if the specifed proxy doesn't have any work
2019-04-08 kjlubick@google.com Initialize unfilled textures based on GrCaps
2019-04-08 michaelludwig@google.com Reland "Support clip masks for SaveLayerRec and drawSpecial in Ganesh"
2019-04-08 ethannicholas@google.com Revert "Reland "Revert "Reland "GPU support for SkMixers""""
2019-04-08 reed@google.com Revert "Revert "Move localmatrix routines to shaderbase, no need to be public.""
2019-04-08 ethannicholas@google.com fixed ArithmeticImageFilter input type
2019-04-07 nigeltao@google.com Update Wuffs version
2019-04-08 mtklein@google.com fm_bot: look for and explain too-late flags
2019-04-08 reed@google.com Reland "Revert "Move localmatrix routines to shaderbase, no need to be public.""

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-08 15:41:35 -04:00
Will Larche
a31aeb7b77 [Docs] Correcting link to contributing guide. (flutter/engine#8472) 2019-04-08 11:32:22 -07:00
KyleWong
c7754e142b Refactor ios play input sound logic. (flutter/engine#7783)
As there are extra requirement to use playInputClick in iOS, use AudioServicesPlaySystemSound instead to play input sound.
2019-04-08 11:31:23 -07:00
Hugo
c80b91dcde Add Locale.toLanguageTag() (flutter/engine#8421)
Adds `Locale.toLanguageTag()`, which returns a valid Unicode Locale Identifier
using underscores as separator that can be reliably parsed.
2019-04-08 11:21:19 -07:00
Alan Doubleday
b07ae25f0a Support ContextWrapper when FlutterView is instantiated within a Fragment. (flutter/engine#7776) 2019-04-08 10:30:36 -07:00
skia-flutter-autoroll
f583179b54 Roll src/third_party/skia 053b2939938c..602df41025ea (21 commits) (flutter/engine#8492)
https://skia.googlesource.com/skia.git/%2Blog/053b2939938c..602df41025ea

git log 053b2939938ca55cbc7aa1457628c4c3a1bcd7fa..602df41025eadb33e872d0314c340d526c740183 --date=short --no-merges --format=%ad %ae %s
2019-04-08 robertphillips@google.com Reduce the number of flush entry points
2019-04-08 kjlubick@google.com [pathkit] build with newer emscripten
2019-04-05 reed@google.com Revert "Revert "Move localmatrix routines to shaderbase, no need to be public.""
2019-04-08 mtklein@google.com fix -script parsing
2019-04-06 masonfreed@chromium.org Added the ability to set the entire matrix at once
2019-03-26 jvanverth@google.com Enable fixed tests on Metal
2019-04-08 robertphillips@google.com Reland "Revert "Reland "GPU support for SkMixers"""
2019-04-08 ethannicholas@google.com Revert "Revert "Reland "GPU support for SkMixers"""
2019-04-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fb201c5e208d..90b1865e2a8b (10 commits)
2019-04-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3e2882be2dde..afd96fdcf75a (504 commits)
2019-04-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 0e3d328ac338..4ba1911b2d7f (14 commits)
2019-04-07 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-04-07 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
2019-04-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-05 masonfreed@chromium.org Made the fTypeMask field non-lazily computed.
2019-04-05 michaelludwig@google.com Revert "Support clip masks for SaveLayerRec and drawSpecial in Ganesh"
2018-05-07 halcanary@google.com SkString: simplify impl
2019-04-05 khushalsagar@chromium.org remote fonts: Validate format on deserialized glyph.
2019-04-05 jvanverth@google.com Fix WritePixels and ReadPixels for MacOS Metal

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-08 12:11:47 -04:00
Brian Osman
015b815d0f Remove unused variable (flutter/engine#8490) 2019-04-08 11:02:11 -04:00
David Worsham
0e76733763 Add Views V2 support for Fuchsia (flutter/engine#8115) 2019-04-07 01:18:59 -07:00
liyuqian
ad93320b66 Initialize OpacityLayer's matrix to identity (flutter/engine#8467)
Should have https://github.com/flutter/flutter/issues/30586 fixed once the engine rolls.
2019-04-05 18:34:05 -07:00
Matt Carroll
d2c9597a7f Android Embedding PR25: Prevent black rectangle when launching FlutterActivity (flutter/engine#8460) 2019-04-05 15:59:12 -07:00
Chinmay Garde
772798ca7c Document the leak_vm flag. (flutter/engine#8462) 2019-04-05 15:37:14 -07:00
Chinmay Garde
b330816fdd Log the correct function on error in the embedder. (flutter/engine#8461) 2019-04-05 15:16:07 -07:00
Dan Field
812955c39d Improve path metrics tests and docs (flutter/engine#7851)
* Improve path metrics tests and docs
2019-04-05 13:58:46 -07:00
Chinmay Garde
19d5a39d24 Enable shutting down all root isolates in a VM. (flutter/engine#8457)
This reverts commit 9cd2e8351c47b7a78c1005341f4b5e1a2f125695.
2019-04-05 13:34:40 -07:00
skia-flutter-autoroll
1be3b46582 Roll src/third_party/skia 0e35ce27e0e9..053b2939938c (10 commits) (flutter/engine#8458)
https://skia.googlesource.com/skia.git/%2Blog/0e35ce27e0e9..053b2939938c

git log 0e35ce27e0e933bdca908d8d772ef156ee6cbbb2..053b2939938ca55cbc7aa1457628c4c3a1bcd7fa --date=short --no-merges --format=%ad %ae %s
2019-04-05 michaelludwig@google.com Support clip masks for SaveLayerRec and drawSpecial in Ganesh
2019-04-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-04-05 halcanary@google.com SkPDF: Add regression benchmark for multiple path clips
2019-04-05 nifong@google.com Add helper for loading files, use let
2019-04-05 kjlubick@google.com [canvaskit] Bump GPU resource cache to 256MB
2019-04-05 mtklein@google.com update SkMallocPixelRef docs
2019-04-05 kjlubick@google.com [CanvasKit] Add basic support for SkPicture
2019-04-05 fmalita@chromium.org [skottie] Add support for pre-decoding images at load time
2019-04-05 brianosman@google.com Always mark bitmap glyph runs as such, to ensure they are properly regenerated
2019-04-04 bsalomon@google.com Blacklist mobi_wsj.skp on IntelIris 540 and 655

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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-05 16:10:34 -04:00
Matt Carroll
7f4451fbbe Android Embedding PR24: Allow FlutterActivity to provide an engine, also adjust FlutterFragment timing to avoid Activity launch lag. (flutter/engine#8448) 2019-04-05 13:04:17 -07:00
liyuqian
29adfa5060 More detailed comments for engine build windows VM (flutter/engine#8456)
To make it clearer what the next step is after the script run.
2019-04-05 11:01:27 -07:00
skia-flutter-autoroll
a0aadc7f69 Roll src/third_party/skia 558637996569..0e35ce27e0e9 (11 commits) (flutter/engine#8454)
https://skia.googlesource.com/skia.git/%2Blog/558637996569..0e35ce27e0e9

git log 558637996569eb53c18ffd7f8ca553bc5d1f4a6a..0e35ce27e0e933bdca908d8d772ef156ee6cbbb2 --date=short --no-merges --format=%ad %ae %s
2019-04-05 robertphillips@google.com Favor full screen clears for platforms that desire initialized memory
2019-04-05 reed@google.com Revert "Move localmatrix routines to shaderbase, no need to be public."
2019-02-19 herb@google.com Use canonical colors for luminance color
2019-04-04 reed@google.com Move localmatrix routines to shaderbase, no need to be public.
2019-04-05 robertphillips@google.com checkCommandBuffers when skipping a submit in submitCommandBuffer
2019-03-18 mtklein@google.com lift main-thread limit on iOS bots
2019-04-05 nigeltao@google.com Rewrite some SkWuffsCodec designated initializers
2019-04-05 brianosman@google.com Use GrGLenum consistently for cached program binaryFormat
2019-04-04 jvanverth@google.com Some more Metal memory fixes.
2019-04-04 jvanverth@google.com Add mm files to cmake sources
2019-04-05 robertphillips@google.com Stop using pendingIO in read/writeSurfacePixels (take 2)

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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-05 12:44:26 -04:00
skia-flutter-autoroll
c14df9c5f5 Roll src/third_party/skia 604d5a3fca01..558637996569 (1 commits) (flutter/engine#8452)
https://skia.googlesource.com/skia.git/%2Blog/604d5a3fca01..558637996569

git log 604d5a3fca0166c1a4da3f199668e641b2ce8945..558637996569eb53c18ffd7f8ca553bc5d1f4a6a --date=short --no-merges --format=%ad %ae %s
2019-04-04 robertphillips@google.com Disable the TextureStripAtlasManagerColorFilterTest on MoltenVK

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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-05 08:54:55 -04:00
skia-flutter-autoroll
094c974b68 Roll src/third_party/skia 1f58a8e457ba..604d5a3fca01 (1 commits) (flutter/engine#8451)
https://skia.googlesource.com/skia.git/%2Blog/1f58a8e457ba..604d5a3fca01

git log 1f58a8e457baef95ebf081d673859410e6e6c635..604d5a3fca0166c1a4da3f199668e641b2ce8945 --date=short --no-merges --format=%ad %ae %s
2019-04-05 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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-05 05:12:55 -04:00
skia-flutter-autoroll
a8c7ada577 Roll src/third_party/skia b0ababfe5ad2..1f58a8e457ba (3 commits) (flutter/engine#8450)
https://skia.googlesource.com/skia.git/%2Blog/b0ababfe5ad2..1f58a8e457ba

git log b0ababfe5ad2bddf4b900991cbc5ba8e6c9040b4..1f58a8e457baef95ebf081d673859410e6e6c635 --date=short --no-merges --format=%ad %ae %s
2019-04-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 43997017b0ed..fb201c5e208d (6 commits)
2019-04-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3ae962179e68..3e2882be2dde (447 commits)
2019-04-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 225a13016b1c..0e3d328ac338 (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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-05 01:42:54 -04:00
skia-flutter-autoroll
916cd13668 Roll src/third_party/skia 51874e3e3712..b0ababfe5ad2 (1 commits) (flutter/engine#8449)
https://skia.googlesource.com/skia.git/%2Blog/51874e3e3712..b0ababfe5ad2

git log 51874e3e371230e2cc02912ed0c9ddb569e48532..b0ababfe5ad2bddf4b900991cbc5ba8e6c9040b4 --date=short --no-merges --format=%ad %ae %s
2019-04-04 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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-04 22:13:54 -04:00
liyuqian
6dafe90543 Add scripts that prepares our windows VM image (flutter/engine#8446)
Have this script reviewed and committed to our repo for our future reference.

This prepares the VM used in https://github.com/flutter/engine/pull/8442

Once our Docker container is tested in GKE (after Kubernetes 1.14 is ready), I'll also upload Dockefiles and its related scripts here.
2019-04-04 17:28:03 -07:00
xster
6815c85282 Make sure FlutterViewController flushs all pending touches when no longer active (flutter/engine#8400) 2019-04-04 16:22:37 -07:00
skia-flutter-autoroll
489402144f Roll src/third_party/skia e4628b10722f..51874e3e3712 (2 commits) (flutter/engine#8445)
https://skia.googlesource.com/skia.git/%2Blog/e4628b10722f..51874e3e3712

git log e4628b10722f09adfb49943a43b9668fb9a02723..51874e3e371230e2cc02912ed0c9ddb569e48532 --date=short --no-merges --format=%ad %ae %s
2019-04-04 bungeman@google.com Allow selection of shaper wrapping algorithm.
2019-04-04 halcanary@google.com SkPDF: Use fewer complex PathOps to speed up 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 (jlavrova@google.com), and stop
the roller if necessary.
2019-04-04 18:46:54 -04:00
liyuqian
c8487c69ad Build windows engine on GCE (flutter/engine#8442)
This allows us to test windows engine compilation in presubmit checks using our own 32-CPU GCE instance for less than 10 minutes.
2019-04-04 13:19:35 -07:00