Ben Konyi
b76f732bc8
Reland isolate group changes
...
This reverts commit f78c2ef4e3a5c13dbe597a39d556dc4d94a3a31e.
2019-07-09 09:59:15 -07:00
Chris Yang
c2916d93dc
iOS platform view opacity ( flutter/engine#9667 )
2019-07-08 16:07:39 -07:00
Ben Konyi
e7e04eb3e0
Roll src/third_party/dart b5aeaa6796..06c3d7ad3a (44 commits)
...
dart-lang/sdk@06c3d7ad3a Revert "Rereland "[vm/ffi] SimDBC on Arm64 Android""
dart-lang/sdk@16f5e6fb05 [analyzer] prep package:analyzer_plugin for publishing
dart-lang/sdk@5be07ff646 Support for experimental object fields in analysis server protocol spec.
dart-lang/sdk@ac93a3c368 [dartdevc] Fixing windows-related source map pathing issues
dart-lang/sdk@7929e1c714 [vm/ffi] Remove LocalVariable references from Allocate/CloneContext instructions
dart-lang/sdk@359c36a406 Improve some correction messages; use double quote more consistently
dart-lang/sdk@c1d3bf8506 Issue 36890. Ignore the name that contains the caret during completion.
dart-lang/sdk@a6afc5a9b0 Disable tests under windows to fix the bot
dart-lang/sdk@966038ef58 [analyzer] update package:analyzer_plugin wrt some lints
dart-lang/sdk@cab2ca275d Update Socket to be a Stream<Uint8List>
dart-lang/sdk@a85f6ff348 [vm/compiler] Do not create intersection types in type propagation.
dart-lang/sdk@48e9366923 fix a typo in the vm service spec
dart-lang/sdk@aee65636ba Add constructors to `Stream` which creates single data or error event streams.
dart-lang/sdk@d914839ce6 Add tests for diagnostic docs
dart-lang/sdk@33a5745c49 [vm/ffi] Add missing free() to structs_test.dart
dart-lang/sdk@1c9408f2ba Update doc link to point at ECMAScript 2018.
dart-lang/sdk@79a5257155 Revert "Increase analyzer cache size to 512MB."
dart-lang/sdk@774a392aa3 Add '--benchmarking-x' flag
dart-lang/sdk@db1abd0674 Initial and partial summary support for extensions
dart-lang/sdk@588ab11ecc Unify two error codes that are essentially identical
dart-lang/sdk@fcc72ad83f [vm/ffi] Support FFI in AOT (excluding callbacks).
dart-lang/sdk@f0d6f119de Make nested_generic_closure_test work for dart2js
dart-lang/sdk@0a538a4e62 Avoid truncating shift in lib_2/math/low_test
dart-lang/sdk@8673b5e491 Avoid non-web-integer literals in corelib_2/num_sign_test
dart-lang/sdk@f0da490328 Avoid non-web integer literal in corelib_2/growable_list_test
dart-lang/sdk@7b13c45bcc Fix negation precedence and non-web-integers in corelib_2/int_xxx_tests
dart-lang/sdk@b14f3accbb [fasta] Thread nullability through the subtyping methods in fasta
dart-lang/sdk@c0932a8af6 Move annotated_code_helper.dart into front_end.
dart-lang/sdk@cea3d85ade Rename statment -> stmt in testing annotations.
dart-lang/sdk@ee696f2c35 In flow analysis tests, annotate `doesNotComplete` on functions rather than bodies.
dart-lang/sdk@c1ca599353 Adapt flow and promotion tests to make use of CFE testing framework.
dart-lang/sdk@13251657c6 Fix compile errors in flow analysis and type promotion test cases.
dart-lang/sdk@14ccc77a40 Use decoder.bind(stream) instead of stream.transform(decoder)
dart-lang/sdk@f41d6de111 [corelib_2] Split date_time_test to increase coverage
dart-lang/sdk@9bccb7ba4a Rereland "[vm/ffi] SimDBC on Arm64 Android"
dart-lang/sdk@0b1ec2d937 List.removeLast() docs error occurs if empty
dart-lang/sdk@4ceefdbe4c Rename ElementId to MemberId and use member: prefix instead of element:
dart-lang/sdk@aeee6139f5 [cfe] Extract Id, DataRegistry and DataExtractor from dart2js
dart-lang/sdk@708e919733 Consistently format breaking changes
dart-lang/sdk@a4f34f4a51 expired experimental flag command line message
dart-lang/sdk@b8a8cfdcda [cfe] Use InvalidExpression for await on non-async context.
dart-lang/sdk@0272c1d863 Split language_2/truncdiv_test
dart-lang/sdk@4babccd988 Fix non-web integer literals in corelib_2/bigint_test
dart-lang/sdk@738d9f9666 Avoid non-web integer literal in language2/list_test
2019-07-08 15:47:19 -07:00
Dan Field
52ef4e6cbc
Refactor ColorFilter to have a native wrapper ( flutter/engine#9668 )
2019-07-08 15:36:16 -07:00
Gary Qian
a56a82dc85
TextStyle.height property as a multiple of font size instead of multiple of ascent+descent+leading. ( flutter/engine#9041 )
2019-07-08 15:32:02 -07:00
liyuqian
160663387a
Explain why OpacityLayer has an offset field ( flutter/engine#9713 )
...
According to the request by Amir and Chris.
2019-07-08 15:02:18 -07:00
skia-flutter-autoroll
0c81fa5bd9
Roll src/third_party/skia aee26ea14efc..56065d9b875f (16 commits) ( flutter/engine#9714 )
...
https://skia.googlesource.com/skia.git
/%2Blog/aee26ea14efc..56065d9b875f
git log aee26ea14efc9bcbfa99fd2e3947dd59ca72bdea..56065d9b875feaf85a4374c69259d37b3e2a817e --date=short --no-merges --format=%ad %ae %s
2019-07-08 rmistry@google.com [skottie-wasm-perf] Turn on chrome tracing
2019-07-08 rmistry@google.com [lottie-web-perf] Use SVG renderer and turn on chrome tracing
2019-07-08 brianosman@google.com Revert "Make the SkSL interpreter opt-in"
2019-07-08 brianosman@google.com Enable MSAA on Gen8 Intel GPUs
2019-07-08 robertphillips@google.com Remove some uses of isTestingOnlyBackendTexture
2019-07-03 cstout@google.com [fuchsia] Use //src/graphics/lib/vulkan for in-tree build
2019-07-08 egdaniel@google.com Make isFormatTexturable take a GrColorType.
2019-07-08 michaelludwig@google.com Revert "More optimizations for CropToRect, for axis-aligned quads that have not been inverted"
2019-07-08 brianosman@google.com Make the SkSL interpreter opt-in
2019-07-05 halcanary@google.com Sample/Shaders: use resources; cleanup code
2019-07-08 halcanary@google.com Sample/Lines remove boring sample
2019-07-03 halcanary@google.com Samples: simplify Sample::Event
2019-07-08 robertphillips@google.com Make BGRA_8888 renderable & textureable by default in the mock context
2019-07-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-08 michaelludwig@google.com More optimizations for CropToRect, for axis-aligned quads that have not been inverted
2019-07-03 halcanary@google.com Sample/Patch: use resources; cleanup code
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 (fmalita@google.com ), and stop
the roller if necessary.
2019-07-08 17:48:21 -04:00
liyuqian
44b3aaca5b
Improve window documentation ( flutter/engine#9669 )
...
To reflect Matt Carroll's recent (02/06/2019) email about promoting
`WidgetsBinding.instance.window` and demoting `ui.window`.
I have to manually search for Matt's email several times when I need
to access the Window object. Having it in the documentation would
help me do that much faster.
2019-07-08 14:40:21 -07:00
Siva
9c1e790c59
Revert "Roll src/third_party/dart b5aeaa6796...966038ef58 ( #9708 )" ( flutter/engine#9711 )
...
This reverts commit 0fc8640073d2462159442b10b9ddda98ef441bf4.
2019-07-08 13:16:44 -07:00
skia-flutter-autoroll
a9fee438ba
Roll src/third_party/skia 829b6a0ff49f..aee26ea14efc (8 commits) ( flutter/engine#9709 )
...
https://skia.googlesource.com/skia.git
/%2Blog/829b6a0ff49f..aee26ea14efc
git log 829b6a0ff49f895e575770d21c32c0ad6f56f260..aee26ea14efc9bcbfa99fd2e3947dd59ca72bdea --date=short --no-merges --format=%ad %ae %s
2019-07-08 michaelludwig@google.com Reland "Switch drawTexture calls to use attemptQuadOptimization"
2019-07-03 halcanary@google.com Sample/Filter2View: make it work without /skimages
2019-07-08 bsalomon@google.com Reland "Disable GLPrograms test on Mac 10.1 bot"
2019-07-08 scroggo@google.com Re-Enable Codec tests on Wuffs bot
2019-07-03 bsalomon@google.com Revert "Disable GLPrograms test on Mac 10.1 bot"
2019-07-03 herb@google.com Use bulk calls in GlyhRun
2019-07-08 scroggo@google.com Update libwebp to 1.03 release candidate
2019-07-02 mtklein@google.com Roll dng_sdk to quiet warnings
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 (fmalita@google.com ), and stop
the roller if necessary.
2019-07-08 14:11:53 -04:00
Terry Lucas
052cef06f9
Revert "Revert "Use track-widget-creation transformer included in the sdk. ( #9085 )" ( #9134 )" ( flutter/engine#9707 )
...
This reverts commit 9397cd43160e8adf89936bd8340dffcb1f5b5a14.
2019-07-08 10:53:47 -07:00
Siva
0fc8640073
Roll src/third_party/dart b5aeaa6796...966038ef58 ( flutter/engine#9708 )
...
dart-lang/sdk@966038ef58 [analyzer] update package:analyzer_plugin wrt some lints
dart-lang/sdk@cab2ca275d Update Socket to be a Stream<Uint8List>
dart-lang/sdk@a85f6ff348 [vm/compiler] Do not create intersection types in type propagation.
dart-lang/sdk@48e9366923 fix a typo in the vm service spec
dart-lang/sdk@aee65636ba Add constructors to `Stream` which creates single data or error event streams.
dart-lang/sdk@d914839ce6 Add tests for diagnostic docs
dart-lang/sdk@33a5745c49 [vm/ffi] Add missing free() to structs_test.dart
dart-lang/sdk@1c9408f2ba Update doc link to point at ECMAScript 2018.
dart-lang/sdk@79a5257155 Revert "Increase analyzer cache size to 512MB."
dart-lang/sdk@774a392aa3 Add '--benchmarking-x' flag
dart-lang/sdk@db1abd0674 Initial and partial summary support for extensions
dart-lang/sdk@588ab11ecc Unify two error codes that are essentially identical
dart-lang/sdk@fcc72ad83f [vm/ffi] Support FFI in AOT (excluding callbacks).
dart-lang/sdk@f0d6f119de Make nested_generic_closure_test work for dart2js
dart-lang/sdk@0a538a4e62 Avoid truncating shift in lib_2/math/low_test
dart-lang/sdk@8673b5e491 Avoid non-web-integer literals in corelib_2/num_sign_test
dart-lang/sdk@f0da490328 Avoid non-web integer literal in corelib_2/growable_list_test
dart-lang/sdk@7b13c45bcc Fix negation precedence and non-web-integers in corelib_2/int_xxx_tests
dart-lang/sdk@b14f3accbb [fasta] Thread nullability through the subtyping methods in fasta
dart-lang/sdk@c0932a8af6 Move annotated_code_helper.dart into front_end.
dart-lang/sdk@cea3d85ade Rename statment -> stmt in testing annotations.
dart-lang/sdk@ee696f2c35 In flow analysis tests, annotate `doesNotComplete` on functions rather than bodies.
dart-lang/sdk@c1ca599353 Adapt flow and promotion tests to make use of CFE testing framework.
dart-lang/sdk@13251657c6 Fix compile errors in flow analysis and type promotion test cases.
dart-lang/sdk@14ccc77a40 Use decoder.bind(stream) instead of stream.transform(decoder)
dart-lang/sdk@f41d6de111 [corelib_2] Split date_time_test to increase coverage
dart-lang/sdk@9bccb7ba4a Rereland "[vm/ffi] SimDBC on Arm64 Android"
dart-lang/sdk@0b1ec2d937 List.removeLast() docs error occurs if empty
dart-lang/sdk@4ceefdbe4c Rename ElementId to MemberId and use member: prefix instead of element:
dart-lang/sdk@aeee6139f5 [cfe] Extract Id, DataRegistry and DataExtractor from dart2js
dart-lang/sdk@708e919733 Consistently format breaking changes
dart-lang/sdk@a4f34f4a51 expired experimental flag command line message
dart-lang/sdk@b8a8cfdcda [cfe] Use InvalidExpression for await on non-async context.
dart-lang/sdk@0272c1d863 Split language_2/truncdiv_test
dart-lang/sdk@4babccd988 Fix non-web integer literals in corelib_2/bigint_test
dart-lang/sdk@738d9f9666 Avoid non-web integer literal in language2/list_test
2019-07-08 10:53:18 -07:00
stuartmorgan
4f50b76d41
Add FLEDartProject for macOS embedding ( flutter/engine#9672 )
...
Adds an initial version of FLEDartProject, which contains the
configuration for running the engine. In the future this will align with
FlutterDartProject, and likely share a significant portion of the
implementation.
This is a breaking change for macOS runners.
2019-07-08 09:18:54 -07:00
skia-flutter-autoroll
d24bb0da53
Roll src/third_party/skia e192c4ce5a33..829b6a0ff49f (1 commits) ( flutter/engine#9705 )
...
https://skia.googlesource.com/skia.git
/%2Blog/e192c4ce5a33..829b6a0ff49f
git log e192c4ce5a33829325ded5a03587605d892829b6..829b6a0ff49f895e575770d21c32c0ad6f56f260 --date=short --no-merges --format=%ad %ae %s
2019-07-08 aaron.omullan@gmail.com Fix Metal includes breaking macOS local 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 (fmalita@google.com ), and stop
the roller if necessary.
2019-07-08 10:34:58 -04:00
skia-flutter-autoroll
3919d2976d
Roll src/third_party/skia de6758683abd..e192c4ce5a33 (2 commits) ( flutter/engine#9703 )
...
https://skia.googlesource.com/skia.git
/%2Blog/de6758683abd..e192c4ce5a33
git log de6758683abd60cd2751349ed7c11b3e185f1840..e192c4ce5a33829325ded5a03587605d892829b6 --date=short --no-merges --format=%ad %ae %s
2019-07-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c26b7914f03f..a1b6761e6e3c (4 commits)
2019-07-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1d4f5775ee06..8900e7c54a22 (6 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 (fmalita@google.com ), and stop
the roller if necessary.
2019-07-08 04:49:24 -04:00
skia-flutter-autoroll
b9b4741001
Roll src/third_party/skia 2f62edf1ac5d..de6758683abd (1 commits) ( flutter/engine#9700 )
...
https://skia.googlesource.com/skia.git
/%2Blog/2f62edf1ac5d..de6758683abd
git log 2f62edf1ac5d8f8e6d5e33d6de20f77dd206ecb8..de6758683abd60cd2751349ed7c11b3e185f1840 --date=short --no-merges --format=%ad %ae %s
2019-07-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 536c762e1a81..ea1730d8b2f9 (195 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 (fmalita@google.com ), and stop
the roller if necessary.
2019-07-08 01:13:49 -04:00
skia-flutter-autoroll
a8a1c1dd0a
Roll src/third_party/skia 1d105080c423..2f62edf1ac5d (1 commits) ( flutter/engine#9699 )
...
https://skia.googlesource.com/skia.git
/%2Blog/1d105080c423..2f62edf1ac5d
git log 1d105080c423e6c8bbb15da5544a4ff28a8b8570..2f62edf1ac5d8f8e6d5e33d6de20f77dd206ecb8 --date=short --no-merges --format=%ad %ae %s
2019-07-07 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 (fmalita@google.com ), and stop
the roller if necessary.
2019-07-07 05:24:29 -04:00
Chinmay Garde
77fe25aa5a
Ensure that platform messages without response handles can be dispatched. ( flutter/engine#9698 )
2019-07-06 14:57:36 -07:00
Jonah Williams
07d7550d80
fix Picture.toImage return type check and api conform test. ( flutter/engine#9685 )
2019-07-06 00:45:07 -07:00
skia-flutter-autoroll
6aae24e6b5
Roll src/third_party/skia 8063f6cca025..1d105080c423 (3 commits) ( flutter/engine#9692 )
...
https://skia.googlesource.com/skia.git
/%2Blog/8063f6cca025..1d105080c423
git log 8063f6cca02538ef152c2b7afc29d06cb750f034..1d105080c423e6c8bbb15da5544a4ff28a8b8570 --date=short --no-merges --format=%ad %ae %s
2019-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c4ef62ec1a68..c26b7914f03f (9 commits)
2019-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 72d8104846de..1d4f5775ee06 (14 commits)
2019-07-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 080c02ae0336..536c762e1a81 (240 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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-05 03:02:15 -04:00
skia-flutter-autoroll
1e8c230b39
Roll src/third_party/skia 857c9f955edb..8063f6cca025 (3 commits) ( flutter/engine#9679 )
...
https://skia.googlesource.com/skia.git
/%2Blog/857c9f955edb..8063f6cca025
git log 857c9f955edbfc635fa3e3f95f819aaa1efff461..8063f6cca02538ef152c2b7afc29d06cb750f034 --date=short --no-merges --format=%ad %ae %s
2019-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 66b5ff586c9c..c4ef62ec1a68 (9 commits)
2019-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 7625da7c0425..080c02ae0336 (375 commits)
2019-07-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a29aa7717ff8..72d8104846de (2 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-04 02:46:55 -04:00
skia-flutter-autoroll
9495271ffe
Roll src/third_party/skia 11eb847a2080..857c9f955edb (2 commits) ( flutter/engine#9676 )
...
https://skia.googlesource.com/skia.git
/%2Blog/11eb847a2080..857c9f955edb
git log 11eb847a2080aa944b2596a6c2f8f3bdc0eaa493..857c9f955edbfc635fa3e3f95f819aaa1efff461 --date=short --no-merges --format=%ad %ae %s
2019-07-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-03 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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 23:11:48 -04:00
Kaushik Iska
9815a20559
Raster now returns an enum rather than boolean ( flutter/engine#9661 )
...
This is part of a bigger change that will facilitate us
to act on this `RasterStatus`. The specific case is where
after pre-roll we might decide to want to merge the threads
and re-submit the frame -- `RasterStatus::kResubmit` can then
let us achieve this result.
2019-07-03 19:53:01 -07:00
Siva
fc11303289
Roll src/third_party/dart 67ab3be10d...b5aeaa6796 ( flutter/engine#9675 )
...
* Roll src/third_party/dart 67ab3be10d...b5aeaa6796
dart-lang/sdk@b5aeaa6796 Revert "Reland "[vm/ffi] SimDBC on Arm64 Android""
dart-lang/sdk@02fe07bbd3 [dart2js] new-rti: Set Array instance type
dart-lang/sdk@bae5bdefd5 [dart2js] Add '--golem-x' command-line flag
dart-lang/sdk@ac30ab12ab [dartdevc] Bump pedantic to v1.8.0 and apply new lints
dart-lang/sdk@4b0c5c166a fix field name
dart-lang/sdk@327f5eb826 Fix for issue 37429
dart-lang/sdk@43891316ca [ VM / Observatory ] Emit IsolateReload event after reload completes
dart-lang/sdk@2ea7e5513b Perform type promotion when NNBD, using flow analysis.
dart-lang/sdk@766e542e53 handle return in async function
dart-lang/sdk@51cf8f218a Add entension support to the summary idl
dart-lang/sdk@0e9957c7b1 [dartdevc] Adding support for analyzer dep pruning
dart-lang/sdk@c100308ba6 Repro for inferring arrays with out of range lengths
dart-lang/sdk@5d77657e7a Prepare to publish analyzer version 0.37.0.
dart-lang/sdk@86ce74caaa update NodeBuilder for default value type arguments
dart-lang/sdk@439692c9e2 Mark the name in an extension as being in a declaration context
dart-lang/sdk@372bcae536 [gardening] Fix 3xHEAD Flutter build after revert
dart-lang/sdk@052874e93e Avoid non-web integer literal in corelib_2/int_round_test
dart-lang/sdk@480337106e Implementation of extension override AST node
dart-lang/sdk@4f78ad90df An initial and partial implementation of an element model for extensions
dart-lang/sdk@744bb47361 [infra] Remove custom timeouts for dart2js compiler config
dart-lang/sdk@9b53686ffb update NodeBuilder for declared identifier implicit type
dart-lang/sdk@3d14b75f97 Revert "Reland "[vm/concurrency] Introduce concept of Isolate Groups""
dart-lang/sdk@527238e008 [vm] Cleanup C99 header includes
dart-lang/sdk@9f32f9b87e [cfe] Store the initializer tokens in constructor builders
dart-lang/sdk@bbbeb8b509 Pull in latest pub
dart-lang/sdk@851958ee54 update NodeBuilder to handle for loop
dart-lang/sdk@7a73682c6a update NodeBuilder to handle catch clause
dart-lang/sdk@fc6cb0ac21 [vm/ffi] Revamp struct representation in FFI.
dart-lang/sdk@5fd51b9fd2 Cleanup remnants of ignoring Dart v1.x subtype checks
dart-lang/sdk@45172f0690 Revert "Reland "[llvm] Add initial scaffolding""
dart-lang/sdk@b9a6630367 [ Observatory ] _getVMTimeline -> getVMTimeline in timeline.js
dart-lang/sdk@1f02c10b9a Update language_2/const_map4_test for type inference
dart-lang/sdk@99ed4871b3 Fix a hint in analysis server
dart-lang/sdk@c3c43689d5 [vm] Remove platform/math.h
dart-lang/sdk@524fdc13a9 Reland "[llvm] Add initial scaffolding"
dart-lang/sdk@45a9815aff [vm/debugger] break on asyncfunction entry
dart-lang/sdk@e0eeffaf9b update NodeBuilder parameter tracking when visiting executable declarations
dart-lang/sdk@182a59cebb Skip all tests that use spawnUri when running in simulator mode as it makes no sense to run the CFE on the simulator.
dart-lang/sdk@1427a218f3 update DecoratedType asserts
dart-lang/sdk@f4dc001729 Migration: begin adding support for LUB computations in conditional expressions.
dart-lang/sdk@585794ab75 Fix status file line.
dart-lang/sdk@4a69ef4a50 Skip all spawnURI tests for the simulator architectures as these tests involve invoking the front end for compilation which would mean the front end has to run in simulated mode.
dart-lang/sdk@26f369eb8e Fix doc comment for NullabilityNode.forLUB
dart-lang/sdk@9ed728ec7a Add: Example usage to fillRange method.
dart-lang/sdk@fc7049ae7d Migration: implement support for user-definable prefix expressions.
dart-lang/sdk@77aa5f0c02 Migration: Add support for function-typed formal parameters.
dart-lang/sdk@326e970b81 Migration: handle method invocations that resolve to a getter.
dart-lang/sdk@822de210b5 fix branch_canonicalization_test
dart-lang/sdk@a2e1434603 Breaking changes for analyzer version 0.37
dart-lang/sdk@6694aa821d [dart2js] new-rti: Temporary work-around for timeouts
dart-lang/sdk@18ff5ce893 [dart2js] new-rti: Implement general As/Check methods
dart-lang/sdk@90c88d984e Fix large integer literals in dart2js_extra/round_constant_folding_test
dart-lang/sdk@9349f71721 bump linter to 0.1.93
dart-lang/sdk@c384212f9e [vm] Remove vestigial verified_memory_test.cc file
dart-lang/sdk@f4824d332d [vm] Drop support for MSVC older than 2013
dart-lang/sdk@bbb027aa2a [vm] Fix offset that was breaking bare_instructions_trampolines_test
dart-lang/sdk@1db0b4436c [dart2js] new-rti: Implement type bounds check
dart-lang/sdk@686742585a Migration: add a more robust assertion to the DecoratedType constructor
dart-lang/sdk@2fd4ca570b set DecoratedType.returnType for FunctionType
dart-lang/sdk@ca4b6e533a [dart2js] new-rti: Implement basic is-test
dart-lang/sdk@39b71253ce Fix for curly_braces_in_flow_control_structures lint.
dart-lang/sdk@b6c3b2c98c Enable 'Surround with XYZ' only for Statement(s) in Block(s).
dart-lang/sdk@79e478e50e Fixed some links
dart-lang/sdk@279c1da42d Use absolute paths as canonical paths for inputs digest maps
dart-lang/sdk@cbf9cff19f Infer types of field formals before all fields.
dart-lang/sdk@0c6b3d1277 Migration: do better function type formatting in DecoratedType.toString.
dart-lang/sdk@a76c459239 Migration: Remove unnecessary duplicate type test
dart-lang/sdk@a515a0c256 Reland "[vm/ffi] SimDBC on Arm64 Android"
dart-lang/sdk@0baf81e7d6 Tests for Never and potential nullable / non-nullable.
dart-lang/sdk@26d308aad3 Use flow analysis for reporting use sites of not assigned locals during resolution.
dart-lang/sdk@79f276e07d Migration: handle field formal parameters.
dart-lang/sdk@c8c3572ca9 Migration: standardize method names in EdgeBuilderTest.
dart-lang/sdk@c0c15c1283 Migration: build nullability node for default type parameter bounds directly.
dart-lang/sdk@b57ff85906 Migration: clean up and test implicit dynamic return type of Function() syntax.
dart-lang/sdk@0f2eda8644 Migration: add support for function expression invocations.
dart-lang/sdk@a200980da0 Migration: add support for variable and field type inference.
dart-lang/sdk@ca25f56883 Migration: add support for type inference of function types.
dart-lang/sdk@a436c0621f Migration: fix DecoratedType.toString to support named function parameters.
dart-lang/sdk@9dee307bdb Migration: update nullability graph debug dump to support union edges.
dart-lang/sdk@b60dcdbf73 Migration: Remove the `create` parameter from Variables.decoratedElementType.
dart-lang/sdk@18c21ee9d1 Migration: add support for generic instance creation.
dart-lang/sdk@f7ddfdf6ca Migration: don't forget to visit variable initializers in NodeBuilder.
dart-lang/sdk@a39e4fabfb Add information about the deprecated ParameterElement.parameterKind
dart-lang/sdk@f6dfad02f4 [analyzer] add a space to the quick for for REPLACE_COLON_WITH_EQUALS
* Update license.
2019-07-03 19:10:07 -07:00
Siva
ff257cadc1
Revert " Roll src/third_party/dart 67ab3be10d...43891316ca ( #9670 )" ( flutter/engine#9673 )
...
This reverts commit 7c16cb74134645274b1e6f330605b6dab60749a5.
2019-07-03 18:08:06 -07:00
Siva
7c16cb7413
Roll src/third_party/dart 67ab3be10d...43891316ca ( flutter/engine#9670 )
...
* Roll src/third_party/dart 67ab3be10d...43891316ca
dart-lang/sdk@/43891316ca [ VM / Observatory ] Emit IsolateReload event after reload completes
dart-lang/sdk@/2ea7e5513b Perform type promotion when NNBD, using flow analysis.
dart-lang/sdk@/766e542e53 handle return in async function
dart-lang/sdk@/51cf8f218a Add entension support to the summary idl
dart-lang/sdk@/0e9957c7b1 [dartdevc] Adding support for analyzer dep pruning
dart-lang/sdk@/c100308ba6 Repro for inferring arrays with out of range lengths
dart-lang/sdk@/5d77657e7a Prepare to publish analyzer version 0.37.0.
dart-lang/sdk@/86ce74caaa update NodeBuilder for default value type arguments
dart-lang/sdk@/439692c9e2 Mark the name in an extension as being in a declaration context
dart-lang/sdk@/372bcae536 [gardening] Fix 3xHEAD Flutter build after revert
dart-lang/sdk@/052874e93e Avoid non-web integer literal in corelib_2/int_round_test
dart-lang/sdk@/480337106e Implementation of extension override AST node
dart-lang/sdk@/4f78ad90df An initial and partial implementation of an element model for extensions
dart-lang/sdk@/744bb47361 [infra] Remove custom timeouts for dart2js compiler config
dart-lang/sdk@/9b53686ffb update NodeBuilder for declared identifier implicit type
dart-lang/sdk@/3d14b75f97 Revert "Reland "[vm/concurrency] Introduce concept of Isolate Groups""
dart-lang/sdk@/527238e008 [vm] Cleanup C99 header includes
dart-lang/sdk@/9f32f9b87e [cfe] Store the initializer tokens in constructor builders
dart-lang/sdk@/bbbeb8b509 Pull in latest pub
dart-lang/sdk@/851958ee54 update NodeBuilder to handle for loop
dart-lang/sdk@/7a73682c6a update NodeBuilder to handle catch clause
dart-lang/sdk@/fc6cb0ac21 [vm/ffi] Revamp struct representation in FFI.
dart-lang/sdk@/5fd51b9fd2 Cleanup remnants of ignoring Dart v1.x subtype checks
dart-lang/sdk@/45172f0690 Revert "Reland "[llvm] Add initial scaffolding""
dart-lang/sdk@/b9a6630367 [ Observatory ] _getVMTimeline -> getVMTimeline in timeline.js
dart-lang/sdk@/1f02c10b9a Update language_2/const_map4_test for type inference
dart-lang/sdk@/99ed4871b3 Fix a hint in analysis server
dart-lang/sdk@/c3c43689d5 [vm] Remove platform/math.h
dart-lang/sdk@/524fdc13a9 Reland "[llvm] Add initial scaffolding"
dart-lang/sdk@/45a9815aff [vm/debugger] break on asyncfunction entry
dart-lang/sdk@/e0eeffaf9b update NodeBuilder parameter tracking when visiting executable declarations
dart-lang/sdk@/182a59cebb Skip all tests that use spawnUri when running in simulator mode as it makes no sense to run the CFE on the simulator.
dart-lang/sdk@/1427a218f3 update DecoratedType asserts
dart-lang/sdk@/f4dc001729 Migration: begin adding support for LUB computations in conditional expressions.
dart-lang/sdk@/585794ab75 Fix status file line.
dart-lang/sdk@/4a69ef4a50 Skip all spawnURI tests for the simulator architectures as these tests involve invoking the front end for compilation which would mean the front end has to run in simulated mode.
dart-lang/sdk@/26f369eb8e Fix doc comment for NullabilityNode.forLUB
dart-lang/sdk@/9ed728ec7a Add: Example usage to fillRange method.
dart-lang/sdk@/fc7049ae7d Migration: implement support for user-definable prefix expressions.
dart-lang/sdk@/77aa5f0c02 Migration: Add support for function-typed formal parameters.
dart-lang/sdk@/326e970b81 Migration: handle method invocations that resolve to a getter.
dart-lang/sdk@/822de210b5 fix branch_canonicalization_test
dart-lang/sdk@/a2e1434603 Breaking changes for analyzer version 0.37
dart-lang/sdk@/6694aa821d [dart2js] new-rti: Temporary work-around for timeouts
dart-lang/sdk@/18ff5ce893 [dart2js] new-rti: Implement general As/Check methods
dart-lang/sdk@/90c88d984e Fix large integer literals in dart2js_extra/round_constant_folding_test
dart-lang/sdk@/9349f71721 bump linter to 0.1.93
dart-lang/sdk@/c384212f9e [vm] Remove vestigial verified_memory_test.cc file
dart-lang/sdk@/f4824d332d [vm] Drop support for MSVC older than 2013
dart-lang/sdk@/bbb027aa2a [vm] Fix offset that was breaking bare_instructions_trampolines_test
dart-lang/sdk@/1db0b4436c [dart2js] new-rti: Implement type bounds check
dart-lang/sdk@/686742585a Migration: add a more robust assertion to the DecoratedType constructor
dart-lang/sdk@/2fd4ca570b set DecoratedType.returnType for FunctionType
dart-lang/sdk@/ca4b6e533a [dart2js] new-rti: Implement basic is-test
dart-lang/sdk@/39b71253ce Fix for curly_braces_in_flow_control_structures lint.
dart-lang/sdk@/b6c3b2c98c Enable 'Surround with XYZ' only for Statement(s) in Block(s).
dart-lang/sdk@/79e478e50e Fixed some links
dart-lang/sdk@/279c1da42d Use absolute paths as canonical paths for inputs digest maps
dart-lang/sdk@/cbf9cff19f Infer types of field formals before all fields.
dart-lang/sdk@/0c6b3d1277 Migration: do better function type formatting in DecoratedType.toString.
dart-lang/sdk@/a76c459239 Migration: Remove unnecessary duplicate type test
dart-lang/sdk@/a515a0c256 Reland "[vm/ffi] SimDBC on Arm64 Android"
dart-lang/sdk@/0baf81e7d6 Tests for Never and potential nullable / non-nullable.
dart-lang/sdk@/26d308aad3 Use flow analysis for reporting use sites of not assigned locals during resolution.
dart-lang/sdk@/79f276e07d Migration: handle field formal parameters.
dart-lang/sdk@/c8c3572ca9 Migration: standardize method names in EdgeBuilderTest.
dart-lang/sdk@/c0c15c1283 Migration: build nullability node for default type parameter bounds directly.
dart-lang/sdk@/b57ff85906 Migration: clean up and test implicit dynamic return type of Function() syntax.
dart-lang/sdk@/0f2eda8644 Migration: add support for function expression invocations.
dart-lang/sdk@/a200980da0 Migration: add support for variable and field type inference.
dart-lang/sdk@/ca25f56883 Migration: add support for type inference of function types.
dart-lang/sdk@/a436c0621f Migration: fix DecoratedType.toString to support named function parameters.
dart-lang/sdk@/9dee307bdb Migration: update nullability graph debug dump to support union edges.
dart-lang/sdk@/b60dcdbf73 Migration: Remove the `create` parameter from Variables.decoratedElementType.
dart-lang/sdk@/18c21ee9d1 Migration: add support for generic instance creation.
dart-lang/sdk@/f7ddfdf6ca Migration: don't forget to visit variable initializers in NodeBuilder.
dart-lang/sdk@/a39e4fabfb Add information about the deprecated ParameterElement.parameterKind
dart-lang/sdk@/f6dfad02f4 [analyzer] add a space to the quick for for REPLACE_COLON_WITH_EQUALS
* Revert changes makde in the engine for the Isolate Group API change.
* Fix compilation error.
* Update license.
* Format.
2019-07-03 17:30:59 -07:00
skia-flutter-autoroll
f5d463c27c
Roll src/third_party/skia 5b52c52141ac..11eb847a2080 (6 commits) ( flutter/engine#9671 )
...
https://skia.googlesource.com/skia.git
/%2Blog/5b52c52141ac..11eb847a2080
git log 5b52c52141acb497f8fca18e9b77badacdf05364..11eb847a2080aa944b2596a6c2f8f3bdc0eaa493 --date=short --no-merges --format=%ad %ae %s
2019-07-03 kjlubick@google.com Update skqp's Android NDK to r20
2019-07-03 halcanary@google.com SamplePdfFileViewer: delete dead code
2019-07-03 herb@google.com Switch PDF over to using bulk calls
2019-07-03 herb@google.com Bulkify SkGlyphCacheBench
2019-07-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-03 jvanverth@google.com Revert "Assert that lazy proxies are never borrowed or wrapped"
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 19:37:43 -04:00
Chinmay Garde
9fa0c4c707
Allow embedders to add callbacks for responses to platform messages from the framework. ( flutter/engine#9655 )
...
Fixes https://github.com/flutter/flutter/issues/18852
2019-07-03 15:44:39 -07:00
stuartmorgan
b176364d5a
Begin separating macOS engine from view controller ( flutter/engine#9654 )
...
Creates an initial, minimal FLEEngine that parallels the iOS
FlutterEngine, and moves engine launch, plugin registration, and binary
messenger functionality from FLEViewController to there. Uses the FLE
prefix since the current APIs will change to better match FlutterEngine;
the current APIs are intended to minimize conceptual changes relative to
the current FLEViewController APIs since it's already a substantial
change.
Further changes will move channels from FLEViewController to FLEEngine,
and further align the APIs and functionality with the iOS version.
Part of #32421
2019-07-03 13:45:30 -07:00
skia-flutter-autoroll
8a5bd4400c
Roll src/third_party/skia 0e0113dcbd9a..5b52c52141ac (8 commits) ( flutter/engine#9665 )
...
https://skia.googlesource.com/skia.git
/%2Blog/0e0113dcbd9a..5b52c52141ac
git log 0e0113dcbd9ad8a54071e631e147aa02c1b7fb5b..5b52c52141acb497f8fca18e9b77badacdf05364 --date=short --no-merges --format=%ad %ae %s
2019-07-03 mtklein@google.com simplify Android NDK build config
2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 5faff91af499..66b5ff586c9c (14 commits)
2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 628bca791189..958fec279ed5 (1 commits)
2019-07-02 csmartdalton@google.com Assert that lazy proxies are never borrowed or wrapped
2019-07-03 halcanary@google.com Samples: add name() virtual
2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 180042c54610..628bca791189 (1 commits)
2019-07-03 bsalomon@google.com Make deferred render target context without config or format
2019-07-03 herb@google.com Add bulk calls for metrics, paths and images.
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 16:06:46 -04:00
Chris Yang
e5bc87a4cd
Mutators Stack refactoring ( flutter/engine#9663 )
...
Rename methods in the MutatorsStack to Pascal case to match standard cpp style
Refactor the operator== for Mutator class
2019-07-03 11:18:14 -07:00
skia-flutter-autoroll
54a59b66a8
Roll src/third_party/skia 93eeff578b08..0e0113dcbd9a (9 commits) ( flutter/engine#9662 )
...
https://skia.googlesource.com/skia.git
/%2Blog/93eeff578b08..0e0113dcbd9a
git log 93eeff578b08e74ffa609ee2465b757fd78a35b9..0e0113dcbd9ad8a54071e631e147aa02c1b7fb5b --date=short --no-merges --format=%ad %ae %s
2019-07-03 robertphillips@google.com Fix initialization of DDLRecorder
2019-07-03 bsalomon@google.com Disable GLPrograms test on Mac 10.1 bot
2019-07-03 fmalita@chromium.org [skottie] Add forgotten linear-wipe test
2019-07-03 bsalomon@google.com fix logic bug when deciding to use temp space for mip levels
2019-07-02 halcanary@google.com add header guards
2019-07-02 egdaniel@google.com Move tex storage flag to FormatInfo in GrGLCaps.
2019-07-03 mtklein@google.com update path to fix Android ASAN bots
2019-07-02 robertphillips@google.com Add bridge between GrContext::createBackendTexture and SkSurface::MakeFromBackendTexture
2019-07-03 bsalomon@google.com Fix issue where SkAutoSTMalloc doesn't default initialize std::unique_ptr.
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 12:22:40 -04:00
Kaushik Iska
3346b46ae7
ExternalViewEmbedder can CancelFrame after pre-roll ( flutter/engine#9660 )
...
* ExternalViewEmbedder can CancelFrame after pre-roll
- Resets the state so next pre-roll can be successful.
- Commit any pending `CATransaction` so we don't create
nested transactions.
* Update flow/embedded_views.h
2019-07-03 08:38:19 -07:00
Kaushik Iska
4f307483d8
External view embedder can tell if embedded views have mutated ( flutter/engine#9653 )
...
* refactoring to move the mutator stack handling to preroll
* more review fixes
* Add support for external view embedded to know if it has changed
* remove the need to reset
* address comments
* Rename to HasPendingViewOperations
2019-07-03 07:28:53 -07:00
skia-flutter-autoroll
a0c134eb1c
Roll src/third_party/skia 38ae3f42fec1..93eeff578b08 (1 commits) ( flutter/engine#9659 )
...
https://skia.googlesource.com/skia.git
/%2Blog/38ae3f42fec1..93eeff578b08
git log 38ae3f42fec129839767e96b05ada677c2f9b22d..93eeff578b08e74ffa609ee2465b757fd78a35b9 --date=short --no-merges --format=%ad %ae %s
2019-07-02 mtklein@google.com roll NDK to r20
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 08:43:14 -04:00
skia-flutter-autoroll
63e45a942b
Roll src/third_party/skia febc162c7898..38ae3f42fec1 (3 commits) ( flutter/engine#9658 )
...
https://skia.googlesource.com/skia.git
/%2Blog/febc162c7898..38ae3f42fec1
git log febc162c78985169443073f7bc5c7f8ff4d99af5..38ae3f42fec129839767e96b05ada677c2f9b22d --date=short --no-merges --format=%ad %ae %s
2019-07-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src fb906fa57d41..7625da7c0425 (397 commits)
2019-07-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 52edb176f1bd..a29aa7717ff8 (4 commits)
The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 04:32:31 -04:00
skia-flutter-autoroll
a869fb76a0
Roll src/third_party/skia 3de5c6388142..febc162c7898 (2 commits) ( flutter/engine#9657 )
...
https://skia.googlesource.com/skia.git
/%2Blog/3de5c6388142..febc162c7898
git log 3de5c6388142c6b164435f5059c5de22524c330d..febc162c78985169443073f7bc5c7f8ff4d99af5 --date=short --no-merges --format=%ad %ae %s
2019-07-02 mtklein@google.com ndk r20 compat.
2019-07-02 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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-03 00:56:38 -04:00
skia-flutter-autoroll
f72763e85f
Roll src/third_party/skia 1e2cb444e0c1..3de5c6388142 (8 commits) ( flutter/engine#9656 )
...
https://skia.googlesource.com/skia.git
/%2Blog/1e2cb444e0c1..3de5c6388142
git log 1e2cb444e0c1f573c16fd4959be91f3204a8d335..3de5c6388142c6b164435f5059c5de22524c330d --date=short --no-merges --format=%ad %ae %s
2019-07-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-02 fmalita@chromium.org [skottie] Clean up layer animator scoping
2019-07-02 mtklein@google.com add misc. value programs to SkVMTest.expected
2019-07-02 mtklein@google.com move Builder/Program dump()
2019-07-02 herb@google.com Add SkMakeSpan and helpful conversion
2019-07-02 liyuqian@google.com Add tracing to GrContext resource cleanup
2019-07-02 robertphillips@google.com Remove GrPixelConfig from SkSurfaceCharacterization
2019-07-02 benjaminwagner@google.com [go.mod] Remove unneeded broken dependency
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-02 21:17:09 -04:00
Kaushik Iska
4c12bdc81d
Pipeline allows continuations that can produce to front ( flutter/engine#9652 )
...
* Make pipeline hold a deque so we can push_front
- Also assert that all the DoDraw tasks are executed
on the GPU thread.
* Add tests for pipeline
* Add support for pipeline to push resources to the front
2019-07-02 17:37:46 -07:00
Chris Yang
cec3b15298
Move the mutators stack handling to preroll ( flutter/engine#9651 )
...
* refactoring to move the mutator stack handling to preroll
* more review fixes
2019-07-02 16:35:47 -07:00
skia-flutter-autoroll
8e2e0f47bc
Roll src/third_party/skia 215ff3325230..1e2cb444e0c1 (12 commits) ( flutter/engine#9650 )
...
https://skia.googlesource.com/skia.git
/%2Blog/215ff3325230..1e2cb444e0c1
git log 215ff3325230557a35dce26174b3294b570afbf9..1e2cb444e0c1f573c16fd4959be91f3204a8d335 --date=short --no-merges --format=%ad %ae %s
2019-07-02 robertphillips@google.com Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType
2019-07-02 bsalomon@google.com Make GrRenderTargetContext async read functions use GrRTC's alpha type.
2019-07-02 mtklein@google.com tool support for SkVM JIT on aarch64
2019-07-02 mtklein@google.com fix GCC arm64 builds
2019-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 4f682a1d0b94..180042c54610 (1 commits)
2019-07-02 egdaniel@google.com Add format workaround struct in GrGLCaps.
2019-07-02 bsalomon@google.com Be more stringent about API failure cases in AsyncReadPixels test
2019-07-02 mtklein@google.com remove all Debug Perf jobs
2019-07-02 bsalomon@google.com Fix trace event categories in src/gpu ("skia"->"skia.gpu")
2019-07-02 bsalomon@google.com GrGpu requires row bytes to be non-zero before read/writePixels and createTexture
2019-06-26 halcanary@google.com SkPDF: fix typo s/ProcSets/ProcSet/ (again)
2019-06-28 herb@google.com Centralize calculating SkPackedGlyphIDs
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-02 17:38:49 -04:00
Chinmay Garde
109169f5ad
Roll buildroot to c5a493b25. ( flutter/engine#9649 )
2019-07-02 14:04:15 -07:00
Chris Yang
92ae45a714
make EmbeddedViewParams a unique ptr ( flutter/engine#9640 )
2019-07-02 13:27:12 -07:00
skia-flutter-autoroll
106c4f7450
Roll src/third_party/skia bd3d8d39b3e7..215ff3325230 (4 commits) ( flutter/engine#9648 )
...
https://skia.googlesource.com/skia.git
/%2Blog/bd3d8d39b3e7..215ff3325230
git log bd3d8d39b3e73398ab37e4a58bd9de6dd462008c..215ff3325230557a35dce26174b3294b570afbf9 --date=short --no-merges --format=%ad %ae %s
2019-07-02 csmartdalton@google.com Don't attempt mixed samples on "borrowed" render targets
2019-07-02 egdaniel@google.com Add ColorTypeInfo struct to FormatInfo in GrGLCaps.
2019-07-01 brianosman@google.com Reland "Test MSAA on Gen9 Intel GPUs"
2019-07-01 thestig@chromium.org Make SkFloatToDecimal() param name match declaration.
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-02 14:05:15 -04:00
Chris Yang
102825d288
iOS PlatformView clip path ( flutter/engine#9478 )
2019-07-02 10:56:59 -07:00
skia-flutter-autoroll
01460faf4a
Roll src/third_party/skia effee2065796..bd3d8d39b3e7 (1 commits) ( flutter/engine#9647 )
...
https://skia.googlesource.com/skia.git
/%2Blog/effee2065796..bd3d8d39b3e7
git log effee206579608fad40658e608db4aa13910f76f..bd3d8d39b3e73398ab37e4a58bd9de6dd462008c --date=short --no-merges --format=%ad %ae %s
2019-07-02 bsalomon@google.com Remove GrPixelConfig from GrColorSpaceInfo.
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-02 10:25:53 -04:00
skia-flutter-autoroll
fc09a30e89
Roll src/third_party/skia 2ef826576819..effee2065796 (1 commits) ( flutter/engine#9646 )
...
https://skia.googlesource.com/skia.git
/%2Blog/2ef826576819..effee2065796
git log 2ef826576819224d94691d9167d16b951fe1dce7..effee206579608fad40658e608db4aa13910f76f --date=short --no-merges --format=%ad %ae %s
2019-07-01 csmartdalton@google.com Use mixed samples internally for default coverage AA
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-02 05:38:27 -04:00
skia-flutter-autoroll
98849aec22
Roll src/third_party/skia f2c52efce52b..2ef826576819 (2 commits) ( flutter/engine#9645 )
...
https://skia.googlesource.com/skia.git
/%2Blog/f2c52efce52b..2ef826576819
git log f2c52efce52b2c395be877d25fe0f4999a35754a..2ef826576819224d94691d9167d16b951fe1dce7 --date=short --no-merges --format=%ad %ae %s
2019-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f116aa9c158b..5faff91af499 (3 commits)
2019-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d38e9bb41f04..fb906fa57d41 (308 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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-02 01:58:39 -04:00
skia-flutter-autoroll
11e279dc9c
Roll src/third_party/skia 9fb7fa537d93..f2c52efce52b (1 commits) ( flutter/engine#9644 )
...
https://skia.googlesource.com/skia.git
/%2Blog/9fb7fa537d93..f2c52efce52b
git log 9fb7fa537d938618991922bfffa627e442db67f0..f2c52efce52b2c395be877d25fe0f4999a35754a --date=short --no-merges --format=%ad %ae %s
2019-07-01 bsalomon@google.com Update valgrind suppression
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 (jvanverth@google.com ), and stop
the roller if necessary.
2019-07-01 22:22:19 -04:00
Matt Carroll
ff8b678e99
Android Embedding Refactor PR31: Integrate platform views with the new embedding and the plugin shim. ( flutter/engine#9206 )
2019-07-01 17:34:37 -07:00