gabeschine
31cd2dfca2
Remove usage of fuchsia.modular.Clipboard. ( #13763 )
...
It is deprecated and will go away.
2019-11-08 17:13:17 -08:00
Greg Spencer
e0b9a2bb23
Change wordBoundary to take dynamic temporarily ( #13765 )
...
Converting the argument to Paragraph.wordBoundary to dynamic temporarily until the framework code is converted to send a TextPosition instead of an int.
I'll submit this, then update the framework side to send a TextPosition, and expect a TextRange
or a List<int>, and then submit that, then I'll change this code to send a TextRange and take a TextPostion only, removing the dynamic here. Once that's done, I'll remove the code in the framework that expects a TextRange or a List<int>, and have it just expect a TextRange.
This is so that we can change the API without breaking the builds.
Landing on red to kick the engine builds.
2019-11-08 16:27:00 -08:00
skia-flutter-autoroll
a8f678e019
Roll fuchsia/sdk/core/mac-amd64 from KRali... to eq_Rz... ( #13766 )
...
Roll fuchsia/sdk/core/mac-amd64 from KRali... to eq_Rz...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-11-08 19:18:41 -05:00
skia-flutter-autoroll
b4a50d7ab1
Roll src/third_party/skia c88d1774ed50..4135cf0b57c2 (13 commits) ( #13764 )
...
https://skia.googlesource.com/skia.git/+log/c88d1774ed50..4135cf0b57c2
git log c88d1774ed50..4135cf0b57c2 --date=short --no-merges --format='%ad %ae %s'
2019-11-08 mtklein@google.com use round() instead of trunc() to f32->unorm
2019-11-08 jlavrova@google.com Yet another build fix
2019-11-08 mtklein@google.com rename to_i32 -> trunc, and add round
2019-11-08 mtklein@google.com avoid redundant clamps
2019-11-08 mtklein@google.com don't clamp alpha, it's already [0,1]
2019-11-08 mtklein@google.com native f32 min/max
2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-08 mtklein@google.com convert SkVMBlitter over to floats
2019-11-08 csmartdalton@google.com Always attach stencil buffers with exact sample count matches
2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-08 jlavrova@google.com Fixing no icu situation
2019-11-08 reed@google.com add flatten test to SkFont
2019-11-08 csmartdalton@google.com Defer stencil attachment until opsTask execution
Created with:
gclient setdep -r src/third_party/skia@4135cf0b57c2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-08 19:11:35 -05:00
Siva
0fce6905f3
Manual Dart roll fa4379946109467c8a48f20f19d83d7c72968a3e...d45c3d15cb3cea0104a87697c085259666eec528 ( #13761 )
...
dart-lang/sdk@d45c3d15cb [VM/nnbd] Make Nullability and NNBDMode class enums to avoid name conflicts.
dart-lang/sdk@cfec969eff Update dartdoc version to 0.29.1.
dart-lang/sdk@e3e0ef8548 Make explanations for unchanged types optional and disabled by default
dart-lang/sdk@e39b0f8d99 Disallow a deferred import of a library with extensions if any extensions are visible
dart-lang/sdk@9c983d2ee3 [cfe] Support extensions via prefix
dart-lang/sdk@5f5ce5d119 Include type parameter bounds into string expections for subtyping.
dart-lang/sdk@dc69edcdb3 NullabilityEliminator for removing nullabilities in legacy libraries.
dart-lang/sdk@7ad7e6202d Allow extensions imported with a prefix to be accessible
dart-lang/sdk@ea57b1e62c [VM/nnbd] Pass nullability when creating Class::DeclarationType.
2019-11-09 01:55:03 +02:00
Harry Terkelsen
2f69e38160
Implement Path.computeMetrics in the CanvasKit backend ( #13760 )
...
* Implement Path.computeMetrics in the CanvasKit backend
* Add license for path_metrics.dart
2019-11-08 15:53:42 -08:00
Jason Simmons
bf99efe65b
libtxt: pass an RTL bool flag instead of a bidiFlags enum to measureText ( #13736 )
...
Fixes https://github.com/flutter/flutter/issues/41086
2019-11-08 15:18:06 -08:00
Siva
af04338413
Manual roll of Dart e68ca9b652acdb642668a6acb5f630d5be6c03da...fa4379946109467c8a48f20f19d83d7c72968a3e ( #13756 )
...
dart-lang/sdk@fa43799461 [vm/bytecode] Check number of type arguments in non-generic closures
dart-lang/sdk@a01c3b464e Use TypeParameterElement(s) as free variables in FunctionType.toString().
dart-lang/sdk@9c4c49d9ee [vm/benchmarks] Reduce number of isolate spawn runs from 5 to 3.
dart-lang/sdk@e3aac9e25d Check more in LegacyTypeAsserter.
dart-lang/sdk@0957c13054 Check for null before dereferencing constraint text.
dart-lang/sdk@fd9f79c25d [cfe] Handle deferred explicit extension access
dart-lang/sdk@7c78ab75a5 Migration: allow already-migrated libraries to be opted in.
dart-lang/sdk@6317779f9b Simplify TestTypeProvider constructor.
dart-lang/sdk@7e8e66016a Migration: do not use `always` or `never` in already-migrated types.
dart-lang/sdk@e4a60912a7 [cfe] Use library's NNBD opt-in status while serializing supertypes
dart-lang/sdk@ee2efe8e58 [CFE] Add more incremental compiler tests, prepare for better invalidation strategy
dart-lang/sdk@5eaccc20ba [CFE] Incremental test suite now has expect files
dart-lang/sdk@ec0d042955 [infra] Support multiple named configurations in test infrastructure
dart-lang/sdk@b334ea8320 [dart2js] new-rti: experiment - fault in '$is' test
dart-lang/sdk@7a45228584 Use ElementsTypesMixin in TypeSystem tests.
dart-lang/sdk@ec519c3d16 [vm/aot] Disable bytecode in AOT compilation pipeline
dart-lang/sdk@f4780a6450 [vm] Late modifier for non-static final fields.
dart-lang/sdk@23770fcc6c [vm, gc] Increase HeapPage size to 512k; increase max heap size to 32GB.
2019-11-09 00:33:47 +02:00
Chris Yang
f5754357b6
Revert "Reland "Guarding EAGLContext used by Flutter #13314 " ( #13755 )" ( #13757 )
...
This reverts commit 618e6666ced77bf497311876fbe968c6b9d72041.
2019-11-08 13:44:29 -08:00
Ferhat
7413304c37
[web] Support gif/webp animations, Speed up image drawing in BitmapCanvas. ( #13748 )
...
* Add draw image test
* Optimize drawImageScaled
* optimize cloning in HtmlImage, implement drawImageRect using image tag
2019-11-08 12:52:01 -08:00
Chris Yang
618e6666ce
Reland "Guarding EAGLContext used by Flutter #13314 " ( #13755 )
2019-11-08 12:26:48 -08:00
Greg Spencer
f7e73b6236
Move TextRange from the framework to dart:ui. ( #13747 )
...
This removes TextRange from the framework and moves it to the engine, in preparation for using it to return text ranges from the text extent APIs, like Paragraph.getWordBoundary instead of a List<int>.
Also added new tests for TextRange.
2019-11-08 12:21:46 -08:00
skia-flutter-autoroll
9620273f05
Roll src/third_party/skia 8c1e265f6f81..c88d1774ed50 (7 commits) ( #13754 )
...
https://skia.googlesource.com/skia.git/+log/8c1e265f6f81..c88d1774ed50
git log 8c1e265f6f81..c88d1774ed50 --date=short --no-merges --format='%ad %ae %s'
2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-08 mtklein@google.com add SkColorTypeIsNormalized()
2019-11-08 jlavrova@google.com Font resolution: all unit tests working
2019-11-08 kjlubick@google.com [canvaskit] Expand SkAnimatedImage
2019-11-08 kjlubick@google.com [canvaskit] Fix null dereference when GrContext cannot be made
2019-11-08 egdaniel@google.com Handle failure to create VkRenderPasses in vulkan backend.
2019-11-08 mtklein@google.com Pre-flight SkTLS_pthread changes for C++17
Created with:
gclient setdep -r src/third_party/skia@c88d1774ed50
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-08 15:16:52 -05:00
Chris Yang
2036530c4d
Revert "Always use IOSGLContextSwitch to access EAGLContexts to prevent plugins from polluting Flutter's EAGLContext ( #13314 )" ( #13753 )
2019-11-08 10:59:45 -08:00
Chris Yang
bec554211b
Always use IOSGLContextSwitch to access EAGLContexts to prevent plugins from polluting Flutter's EAGLContext ( #13314 )
2019-11-08 10:02:23 -08:00
skia-flutter-autoroll
5f5713e339
Roll src/third_party/skia 99b558b594a1..8c1e265f6f81 (1 commits) ( #13751 )
...
https://skia.googlesource.com/skia.git/+log/99b558b594a1..8c1e265f6f81
git log 99b558b594a1..8c1e265f6f81 --date=short --no-merges --format='%ad %ae %s'
2019-11-08 mtklein@google.com remove redundant comparison ops
Created with:
gclient setdep -r src/third_party/skia@8c1e265f6f81
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-08 10:04:30 -05:00
skia-flutter-autoroll
b1a1dd6c6c
Roll fuchsia/sdk/core/mac-amd64 from H_5HL... to KRali... ( #13750 )
...
Roll fuchsia/sdk/core/mac-amd64 from H_5HL... to KRali...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-11-08 06:04:17 -05:00
skia-flutter-autoroll
9399645f8a
Roll src/third_party/skia 3fd426d19df3..99b558b594a1 (1 commits) ( #13749 )
...
https://skia.googlesource.com/skia.git/+log/3fd426d19df3..99b558b594a1
git log 3fd426d19df3..99b558b594a1 --date=short --no-merges --format='%ad %ae %s'
2019-11-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cc0919dcb64b..652dbfc63e70 (7 commits)
Created with:
gclient setdep -r src/third_party/skia@99b558b594a1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-08 04:51:31 -05:00
skia-flutter-autoroll
8928c30b30
Roll src/third_party/skia 76eaab6b8cef..3fd426d19df3 (1 commits) ( #13746 )
...
https://skia.googlesource.com/skia.git/+log/76eaab6b8cef..3fd426d19df3
git log 76eaab6b8cef..3fd426d19df3 --date=short --no-merges --format='%ad %ae %s'
2019-11-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 27a3d31d7a9d..d9ed1c2732ba (1 commits)
Created with:
gclient setdep -r src/third_party/skia@3fd426d19df3
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-08 00:59:22 -05:00
Chinmay Garde
7590336bbc
Create a new picture recorder even when the embedder supplied render target is recycled. ( #13744 )
...
The earlier assumption was that the render target would be re-materialized per frame. The render target needs its own picture recorder to be create per frame as well. When render targets are cached in the registry, an existing target will be reused. But submitting the previous frame would have discarded the recorder already. The layer tree paint would then attempt to dererence a null canvas causing a crash at runtime.
Added tests to ensure that this does not happen both with and without a custom compositor specified by the embedder. I am going to rework this code so that the external view embedders thinks of render target access on a per frame basis but that is a larger change. This smaller patchset should unblock broken builds.
Fixes b/144093523
2019-11-07 19:53:51 -08:00
skia-flutter-autoroll
6a1f093398
Roll src/third_party/skia 345a2735e2c8..76eaab6b8cef (18 commits) ( #13745 )
...
https://skia.googlesource.com/skia.git/+log/345a2735e2c8..76eaab6b8cef
git log 345a2735e2c8..76eaab6b8cef --date=short --no-merges --format='%ad %ae %s'
2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-08 csmartdalton@google.com Implement multisample "disable" in Vulkan
2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-07 mtklein@google.com Reland "hook up float comparisons to x86 JIT"
2019-11-07 herb@google.com Remove unused methods from SkStrike
2019-11-07 mtklein@google.com avoid the JIT on MSAN builds
2019-11-07 halcanary@google.com SkPDF/docs: note that Sfntly subsetter is deprecated
2019-11-07 herb@google.com One glyph() to rule them all!!!
2019-11-07 reed@google.com flesh out blendmodes through Screen
2019-11-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-07 robertphillips@google.com Use GrProgramInfo's primitiveType field
2019-11-07 mtklein@google.com Revert "hook up float comparisons to x86 JIT"
2019-11-07 egdaniel@google.com Add handling of failed framebuffer creation in vulkan.
2019-11-07 mtklein@google.com hook up float comparisons to x86 JIT
2019-11-07 mtklein@google.com gn format BUILD.gn
2019-11-07 robertphillips@google.com Add GrPrimitiveType to GrProgramInfo
2019-11-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1d09b983031b..cc0919dcb64b (8 commits)
Created with:
gclient setdep -r src/third_party/skia@76eaab6b8cef
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-07 21:06:31 -05:00
George Wright
14db93afa3
Only specify --no-link-platform when not specifying --aot, roll dart-lang sdk ( #13742 )
...
* Only specify --no-link-platform when --aot isn't specified
* [dart_roll] Update to e68ca9b652acdb642668a6acb5f630d5be6c03da
2019-11-07 17:48:14 -08:00
Ferhat
6ad57b0d57
Don't run engine tests under vm (causing warnings) ( #13737 )
2019-11-07 16:28:17 -08:00
Christopher Fujino
075eae5990
Switch to Cirrus Dockerfile as CI ( #13440 )
2019-11-07 15:37:07 -08:00
Matt Carroll
6fd58edd3e
Removed scary experimental warnings for new embedding. ( #44314 ) ( #13738 )
2019-11-07 22:54:10 +00:00
skia-flutter-autoroll
7ed9c9fc58
Roll src/third_party/skia f66ec5d69d04..345a2735e2c8 (1 commits) ( #13732 )
...
https://skia.googlesource.com/skia.git/+log/f66ec5d69d04..345a2735e2c8
git log f66ec5d69d04..345a2735e2c8 --date=short --no-merges --format='%ad %ae %s'
2019-11-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 215bc7949b35..27a3d31d7a9d (2 commits)
Created with:
gclient setdep -r src/third_party/skia@345a2735e2c8
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-07 17:11:16 -05:00
skia-flutter-autoroll
306dffa174
Roll fuchsia/sdk/core/mac-amd64 from r1tS4... to H_5HL... ( #13734 )
...
Roll fuchsia/sdk/core/mac-amd64 from r1tS4... to H_5HL...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-11-07 17:07:49 -05:00
liyuqian
629930e888
Prefer SchedulerBinding.addTimingsCallback ( #13728 )
...
This doc update solves our TODO in https://github.com/flutter/flutter/pull/43676/files#diff-6a35a9a692c9af7473ba1a0a74c979c8R223
2019-11-07 14:05:43 -08:00
Alexander Markov
ddceed5f7a
Cleanup obsolete --strong option of front-end server ( #13735 )
2019-11-07 13:34:55 -08:00
Ben Konyi
9113543f05
Roll src/third_party/dart bdd9e74afc..4b9638aaa1 (7 commits)
...
dart-lang/sdk@4b9638aaa1 [VM/nnbd] Use a single byte in snapshot to write flags and nullability of types.
dart-lang/sdk@f6efefc09c [dartdevc] Move the custom type test logic to patch files
dart-lang/sdk@1994c5c323 Improve error reporting in ID tests
dart-lang/sdk@e93bf30171 fix deprecated messages for implicit getters/setters
dart-lang/sdk@b647e327aa Fix an assertion to support migration of part files
dart-lang/sdk@335b85fea1 [nnbd_migration] for tool/trial_migration, accept interest argument.
dart-lang/sdk@3e3a926690 Fix spread and Set/Map literal disambiguation when NNBD.
2019-11-06 19:11:04 -08:00
skia-flutter-autoroll
c448d39d53
Roll src/third_party/skia 714f8cc3ff4b..f66ec5d69d04 (3 commits) ( #13729 )
...
https://skia.googlesource.com/skia.git/+log/714f8cc3ff4b..f66ec5d69d04
git log 714f8cc3ff4b..f66ec5d69d04 --date=short --no-merges --format='%ad %ae %s'
2019-11-07 rosasco@google.com No GL support on Fuchsia.
2019-11-06 csmartdalton@google.com Rename stencil face terminology to clockwise/counter-clockwise
2019-11-06 herb@google.com Allow more sub-pixel position bits
Created with:
gclient setdep -r src/third_party/skia@f66ec5d69d04
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-06 21:09:35 -05:00
skia-flutter-autoroll
d68c00947e
Roll fuchsia/sdk/core/mac-amd64 from 6Du8E... to r1tS4... ( #13726 )
...
Roll fuchsia/sdk/core/mac-amd64 from 6Du8E... to r1tS4...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-11-06 19:42:06 -05:00
Ben Konyi
34a40cfbfd
Roll src/third_party/dart c154677699..bdd9e74afc (3 commits)
...
dart-lang/sdk@bdd9e74afc Only distribute a single libtensorflowlite_c per distribution
dart-lang/sdk@c6919a6653 Add a test for issue 39254
dart-lang/sdk@89dd099cad Update TypeParameterElement.== as discussed, add tests.
2019-11-06 16:05:29 -08:00
skia-flutter-autoroll
3701083bbd
Roll src/third_party/skia 6790423f84ef..714f8cc3ff4b (8 commits) ( #13724 )
...
https://skia.googlesource.com/skia.git/+log/6790423f84ef..714f8cc3ff4b
git log 6790423f84ef..714f8cc3ff4b --date=short --no-merges --format='%ad %ae %s'
2019-11-06 mtklein@google.com add vcmpps
2019-11-06 herb@google.com Improve the dynamic range of SkPackedGlyphID ctor
2019-11-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-06 mtklein@google.com unnest matrix multiply
2019-11-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-06 jvanverth@google.com Fix issue with RenderPipelineDescriptor creation
2019-11-06 mtklein@google.com JIT splat(0) as xor
Created with:
gclient setdep -r src/third_party/skia@714f8cc3ff4b
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-06 17:15:43 -05:00
Mouad Debbar
abaa85a394
[web] Proper support for text field's obscureText ( #13722 )
2019-11-06 13:20:23 -08:00
Ben Konyi
2a8f6dca60
Roll src/third_party/dart 462a448ac8..c154677699 (2 commits)
...
dart-lang/sdk@c154677699 [vm] Handle trivial initializers for late fields
dart-lang/sdk@46ae3e4e7a [vm] not remove port if socket was listening by other isolates
2019-11-06 13:15:30 -08:00
George Wright
bc7a007978
Package fml_unittests in a .far file for fml unit tests on Fuchsia ( #13471 )
...
Add fml_tests target for the fml unit tests on Fuchsia
2019-11-06 13:01:54 -08:00
chunhtai
8ebb318401
Revert "Issues/39832 reland ( #13642 )" ( #13720 )
...
This reverts commit 1bfb928e071674a21779cee94908fbcae1c2e657.
2019-11-06 11:41:36 -08:00
Chinmay Garde
d59b1583b0
Ensure that the device pixel ratio is taken into account with window metrics in physical pixels. ( #13708 )
...
This was originally patched in https://github.com/flutter/engine/pull/13193 but
the unit-tests were written under the mistaken assumption (that has been
documented already) that the Flutter window metrics used logical pixel
coordinates. That mistake has been corrected and additional tests to verify
rendering intent has been added.
Fixes https://github.com/flutter/flutter/issues/43906
Fixes https://b.corp.google.com/issues/143529469
2019-11-06 11:16:18 -08:00
Jason Simmons
47579164ad
Fix NPE in splash screen lookup ( #13719 )
2019-11-06 10:31:41 -08:00
skia-flutter-autoroll
9358e7527c
Roll src/third_party/skia 6e54a299cce9..6790423f84ef (11 commits) ( #13718 )
...
https://skia.googlesource.com/skia.git/+log/6e54a299cce9..6790423f84ef
git log 6e54a299cce9..6790423f84ef --date=short --no-merges --format='%ad %ae %s'
2019-11-06 bsalomon@google.com fix tolerance in read pixels tests
2019-11-06 robertphillips@google.com Revert "Fully delineate GL usage w/ skia_use_gl"
2019-11-06 mtklein@google.com guard all SkVMBlitter debug features together
2019-11-06 nifong@google.com find min and max, separared by comma. not minmax.
2019-11-06 nigeltao@google.com Inline SkWuffsCodec::readFrames
2019-11-06 rosasco@google.com Fully delineate GL usage w/ skia_use_gl
2019-11-06 borenet@google.com [infra] Remove Calmbench and ParentRevision bots
2019-11-06 nifong@google.com Record min and max frame times from skpbench in perf
2019-11-06 egdaniel@google.com Have vulkan command and descriptor sets handle failed creation.
2019-11-06 bungeman@google.com Reland "Fix empty run handling in trivial shaper iterators"
2019-11-06 michaelludwig@google.com Combine mask and edge distance in TessellationHelper
Created with:
gclient setdep -r src/third_party/skia@6790423f84ef
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-06 13:21:25 -05:00
Ben Konyi
b37ee31f7e
Roll src/third_party/dart 24f1f313a2..462a448ac8 (2 commits)
...
dart-lang/sdk@462a448ac8 [cfe] Integrate definite assignment, nullability and type promotion analysis
dart-lang/sdk@cfe29c45fd [doc/ffi] Update API docs message to be consistent with website
2019-11-06 10:11:27 -08:00
Ben Konyi
83e9a5752f
Roll src/third_party/dart 80fc4d54e5..24f1f313a2 (5 commits)
...
dart-lang/sdk@24f1f313a2 [cfe] Implement the rest of the NNBD-aware subtype relation
dart-lang/sdk@37d14ad2ce [ddk] Don't use Library.isExternal (second try)
dart-lang/sdk@fe3afde2eb [CFE] Parser: Don't report (recovered) operator as endClassConstructor
dart-lang/sdk@e1f19de968 [cfe] Add MemberBuilder.read/write/invokeTarget
dart-lang/sdk@239ff1408d [cfe] Add MemberBuilder.buildMembers
2019-11-06 07:05:28 -08:00
skia-flutter-autoroll
f55b12d57b
Roll src/third_party/skia f00524707da7..6e54a299cce9 (1 commits) ( #13715 )
...
https://skia.googlesource.com/skia.git/+log/f00524707da7..6e54a299cce9
git log f00524707da7..6e54a299cce9 --date=short --no-merges --format='%ad %ae %s'
2019-11-06 robertphillips@google.com Assert we are now in the world of single-primitive-type render passes
Created with:
gclient setdep -r src/third_party/skia@6e54a299cce9
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-06 09:27:47 -05:00
skia-flutter-autoroll
76c3833841
Roll fuchsia/sdk/core/mac-amd64 from bCFtP... to 6Du8E... ( #13714 )
...
Roll fuchsia/sdk/core/mac-amd64 from bCFtP... to 6Du8E...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-11-06 05:55:06 -05:00
Ben Konyi
bf92b9c978
Roll src/third_party/dart 51016532e8..80fc4d54e5 (2 commits)
...
dart-lang/sdk@80fc4d54e5 Add a NNBD test that needs NNBD migrated SDK.
dart-lang/sdk@17443b2ab7 Add a preview-port option to dartfix and rename outputDir to preview-dir for consistency.
2019-11-06 01:06:28 -08:00
skia-flutter-autoroll
08a7d21db6
Roll src/third_party/skia cdc0c23f1a2e..f00524707da7 (2 commits) ( #13712 )
...
https://skia.googlesource.com/skia.git/+log/cdc0c23f1a2e..f00524707da7
git log cdc0c23f1a2e..f00524707da7 --date=short --no-merges --format='%ad %ae %s'
2019-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 67527cb45293..1d09b983031b (5 commits)
2019-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader aaa64b76c0b4..215bc7949b35 (2 commits)
Created with:
gclient setdep -r src/third_party/skia@f00524707da7
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-06 03:36:22 -05:00
Ben Konyi
28c4c5b116
Roll src/third_party/dart 8bdca37e98..51016532e8 (21 commits)
...
dart-lang/sdk@51016532e8 DEPS: update d8 to 7.8.279
dart-lang/sdk@11b1433756 Allow downwards inference of sound constructor calls.
dart-lang/sdk@c06674e558 Apply review feedback from:
dart-lang/sdk@1d90df9279 Migrate recent changes in sdk/BUILD.gn to sdk_nnbd/BUILD.gn.
dart-lang/sdk@e9c57d2e04 [dart2js] New RTI: Lower is-checks to `instanceof` in-place where possible.
dart-lang/sdk@5134490b78 [analysis_server] add crash reporting
dart-lang/sdk@af37dcf540 [analyzer] remove older crash reporting from the dartanalyzer cli
dart-lang/sdk@1d774abeea [analysis_server] Remove old crash reporting
dart-lang/sdk@1b947a51cc [dart2js] new-rti: Copy environment input type before refinement removal
dart-lang/sdk@e31c7ff591 [vm/concurrency] Move idle timeout detection from message handler to [Isolate]
dart-lang/sdk@f908fb67ce [ VM / Service ] Fix potential race in service test helper
dart-lang/sdk@1f8ef384d9 [vm] First pieces of late modifier implementation.
dart-lang/sdk@b8cd8eee5d Migrate dart:internal to NNBD.
dart-lang/sdk@d3f19cf7ae Reland "Enable visibleForTesting on unnamed constructors"
dart-lang/sdk@e65d95e8c8 (dart2js) add indirect dynamic calls to global inference and use it to model operator==
dart-lang/sdk@9ba71b0fdd Modify local inference to generate constraints with respect to variance.
dart-lang/sdk@689447d0fb Revert "[ddk] Don't use Library.isExternal"
dart-lang/sdk@8b050df2db [infra] Remove duplicate args_tag from DEPS
dart-lang/sdk@2db4368eb8 [infra] Update CHANGELOG.md for 2.6.0
dart-lang/sdk@d635bdd49c [cfe] Move variance tests to general/
dart-lang/sdk@9ddad67f73 [vm] Add aot option to protobuf_aware_treeshaker.
2019-11-05 22:11:44 -08:00
skia-flutter-autoroll
9726b4cb99
Roll src/third_party/skia f3d4109a793b..cdc0c23f1a2e (36 commits) ( #13707 )
...
https://skia.googlesource.com/skia.git/+log/f3d4109a793b..cdc0c23f1a2e
git log f3d4109a793b..cdc0c23f1a2e --date=short --no-merges --format='%ad %ae %s'
2019-11-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-05 reed@google.com split out blendmodes for skvm
2019-11-05 reed@google.com split out serial functions for SkFont into separate impl
2019-11-05 michaelludwig@google.com Cache tessellation metadata between inset/outset calls
2019-11-05 senorblanco@chromium.org Dawn: fix mipmap width and height computation during upload.
2019-11-05 mtklein@google.com friendly wrapper to allocate uniforms
2019-11-05 senorblanco@chromium.org Roll Dawn to ToT.
2019-11-05 halcanary@google.com SkPDF/bublic.bzl: switch away from Sfntly subsetter.
2019-11-05 bungeman@google.com Revert "Fix empty run handling in trivial shaper iterators"
2019-11-05 robertphillips@google.com Revert "Reland "Implement sample mask and sample locations support in Vulkan""
2019-11-05 robertphillips@google.com Revert "Add a "conservative raster" flag to GrPipeline and implement in Vulkan"
2019-11-05 bungeman@google.com Fix empty run handling in trivial shaper iterators
2019-11-05 fmalita@chromium.org [skottie] Streamlined gradient stop merger
2019-11-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-05 mtklein@google.com implement SkColorFilterShader::isOpaque()
2019-11-05 csmartdalton@google.com Add a "conservative raster" flag to GrPipeline and implement in Vulkan
2019-11-05 egdaniel@google.com Add new macro for checking device lost when making Vulkan calls.
2019-11-05 borenet@google.com [recipes] CanvasKit, PathKit, some others don't need bot_update
2019-11-05 ethannicholas@google.com Reland "Implement sample mask and sample locations support in Vulkan"
2019-11-05 mtklein@google.com unify program() and uniforms()
2019-11-05 brianosman@google.com Reland "Fully embrace skcms types in SkColorSpace API"
2019-11-05 bsalomon@google.com Cleanup kGray_8 readback.
2019-11-05 fmalita@chromium.org [skottie] Fix trim path mode interpretation
2019-11-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6c7208f93d6e..67527cb45293 (10 commits)
2019-11-05 fmalita@chromium.org [skottie] Use SkColor4f for gradient color stops
2019-11-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-05 benjaminwagner@google.com Fail Skpbench on unsupported hardware
2019-11-05 herb@google.com Speed up diff canvas using small bit vector
2019-11-05 mtklein@google.com add color filter support
2019-11-05 mtklein@google.com x86-64 JIT support for Op::index
2019-11-05 csmartdalton@google.com ccpr: Fail gracefully when atlas instantiation fails
2019-11-05 bsalomon@google.com Add valgrind suppressions for GrClearImage
2019-11-05 robertphillips@google.com Revert "Fully embrace skcms types in SkColorSpace API"
2019-11-05 mtklein@google.com simpler uniforms() api
2019-11-05 mtklein@google.com merge key() and CanBuild() into CacheKey()
2019-11-05 mtklein@google.com indent loop so it stands out
Created with:
gclient setdep -r src/third_party/skia@cdc0c23f1a2e
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC ethannicholas@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=ethannicholas@google.com
2019-11-05 23:45:39 -05:00
Matt Carroll
e924d71627
Fix splash screen lookup. ( #44131 ) ( #13660 )
2019-11-06 04:37:48 +00:00