11652 Commits

Author SHA1 Message Date
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
Yegor
c6aa044fde add limited analysis options (flutter/engine#17332)
add limited analysis options
2020-03-26 14:38:59 -07:00
Nurhan Turgut
f844653475 [web] improving felt: running target unit tests, cleaning up used proccesses (flutter/engine#17339)
* improving felt: running target unit tests, cleaning up used proccesses

* removing null check
2020-03-26 14:01:36 -07:00
Dan Field
42c22a2167 Do not drop toString for enums (flutter/engine#17352) 2020-03-26 13:11:54 -07:00
skia-flutter-autoroll
5888ccd57b Roll fuchsia/sdk/core/mac-amd64 from 6zho5... to d4Bft... (flutter/engine#17349) 2020-03-26 10:26:02 -07:00
skia-flutter-autoroll
91f092e4cb Roll src/third_party/skia 95fc5a325168..265de3a93c6e (1 commits) (flutter/engine#17348) 2020-03-26 10:21:01 -07:00
Mouad Debbar
1b44793159 [web] Profile text layout and forward data to macrobenchmarks (flutter/engine#17276) 2020-03-26 09:37:14 -07:00
skia-flutter-autoroll
77bc1022ae Roll src/third_party/dart f6acefa078be..1402e8e1a42d (1 commits) (flutter/engine#17347) 2020-03-26 07:36:04 -07:00
skia-flutter-autoroll
c2282bf29a Roll src/third_party/skia ee2ec6de995b..95fc5a325168 (2 commits) (flutter/engine#17346) 2020-03-26 07:01:03 -07:00
skia-flutter-autoroll
17c120f3ea Roll src/third_party/dart bc53ecefae52..f6acefa078be (4 commits) (flutter/engine#17344) 2020-03-26 02:26:02 -07:00
skia-flutter-autoroll
5456e292b3 Roll fuchsia/sdk/core/linux-amd64 from jHDPP... to nK6R0... (flutter/engine#17341) 2020-03-26 01:11:02 -07:00
skia-flutter-autoroll
b7e9ac8f3e Roll src/third_party/skia b6a99b7b9acb..ee2ec6de995b (9 commits) (flutter/engine#17343) 2020-03-26 00:56:03 -07:00
liyuqian
10824995dd Rename GPU thread to raster thread in code comments (flutter/engine#17329)
1. Simple "GPU thread" to "raster thread" replacement.

2. Regex replace "GPU([\n\r\s]+//+ thread)" with "raster$1".

3. Regex replace "// gpu$" with "// raster".

4. Simple test change.

5. Run ci/format.sh
2020-03-25 22:49:59 -07:00
skia-flutter-autoroll
fae8696703 Roll src/third_party/dart cd8f712bcb01..bc53ecefae52 (4 commits) (flutter/engine#17338) 2020-03-25 21:21:01 -07:00
skia-flutter-autoroll
0686e127bd Roll fuchsia/sdk/core/mac-amd64 from o8vhc... to 6zho5... (flutter/engine#17334) 2020-03-25 19:21:02 -07:00
renyou
bf6347ceef Android change to match the Google internal changes. (flutter/engine#17331)
* Android change to match the google internal changes.

* Fix format.

* Revert format change, add super call.

* Remove comment for API version.
2020-03-25 18:02:46 -07:00
Yegor
b0f7f61073 Preserve zones in Window callbacks (flutter/engine#17298)
preserve Window callback zones
2020-03-25 17:25:06 -07:00
Filip Filmar
36404497fe [runner] Corrects logging of close() status (flutter/engine#16698)
close() returns a nonzero in case of an error.  Old code had it log
only when *no* error happens on close, which is exactly the opposite
of what we want.
2020-03-25 16:31:46 -07:00
skia-flutter-autoroll
d1ab61bec1 Roll src/third_party/dart 232308723704..cd8f712bcb01 (18 commits) (flutter/engine#17328) 2020-03-25 16:16:02 -07:00
Emmanuel Garcia
2913102440 Revert unobstructed platform views (flutter/engine#17326) 2020-03-25 14:36:10 -07:00
Jason Simmons
c2e581b781 Allow drawing raster cache results whose device rect is one pixel larger than the cached image (flutter/engine#17278)
RasterCacheResult::draw constructs the device target rectangle by
calling SkRect::roundOut, which rounds down the left/top coordinates
and rounds up the right/bottom coordinates.  The rounding can produce
a device rect whose width and/or height differs from the cache result
image's width/height by one pixel.
2020-03-25 13:37:27 -07:00
Drew Fisher
abfe606076 fuchsia: remove use of replace_as_executable (second try) (flutter/engine#17313)
On Fuchsia, we can now get executable VMOs from trusted backing
filesystems.  This allows us to remove the use of replace_as_executable
in favor of opening files with `fdio_open_fd_at` with the
`OPEN_RIGHT_EXECUTABLE` flag and getting VMOs by calling
`fdio_get_vmo_exec`.

By moving the responsibility for executability into the filesystem, we
are able to remove `deprecated-ambient-replace-as-executable` from
component manifests for non-JIT runners (the JIT runners still call
replace_as_executable in Dart's allocator).  It wasn't abundantly clear
whether .cmx files for tests were used purely in AOT runtime
environments or also saw JIT usage, so I left those as-is.

For context: this is a second attempt at #16690, which was reverted
because it broke the Dart JIT runner.  The primary difference is that
this time around, we correctly handle absolute vs relative paths,
depending on whether library loading bottoms out in `fdio_open_fd` or
`fdio_open_fd_at`.  I've added additional assertions to help ensure any
new usages use the correct shape of path.

Testing: I verified locally that the flutter product runner works on
Astro, and also successfully ran the Dart JIT example test (which was
the thing blocking the google3 roll with the previous attempt at this
patchset).

Co-authored-by: Drew Fisher <zarvox@google.com>
2020-03-25 13:17:28 -07:00
skia-flutter-autoroll
95ef21485b Roll src/third_party/skia f11e33152460..b6a99b7b9acb (5 commits) (flutter/engine#17323) 2020-03-25 13:11:01 -07:00
Ferhat
8a3fe7d441 Switch ui.window.devicePixelRatio from browser logical to physical. (flutter/engine#17209)
* Switch ui.window.devicePixelRatio to browser dpi
* Add integration test for multi res image loading
* Update cirrus for new integration test
* update canvas golden test root transform
* Update compositing golden test with dpr transform
2020-03-25 12:41:17 -07:00
skia-flutter-autoroll
6aaa3d7b0a Roll src/third_party/dart 62f84880ef15..232308723704 (54 commits) (flutter/engine#17320) 2020-03-25 11:31:03 -07:00
skia-flutter-autoroll
d16656f414 Roll src/third_party/skia 102411c73f7e..f11e33152460 (3 commits) (flutter/engine#17319) 2020-03-25 11:26:04 -07:00
skia-flutter-autoroll
c0878c4fb4 Roll src/third_party/skia ae58199380dd..102411c73f7e (6 commits) (flutter/engine#17318) 2020-03-25 09:11:03 -07:00
Mouad Debbar
ec142ff495 Add the chromedriver/ directory to gitignore
This folder is generated by the integration test manager.
2020-03-25 09:08:15 -07:00
skia-flutter-autoroll
c13640232d Roll src/third_party/skia 9686528ac8c7..ae58199380dd (1 commits) (flutter/engine#17317) 2020-03-25 07:06:02 -07:00
skia-flutter-autoroll
579e80fab3 Roll fuchsia/sdk/core/linux-amd64 from tFo5u... to jHDPP... (flutter/engine#17316) 2020-03-25 04:31:02 -07:00