9226 Commits

Author SHA1 Message Date
skia-flutter-autoroll
5ea5e92f0a Roll src/third_party/skia e8d2080a34ed..bfc09267bdb4 (8 commits) (flutter/engine#17450) 2020-04-01 12:16:01 -07:00
Dan Field
d77d53688f Revert "Roll Clang to v11, roll buildroot to fe13f79dce4ce9aab3209f11988d825dcf580b4a, allow newly exported symbols (#17440)" (flutter/engine#17451)
This reverts commit 44327d852622d7ea8fafa4b232b91f74ea7aaf72.
2020-04-01 11:06:07 -07:00
stuartmorgan
18e2aed939 Remove me from auto-assign list (flutter/engine#17446) 2020-04-01 10:51:03 -07:00
Dan Field
44327d8526 Roll Clang to v11, roll buildroot to fe13f79dce4ce9aab3209f11988d825dcf580b4a, allow newly exported symbols (flutter/engine#17440)
* Buildroot to fe13f79dce4ce9aab3209f11988d825dcf580b4a

* whitelist more symbols
2020-04-01 10:49:24 -07:00
cjng96
fdfb501df7 Remove code which skips keyEvent from input control on web (flutter/engine#17242) 2020-04-01 09:32:18 -07:00
skia-flutter-autoroll
2dc19afab4 Roll src/third_party/skia 0f5e7581a004..e8d2080a34ed (2 commits) (flutter/engine#17447) 2020-04-01 09:21:03 -07:00
Brian Osman
6ed6d9bdc8 Finish removing deprecated SkCanvas virtuals (flutter/engine#17445)
API staging is complete - these defines have been removed.
2020-04-01 10:27:50 -04:00
skia-flutter-autoroll
90d00cc625 Roll src/third_party/skia 7a3358c80b6e..0f5e7581a004 (1 commits) (flutter/engine#17444) 2020-04-01 06:56:01 -07:00
Chinmay Garde
c338e362f1 Use Metal on iOS by default. (flutter/engine#17431)
Fixes https://github.com/flutter/flutter/issues/18208. All Metal for iOS related work items described in https://github.com/orgs/flutter/projects/5 have been completed.
2020-03-31 23:37:04 -07:00
Chinmay Garde
1eec7d5d8e If the application says there is a new texture but does not provide one, reuse the last texture. (flutter/engine#17437)
This matches the behavior of the OpenGL backend.
2020-03-31 22:01:32 -07:00
mikejurka
f434b2e6a8 [fuchsia] Fix bug when applying scale. (flutter/engine#17436)
We were always scaling z by 0, instead of 1. This
caused the z elevation of some layers to be 0,
which was incorrect.
2020-03-31 21:49:44 -07:00
skia-flutter-autoroll
76cf8e7f91 Roll src/third_party/skia 65d3ad953957..7a3358c80b6e (20 commits) (flutter/engine#17435) 2020-03-31 18:21:01 -07:00
mikejurka
9a7303b7ad [fuchsia] Re-enable shadows. (flutter/engine#17380)
Now that client apps use the same elevations on
Fuchsia and other platforms, shadows should look
identical.
2020-03-31 18:07:12 -07:00
Robert Ancell
eda8501719 Update FlDartProject to new path format (flutter/engine#17302)
Matches the structure used on Windows of assuming a directory format.
2020-03-31 15:25:44 -07:00
liyuqian
b4f8a7c881 GPU to raster rename, patch 2 (flutter/engine#17428) 2020-03-31 15:16:11 -07:00
Chinmay Garde
7bc00f2d09 Fix iOS builds on Xcode 11.4 for new enum values added in iOS 13.4. (flutter/engine#17429)
The following issues have been filed to track the handling of these enum values:

* Handle the UITouchTypeIndirectPointer enum value. https://github.com/flutter/flutter/issues/53696
* Handle the UITouchPhaseRegion enum values. https://github.com/flutter/flutter/issues/53695

No change in functionality. Only makes the iOS engine build on the latest
versions of Xcode and iOS SDK. The enum values cannot be used with the
API_AVAILABLE macro because the buildbots have not been updated yet.
2020-03-31 15:10:05 -07:00
Nathan Rogers
afb66ed5a6 [fuchsia] Remove "CreateTraceProvider" trace event (flutter/engine#17423)
Since the trace provider hasn't been created yet, it is not possible to
trace the creation of a trace provider using a TRACE_DURATION event (the
trace enabled and category check will always fail).  While this isn't
causing any urgent problems, remove it to set a good example for other
clients of tracing that might happen to reference this code.
2020-03-31 15:09:38 -07:00
liyuqian
6464f4eb97 Strengthen json string comparisons (flutter/engine#17425)
Make the test robust even if the json map reorders its keys.
2020-03-31 15:02:26 -07:00
liyuqian
b5318d05ff More rename from GPU thread to raster thread (flutter/engine#17408)
This PR touches variable names, class names, and file names so it's significantly more risky than its predecessor https://github.com/flutter/engine/pull/17329

Due to file name changes, this PR is expected to change the license files.

We haven't rename `shell/gpu` to `shell/raster` yet. It should be optional but I think it's better to have `raster_surface_software.cc` than `gpu_surface_software.cc`.
2020-03-31 14:05:28 -07:00
skia-flutter-autoroll
904b02bd39 Roll src/third_party/skia 732f84d3e279..65d3ad953957 (3 commits) (flutter/engine#17418) 2020-03-31 10:31:03 -07:00
liyuqian
2849649e8c Correct --dry-run hint (flutter/engine#17413) 2020-03-31 10:21:02 -07:00
Ferhat
1a3231ec1f Add regression test for treeshaking debugFillProperties (flutter/engine#17325)
* Add test to make sure we don't regress treeshaking of debugFillProperties
* update cirrus
2020-03-31 09:43:14 -07:00
skia-flutter-autoroll
0d22fd875e Roll src/third_party/skia e9bc857b39c2..732f84d3e279 (25 commits) (flutter/engine#17411) 2020-03-31 05:56:03 -07:00
Chinmay Garde
319400c37e Document flutter::SkiaConcurrentExecutor. (flutter/engine#17394) 2020-03-30 16:45:51 -07:00
Ferhat
de38b85deb [web] Fix HtmlImage state pollution due to image.clone optimization (flutter/engine#17370)
* fix drawImage style when destination width==source
* Add regression test
* dartfmt
* update golden lock
* Addressed review comment
* remove transform reset since _drawImage is called
2020-03-30 16:42:36 -07:00
gaaclarke
ff0ab7cc79 Roll src/third_party/dart 1402e8e1a42d.e21c4353006d (95 commits) (flutter/engine#17386)
git log 1402e8e1a42d..e21c4353006d665e7c4378413ad4d237f18437e0 --date=short --first-parent --format='%ad %ae %s'
2020-03-30 jsimmons@google.com [dart:io] Fuchsia version of SocketBase::AvailableDatagram
2020-03-30 jwren@google.com Fix the dart help test output by implementing printUsage() in the test command
2020-03-30 sstrickl@google.com [vm/aot] Drop some Function objects not needed at runtime.
2020-03-30 mit@google.com Roll pub to latest version
2020-03-30 scheglov@google.com Document differences in inheritance tests between CFE and analyzer.
2020-03-30 scheglov@google.com Revert "Fix the result type of binary expression with the left TypeParameter extends num type."
2020-03-30 johnniwinther@google.com [cfe] Handle member signatures from dill in class hierarchy builder
2020-03-30 eernst@google.com [cfe] Add missing .next in endImplicitCreationExpression
2020-03-30 jensj@google.com [CFE] Add api to get language version for uri
2020-03-30 johnniwinther@google.com [cfe] Don't include member signature in id testing by default.
2020-03-30 johnniwinther@google.com [kernel] Make verbose qualified names conditional in toStringInternal
2020-03-30 devoncarew@google.com [dartdev] test the dartdev analyze --fatal-warnings option
2020-03-30 brianwilkerson@google.com Enable omit_local_variable_types in analyzer_plugin
2020-03-30 brianwilkerson@google.com Enable omit_loval_variable_types in analysis_server_client
2020-03-30 brianwilkerson@google.com Enable omit_local_variable_types in analysis_server
2020-03-30 keertip@google.com Add guard code for exceptions from ResourceProvider when reading contents.
2020-03-29 scheglov@google.com Fix the result type of binary expression with the left TypeParameter extends num type.
2020-03-28 scheglov@google.com Fix for creating a setter when the target is in a part without a library.
2020-03-28 brianwilkerson@google.com Remove the need for a --corpus flag from completion_metrics
2020-03-28 brianwilkerson@google.com Remove the need for a --corpus flag from relevance_metrics
2020-03-28 brianwilkerson@google.com Remove an unused variable in AstBuilder
2020-03-28 brianwilkerson@google.com Sort non-generated files in analyis_server and add a test to ensure they stay that way
2020-03-28 scheglov@google.com Add LibraryElement.languageVersionMajor/Minor
2020-03-28 scheglov@google.com Report exceptions with the file content for getResult().
2020-03-28 scheglov@google.com Fix crash in index when the invoked element is multiply defined.
2020-03-28 eernst@google.com Add implementation of several parts of non-function type aliases
2020-03-28 johnniwinther@google.com [cfe] Groups standard tests in update_expectations.dart
2020-03-28 sra@google.com [dart2js] Specialize is- and as- tests for nullable types
2020-03-28 rmacnak@google.com [vm] Do not allocate when evaluating arguments to StorePointer.
2020-03-28 rmacnak@google.com [vm] Fix some data races with profiler samples.
2020-03-28 alexmarkov@google.com Revert "[analyzer] Remove deprecated language version API"
2020-03-27 nshahan@google.com [ddc] Cleanup cast in dart:_runtime lib
2020-03-27 brianwilkerson@google.com New relevance values for UriContributor
2020-03-27 brianwilkerson@google.com New relevance values for KeywordContributor
2020-03-27 brianwilkerson@google.com New relevance values for VariableNameContributor
2020-03-27 paulberry@google.com Migration: don't use union edges for field formal parameters
2020-03-27 rmacnak@google.com [vm] Fix memory leak in profiler when some samples are in native functions without a dynamic symbol.
2020-03-27 bkonyi@google.com [ package:dds ] Fixed smoke_test.dart which was unable to launch smoke.dart due to use of a relative path.
2020-03-27 zichangguo@google.com [dart:io] Fix parsing the response of the HTTP connect method
2020-03-27 mfairhurst@google.com [nnbd_migration] Add confirm dialog to "apply migration" button
2020-03-27 rmacnak@google.com [test] Update use of Null as a bottom type to Never.
2020-03-27 eernst@google.com Added new tests.
2020-03-27 alexmarkov@google.com [vm/nnbd/aot/tfa] Support NNBD strong mode in type flow analysis
2020-03-27 mfairhurst@google.com [analyzer] Remove deprecated language version API
2020-03-27 brianwilkerson@google.com Update relevance computations in LocalReferenceContributor
2020-03-27 brianwilkerson@google.com Update relevance values for LocalLibraryContributor and ImportedReferenceContributor
2020-03-27 sigurdm@google.com Bump pub version
2020-03-27 sigmund@google.com [dart2js] Update test-matrix to specify the libraries.json to dart2js batch runner
2020-03-27 jcollins@google.com Update dartdoc to 0.30.3.
2020-03-27 alexmarkov@google.com [vm/nnbd] Fix marking static fields as late
2020-03-27 scheglov@google.com Fix for completion in formal parameters of GenericFunctionType.
2020-03-27 mfairhurst@google.com [nnbd_migration] Add a "rerun from sources" button.
2020-03-27 mfairhurst@google.com Revert "[analyzer] Copy result of allSupertypes for now."
2020-03-27 scheglov@google.com Merge types during instance member inference.
2020-03-27 scheglov@google.com Catch linking exceptions and include the cycle file contents.
2020-03-27 johnniwinther@google.com [cfe] Handle throw in return type inference
2020-03-27 alexmarkov@google.com [vm/aot/tfa] Fix tracking of parameters in async_op closures
2020-03-27 zichangguo@google.com Reland "[dart:io] Fix hanging on zero-length datagram"
2020-03-27 athom@google.com [infra] Update checked-in SDKs to 2.8.0-dev.18.0
2020-03-27 johnniwinther@google.com [cfe] Add tool for updating all id-tests and expectation tests
2020-03-27 athom@google.com [homebrew] Add support for the beta channel formula
2020-03-27 brianwilkerson@google.com Sort files in analysis_server_client and analyzer_plugin and add tests to keep them that way
2020-03-27 askesc@google.com [benchmark] Benchmark for UTF-8 decoding with typical data.
2020-03-27 jensj@google.com [parser] Change recovery for constructor; report errors in bad constructors
2020-03-27 johnniwinther@google.com [cfe] Use legacy erasure before argument inference
2020-03-27 jensj@google.com [kernel] Polish toString implementation on AST nodes
2020-03-27 sra@google.com [dart2js] Print non-minified init object as multiline
2020-03-27 karlklose@google.com [infra] Handle test steps with no tested configuration
2020-03-27 zichangguo@google.com [dart:io] remove available at _NativeSocket::Read
2020-03-27 nbosch@google.com Remove a stale TODO comment
2020-03-27 rnystrom@google.com Add other breaking changes to CHANGELOG.
2020-03-27 liama@google.com [nnbd/test] Fix tests that are failing in strong mode
2020-03-26 rnystrom@google.com Fix Markdown link in CHANGELOG and remove duplicate entry.
2020-03-26 brianwilkerson@google.com Compute new relevance in LocalConstructorContributor
2020-03-26 kevmoo@google.com DEPS: remove references to pkg:package_resolver
2020-03-26 jcollins@google.com Add a way for analysis_server to open communication via a IsolateChannel.
2020-03-26 scheglov@google.com Use NNBD_TOP_MERGE to combine signatures of the inherited members.
2020-03-26 nshahan@google.com [ddc] Update types in JSArray operations
2020-03-26 srawlins@google.com Migrator: Add an auth token for the preview site
2020-03-26 dacoharkes@google.com [vm] Add Reachability Fence Instruction
2020-03-26 sra@google.com [benchmark] Make BigIntPrintParse be NNBD-agnostic
2020-03-26 rnystrom@google.com Bump the SDK constraint on dart_internal to permit Dart 2.8.0.
2020-03-26 kevmoo@google.com Update changelog with dart2js --package-root removal
2020-03-26 alexmarkov@google.com [vm/corelib] Specify types explicitly in convert_patch.dart
2020-03-26 scheglov@google.com Update checkForWrongTypeParameterVarianceInMethod(), fix NPE.
2020-03-26 mfairhurst@google.com [analyzer] Copy result of allSupertypes for now.
2020-03-26 scheglov@google.com Add  more data to debug crash in buildExportNamespace().
2020-03-26 scheglov@google.com Fix for crash when FieldFormalParameter in a local function has annotations.
2020-03-26 bkonyi@google.com [ VM / DartDev ] Disable DartDev for the 2.8 release
2020-03-26 kevmoo@google.com Remove unused package-root option and configuration from dart2js
2020-03-26 srujzs@google.com [dart:html] Add nullability to EventTarget conversion
2020-03-26 kevmoo@google.com DEPS: Bring in latest pub
2020-03-26 dacoharkes@google.com [vm/ffi] Mark Struct as entrypoint
2020-03-26 jensj@google.com [analyzer] Sort entries in error.dart and syntactic_errors.dart
2020-03-26 karlklose@google.com [infra] pkg/smith: custom test runner steps are test steps
2020-03-30 15:22:47 -07:00
liyuqian
663eb4db1a Disable OnServiceProtocolGetSkSLsWorks in Fuchsia (flutter/engine#17361) 2020-03-30 14:31:03 -07:00
Jason Simmons
807361feff Use the private presentation window type for platform view windows (flutter/engine#17385) 2020-03-30 14:26:10 -07:00
wqyfavor
1000f22660 Fix FlutterView's _delegate is not declared as ivar but a global variable. (flutter/engine#17206) 2020-03-30 14:26:03 -07:00
skia-flutter-autoroll
a0aa13ca0e Roll src/third_party/skia 5b11a58c6297..e9bc857b39c2 (5 commits) (flutter/engine#17395)
https://skia.googlesource.com/skia.git/+log/5b11a58c6297..e9bc857b39c2

git log 5b11a58c6297..e9bc857b39c2 --date=short --first-parent --format='%ad %ae %s'
2020-03-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f2bee3043a5e..1b2dd6f92a6b (18 commits)
2020-03-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 2cb42d2f8146..af1924a67aab (483 commits)
2020-03-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3ca41df3d3ba..1c29477aa06e (9 commits)
2020-03-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-03-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps

Created with:
  gclient setdep -r src/third_party/skia@e9bc857b39c2

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 michaelludwig@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: michaelludwig@google.com
2020-03-30 16:24:04 -04:00
Ferhat
60ad54840a [web] Fix canvas z-index leaking across repaints when element is reused. (flutter/engine#17378)
* Fix z-index leak. Add test for canvas reuse
* add regression test
* update golden locks
* fix analysis errors
2020-03-30 12:54:06 -07:00
Kaushik Iska
0fc0ae091d Readme change to trigger builds (flutter/engine#17398) 2020-03-30 11:55:46 -07:00
skia-flutter-autoroll
b65bd40239 Roll src/third_party/skia 7345d88277c4..5b11a58c6297 (18 commits) (flutter/engine#17387)
https://skia.googlesource.com/skia.git/+log/7345d88277c4..5b11a58c6297

git log 7345d88277c4..5b11a58c6297 --date=short --first-parent --format='%ad %ae %s'
2020-03-28 mtklein@google.com skvm::Builder friendliness improvements
2020-03-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-03-27 bungeman@google.com Fix gcc 9 warnings.
2020-03-27 bsalomon@google.com Rename SkColorTypeComponentFlags to SkColorChannelFlags.
2020-03-27 reed@google.com all colorfilters but RT converted to skvm
2020-03-27 egdaniel@google.com Add GrD3DPipelineState class and setup vertex input information.
2020-03-27 reed@google.com onProgram for SkGaussianColorFilter, plus gm and bench
2020-03-27 csmartdalton@google.com Rename TessellatingPathRendererTests.cpp -> "Triangulating"
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 02e15b249b12..3ca41df3d3ba (10 commits)
2020-03-27 egdaniel@google.com Remove some unused 3 byte vertex attrib types.
2020-03-27 robertphillips@google.com Make the distanceFieldAdjustTable a static singleton
2020-03-27 jvanverth@google.com Minor fixes for D3D build.
2020-03-27 bungeman@google.com Fix gcc9 warning around size of memset.
2020-03-27 csmartdalton@google.com Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer
2020-03-27 nifong@google.com Remove deprecated functions
2020-03-27 reed@google.com onProgram for overdraw-colorfilter
2020-03-27 bsalomon@google.com Remove texture swizzle from GrSurfaceProxy.
2020-03-27 bsalomon@google.com Fix TODO SkImage_GpuBase to check SkColorInfo and not a fake SkImageInfo

Created with:
  gclient setdep -r src/third_party/skia@5b11a58c6297

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 robertphillips@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: robertphillips@google.com
2020-03-30 08:25:50 -04:00
Chinmay Garde
8022f18109 Document flutter::DartVMData. (flutter/engine#17392) 2020-03-30 00:20:54 -07:00
Yegor
97bf969dc0 fix implicit dynamic and two lints everywhere; implicit cast in dev/ (flutter/engine#17372) 2020-03-29 19:23:37 -07:00
Gary Qian
317c96c3ce Partially revert Samsung keyboard force-update workaround (flutter/engine#17391) 2020-03-29 15:46:39 -07:00
skia-flutter-autoroll
36b7b1cb63 Roll src/third_party/skia 385de38b272f..7345d88277c4 (8 commits) (flutter/engine#17373)
https://skia.googlesource.com/skia.git/+log/385de38b272f..7345d88277c4

git log 385de38b272f..7345d88277c4 --date=short --first-parent --format='%ad %ae %s'
2020-03-27 bungeman@google.com gn format gn/BUILD.gn
2020-03-27 brianosman@google.com Re-generate source from FP files after clang-format change
2020-03-27 brianosman@google.com Remove arbitrary limit on number of composed color filters
2020-03-27 brianosman@google.com Remove GrSRGBEffect
2020-03-27 brianosman@google.com Disable BinPackParameters in .clang-format
2020-03-27 bungeman@google.com Add back deprecated warnings.
2020-03-27 phanm@google.com Add experimental support for svg text tag.
2020-03-27 robertphillips@google.com Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper

Created with:
  gclient setdep -r src/third_party/skia@7345d88277c4

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 robertphillips@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: robertphillips@google.com
2020-03-28 12:08:05 -04:00
Nurhan Turgut
63faebcd92 change chrome version (flutter/engine#17382)
* change chrome version

* change chrome version
2020-03-27 16:52:02 -07:00
Emmanuel Garcia
2656509ba5 Reland unobstructed platform views (flutter/engine#17336) 2020-03-27 16:39:29 -07:00
Anna Gringauze
744ae0083a Enable expression evaluation in the debugger for web (flutter/engine#17324) 2020-03-27 16:09:40 -07:00
Dan Field
229089d3c7 Add keep annotation to Locale.toString (flutter/engine#17376) 2020-03-27 15:24:54 -07:00
Emmanuel Garcia
e7798e90f4 Add name to the XCTAttachments in the scenario test app (flutter/engine#17355) 2020-03-27 13:10:39 -07:00
Yegor
3aace8df56 enable Dart analysis for Web on Cirrus (flutter/engine#17377) 2020-03-27 11:46:02 -07:00
Yegor
d20bb30d3a Reland "add limited analysis options (#17332)" (flutter/engine#17374)
* Reland "add limited analysis options (#17332)"

This time I'm starting without Cirrus. Will add Cirrus serpartely from code changes.

This reverts commit 27da616b212419552551d1f9a9ed097f133d1221.

* disable Cirrus analysis check
2020-03-27 11:06:10 -07:00
Brian Osman
913a683352 Guard SkCanvas bitmap virtuals for deprecation and removal (flutter/engine#17371) 2020-03-27 13:28:03 -04:00
skia-flutter-autoroll
7bdfdd7859 Roll src/third_party/skia 265de3a93c6e..385de38b272f (22 commits) (flutter/engine#17369)
https://skia.googlesource.com/skia.git/+log/265de3a93c6e..385de38b272f

git log 265de3a93c6e..385de38b272f --date=short --first-parent --format='%ad %ae %s'
2020-03-27 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6719f54ac7ce..f2bee3043a5e (6 commits)
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 77090261dabc..02e15b249b12 (8 commits)
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 16171704b6dc..2cb42d2f8146 (394 commits)
2020-03-26 mtklein@google.com implement matrix 0/1 todo
2020-03-26 brianosman@google.com Disable Processor tests on TecnoSpark3Pro
2020-03-26 reed@google.com handle HSL case in HSLMatrix for skvm
2020-03-26 reed@google.com add bench for highcontrast-colorfilter
2020-03-26 fmalita@chromium.org [skottie] Cleanup: relocate Animator base class out of SkSG
2020-03-26 michaelludwig@google.com Correctly initialize LayerIter's cached device origin.
2020-03-26 jvanverth@google.com Add GrD3DRenderTarget and GrD3DTextureRenderTarget.
2020-03-26 jlavrova@google.com Respect grapheme clusters when wrapping text
2020-03-26 csmartdalton@google.com Add glDraw*BaseInstance functions to GrGLInterface
2020-03-26 bungeman@google.com Include system headers last.
2020-03-26 jvanverth@google.com Rename GrD3DTextureInfo to GrD3DTextureResourceInfo.
2020-03-26 bungeman@google.com Begin fixing GrShaderVar.
2020-03-26 csmartdalton@google.com Rename CPU tessellation to "triangulation"
2020-03-26 brianosman@google.com Reland "Switch sRGB color filter to use GrColorSpaceXformEffect"
2020-03-26 brianosman@google.com Update comment about Mali G series
2020-03-26 reed@google.com onProgram for HighContrastColorFilter
2020-03-26 brianosman@google.com Add workaround flag for color space transform math on Mali G GPUs
2020-03-26 nifong@google.com Reland "Switch to using a Float32Array (bound as value array) for color."

Created with:
  gclient setdep -r src/third_party/skia@385de38b272f

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 robertphillips@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: robertphillips@google.com
2020-03-27 11:22:22 -04:00
Gary Qian
ba66644dce Locale: empty string equates to null (flutter/engine#17356) 2020-03-27 04:57:07 -07:00
wqyfavor
eff3cb31a1 Fix problem that using multi-engines, sometimes OpenGL would crash be cause of invalid EAGLContext (flutter/engine#17366) 2020-03-27 02:40:56 -07:00
Chinmay Garde
27da616b21 Revert "add limited analysis options (#17332)" (flutter/engine#17368)
This reverts commit c6aa044fde6a2b4fe89b6c92402126d6b33ef01b.
2020-03-27 02:38:50 -07:00
Chinmay Garde
25d419a729 Disable ShellTest.OnServiceProtocolGetSkSLsWorks. (flutter/engine#17367)
Re-enabling tracked in https://github.com/flutter/flutter/issues/53399.
2020-03-27 01:10:15 -07:00