skia-flutter-autoroll
420dec67f2
Roll Fuchsia Linux SDK from 2ct5j... to 4xypL... ( flutter/engine#19734 )
2020-07-14 09:11:02 -07:00
Yegor
55f9686982
Rebuild CkPath on top of @JS bindings with 3.28x speed-up on the path benchmark ( flutter/engine#19694 )
...
* SkPath bindings
* CkPath uses SkPath
2020-07-14 09:09:00 -07:00
Jenn Magder
1aa5f8cd66
Turn off failing XCTest attachment collection ( flutter/engine#19668 )
2020-07-14 09:06:03 -07:00
godofredoc
f50587fca3
Remove reference to dev_finder. ( flutter/engine#19679 )
...
This is to replace the dev_finder with device-finder.
Bug:
fxb/55369
2020-07-14 08:22:13 -07:00
skia-flutter-autoroll
20d2c57f9c
Roll Skia from 2604a89d3353 to 342273cbaa21 (6 revisions) ( flutter/engine#19723 )
...
https://skia.googlesource.com/skia.git/+log/2604a89d3353..342273cbaa21
2020-07-13 herb@google.com remove firstSubRun
2020-07-13 egdaniel@google.com Add GrContext api to update compressed backend textures.
2020-07-13 herb@google.com Make many things private in SubRun
2020-07-13 robertphillips@google.com Retract GrContext.h from headers
2020-07-13 herb@google.com move regenerate() from VertexRegenerator to SubRun
2020-07-13 reed@google.com remove helper now that g3 is updated
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 nifong@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/+doc/master/autoroll/README.md
2020-07-14 11:09:46 -04:00
David Worsham
cfa8f4e1a8
Fix Mac / iOS builds ( flutter/engine#19728 )
2020-07-13 18:34:49 -07:00
David Worsham
cbd3cd9c0d
fuchsia: Enable most unittests ( flutter/engine#19583 )
...
Tweak the primary flutter build rule so that fuchsia is more similar to
other platforms in how tests and the shell are built.
Only embedder_unittests and GLFW tests are disabled on Fuchsia now.
TEST: Ran unittests on host/fuchsia; workstation on fuchsia
BUG: fxb/53847, fxb/54056
2020-07-13 17:36:19 -07:00
Jenn Magder
6269dbe20f
Wait for platform view to appear in iOS UI tests ( flutter/engine#19725 )
2020-07-13 16:21:40 -07:00
gaaclarke
ef11a05735
Moved to RMSE for image comparison to account for slight variations in golden image tests ( flutter/engine#19658 )
...
Moved to RMSE for image comparison to account for slight variations in golden image production. (also fixed a flakey test)
2020-07-13 16:14:26 -07:00
Jenn Magder
51ef62b895
Remove xcpretty from unit tests to see full output on test failures ( flutter/engine#19667 )
2020-07-13 15:48:42 -07:00
skia-flutter-autoroll
6e1d8c10e1
Roll Fuchsia Linux SDK from YfVT0... to 2ct5j... ( flutter/engine#19720 )
2020-07-13 15:11:02 -07:00
David Reveman
e14e4ad37f
[fuchsia] Use memory_requirements_2 extension. ( flutter/engine#19678 )
...
This is required by some Vulkan 1.0 drivers. For example,
MoltenVK through goldfish ICD when running in the emulator.
Co-authored-by: David Reveman <reveman@google.com>
2020-07-13 17:37:20 -04:00
skia-flutter-autoroll
54618d888b
Roll Skia from 439709a97dfd to 2604a89d3353 (3 revisions) ( flutter/engine#19715 )
2020-07-13 13:56:03 -07:00
Sebastian Roth
fe3a0c34e6
Fixes typo in android_context_gl.h ( flutter/engine#19700 )
2020-07-13 21:45:27 +01:00
Ferhat
fd68000d9c
[web] Implement ulps for path ops ( flutter/engine#19711 )
...
* Implement ulps for path ops
* Address review comments
* cache abs()
* dartfmt and update licenses
2020-07-13 13:43:11 -07:00
Tong Mu
a7cf911b7e
Linux: Use a hash table to map cursors ( flutter/engine#19561 )
...
Refactors the process of looking up system mouse cursor value, so that instead of a linear search it uses a hash table.
2020-07-13 13:32:13 -07:00
nturgut
70de7f832c
Support decimal information on the TextInputType ( flutter/engine#19664 )
...
* adding decimal inoutmode
* change intentation
2020-07-13 13:08:54 -07:00
skia-flutter-autoroll
de4f80fad2
Roll Skia from 7c1967700b44 to 439709a97dfd (8 revisions) ( flutter/engine#19712 )
...
https://skia.googlesource.com/skia.git/+log/7c1967700b44..439709a97dfd
2020-07-13 dnfield@google.com Expose multi-frame methods for SkCodecImageGenerator
2020-07-13 brianosman@google.com Use stable sort for Viewer's help screen
2020-07-13 herb@google.com improve the speed of empty GrTextBlobs
2020-07-13 herb@google.com move drawTextPaths from RTC to SubRun
2020-07-13 johnstiles@google.com Replace ModulateRGBA effect with Xfermode using modulate blend.
2020-07-13 johnstiles@google.com Replace ModulateAlpha effect with Xfermode using src-in blend.
2020-07-13 brianosman@google.com SkRuntimeEffect: Guard against programs with no "main"
2020-07-13 adlai@google.com Make GrAsDirectContext public
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 nifong@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/+doc/master/autoroll/README.md
2020-07-13 12:10:47 -07:00
skia-flutter-autoroll
ed39e6b03a
Roll Skia from d1ce4cb2beb8 to 7c1967700b44 (6 revisions) ( flutter/engine#19707 )
2020-07-13 09:36:03 -07:00
skia-flutter-autoroll
e4a168da7e
Roll Skia from 041796e60364 to d1ce4cb2beb8 (2 revisions) ( flutter/engine#19704 )
2020-07-13 08:16:03 -07:00
Gary Qian
d298a08c85
[Android] Prevent FlutterRenderer listener from calling JNI after detach ( flutter/engine#19558 )
2020-07-13 06:29:30 -07:00
skia-flutter-autoroll
34989a5a1a
Roll Skia from f64be13cbf84 to 041796e60364 (3 revisions) ( flutter/engine#19697 )
2020-07-13 00:21:04 -07:00
skia-flutter-autoroll
67af4a76e4
Roll Skia from 1434ce1aa94d to f64be13cbf84 (2 revisions) ( flutter/engine#19695 )
2020-07-12 23:01:03 -07:00
skia-flutter-autoroll
d49021ff9d
Roll Skia from ed15b1c39b8b to 1434ce1aa94d (1 revision) ( flutter/engine#19692 )
2020-07-12 12:06:02 -07:00
skia-flutter-autoroll
4a4dcc568a
Roll Fuchsia Linux SDK from mrlGt... to YfVT0... ( flutter/engine#19690 )
2020-07-12 11:21:03 -07:00
skia-flutter-autoroll
7c5a66ea31
Roll Skia from c91db040ad18 to e4f36d7ac8f5 (20 revisions) ( flutter/engine#19686 )
2020-07-12 03:11:02 -07:00
skia-flutter-autoroll
bec5aa713a
Roll Fuchsia Linux SDK from QWI76... to mrlGt... ( flutter/engine#19682 )
2020-07-11 22:01:03 -07:00
Andy Weiss
d498287222
Use the main bundle if the App bundle is not found ( flutter/engine#18749 )
...
It looks like half the code in this function was updated to use the
main bundle but this one line was still only using the _dartBundle. I am
pretty sure that is a mistake and instead we want to use the mainBundle
as a backup both to find the plist and to find the assets.
2020-07-11 21:08:27 -07:00
Yegor
b81f1d369c
CkPaint uses SkPaint ( flutter/engine#19562 )
2020-07-11 11:34:42 -07:00
skia-flutter-autoroll
13d26661a7
Roll Fuchsia Linux SDK from GOf1K... to QWI76... ( flutter/engine#19671 )
2020-07-11 04:06:02 -07:00
Srujan Gaddam
42c28d6091
Incorporate compat info changes into flutter engine ( flutter/engine#19606 )
...
Changes related to compatibility info require changes in
Flutter engine libraries. This CL adds null-asserts wherever
necessary to maintain behavior and adds some small modifications
to handle the change in nullability. Warnings about unnecessary
null assertions are disabled temporarily in this CL as well.
Original issue: https://github.com/dart-lang/sdk/issues/41905
2020-07-10 16:49:58 -07:00
skia-flutter-autoroll
6d4c22ed84
Roll Fuchsia Linux SDK from 5R9a0... to GOf1K... ( flutter/engine#19656 )
2020-07-10 14:46:02 -07:00
Zachary Anderson
dad9640dde
Avoid a copy in EncodeImage ( flutter/engine#19504 )
2020-07-10 14:36:13 -07:00
Jason Simmons
3e78d96c0e
Manual Skia roll to c91db040ad18b9cc3236e342e9acca020eaafd10 ( flutter/engine#19650 )
...
Requires rolling the buildroot to use Wuffs version 0.3
2020-07-10 nigeltao@google.com Use Wuffs v0.3 by default, not v0.2
2020-07-10 zepenghu@google.com Add SkRuntimeEffect Fuzzer
2020-07-10 14:05:09 -07:00
nturgut
5e7a8abf87
don't throw error for the new autofill request ( flutter/engine#19633 )
...
* don't throw error for the new autofill request
* change comment
2020-07-10 13:58:19 -07:00
skia-flutter-autoroll
cbc31cdef1
Roll Skia from f8a6b5b4b0d0 to 5160e8caa226 (9 revisions) ( flutter/engine#19647 )
...
https://skia.googlesource.com/skia.git/+log/f8a6b5b4b0d0..5160e8caa226
2020-07-10 mtklein@google.com Revert "Exclude gl files for Fuchsia platform."
2020-07-10 fmalita@chromium.org [skottie] Fill-over-stroke support for text
2020-07-10 guruji@google.com Exclude gl files for Fuchsia platform.
2020-07-10 egdaniel@google.com Add internal calls for updateCompressedBackendTexture.
2020-07-10 bungeman@google.com Fix Op tests when default typeface is empty.
2020-07-10 bsalomon@google.com Revert "Revert "Put top level FPs into their own functions""
2020-07-10 michaelludwig@google.com Apply paint color to alpha-only textures in drawEdgeAAImageSet
2020-07-10 brianosman@google.com Add SkCodecImageGenerator::getScaledDimensions
2020-07-10 mtklein@google.com pack windows ABI stack tightly
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 mtklein@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/+doc/master/autoroll/README.md
2020-07-10 09:55:58 -07:00
Guruji Panda
ee438229f8
Changes to fix build errors in google3. ( flutter/engine#19616 )
2020-07-10 09:50:36 -07:00
skia-flutter-autoroll
f0da986742
Roll Skia from 9f821489c9f3 to f8a6b5b4b0d0 (1 revision) ( flutter/engine#19643 )
2020-07-10 07:26:01 -07:00
skia-flutter-autoroll
baeec72b62
Roll Fuchsia Linux SDK from NC9pp... to 5R9a0... ( flutter/engine#19639 )
2020-07-10 00:36:01 -07:00
skia-flutter-autoroll
037381ecc7
Roll Skia from 4d48bb35972f to 9f821489c9f3 (4 revisions) ( flutter/engine#19638 )
2020-07-10 00:21:02 -07:00
skia-flutter-autoroll
69d7f17d68
Roll Skia from 16bf7d31c819 to 4d48bb35972f (32 revisions) ( flutter/engine#19635 )
2020-07-09 23:01:03 -07:00
nturgut
4815ac39ef
using text capitalization value in web ( flutter/engine#19564 )
...
* using text capitalization value in web engine
* update editing state
* add capitalization support to autofill fields
* add autocapitalize attribute for mobile browsers which effects on screen keyboards
* removing changes on the input value. only keeping onscreen keyboard changes
* update unit tests. tests are added for ios-safari. android chrome is still not supported
* changing license files this time don't update LICENSES file
* Update licenses_flutter
* addresing reviewer comments
2020-07-09 20:25:51 -07:00
Kaushik Iska
a292cb8d21
[android] Pass synthesized eventType to VirtualDisplay platform views and fix memory leak ( flutter/engine#19620 )
2020-07-09 18:06:02 -07:00
Andre
402412982f
Use identical in hashValues instead of operator== ( flutter/engine#19615 )
2020-07-09 20:29:33 -04:00
gaaclarke
26774fd70d
Added the ability to set properties in interface builder for FlutterViewController. ( flutter/engine#19458 )
2020-07-09 17:23:32 -07:00
Robert Ancell
7dc1897fba
Fix clipboard paste functionality not working ( flutter/engine#19489 )
2020-07-10 11:34:23 +12:00
Robert Ancell
2c9a7e1cd7
Fix documentation of unset platform view ID ( flutter/engine#19320 )
2020-07-10 11:17:14 +12:00
Robert Ancell
84ccba79fc
Set locale in Linux shell ( flutter/engine#19470 )
2020-07-10 11:16:50 +12:00
Ferhat
13f0e9a583
[web] Update SurfacePath to use PathRef ( flutter/engine#19557 )
...
* Update SurfacePath to use PathRef
* Fix test analysis errors
* Switch DDRect to use path to reduce paint time processing
* Implement toString() for debug mode
* Fix contains (bounds inclusive) edge case, add test
* Update recording canvas test for drawDRRect change
* Update diffrate for arc/conic render change
* Add test for winding for beveled border. Fix checkOnCurve
* Fix mono quad winding on curve check
* fix _chopCubicAtYExtrema and add test case
* Address reviewer comments / setAll API usage
2020-07-09 13:55:39 -07:00
skia-flutter-autoroll
41990c5640
Roll Skia from 6669b0126705 to 16bf7d31c819 (6 revisions) ( flutter/engine#19617 )
2020-07-09 11:21:02 -07:00