874 Commits

Author SHA1 Message Date
David Worsham
b0d80cc091 [fuchsia] Migrate integration test to CFv2 (flutter/engine#35318) 2022-08-19 17:58:53 -07:00
Gary Qian
b30aeada6d Upgrade Android SDK to 33 Tiramisu (flutter/engine#35415) 2022-08-19 00:26:52 +00:00
godofredoc
589a66b3d4 "Reland" "Updates objectc script to accept relative paths."" (flutter/engine#35314) 2022-08-10 23:00:22 +00:00
Dan Field
71fb6bf64b Migrate gen_locale.dart to null-safety (flutter/engine#35236) 2022-08-09 13:08:54 -07:00
Zachary Anderson
630fcc6ccf Revert "Updates objectc script to accept relative paths. (#35190)" (flutter/engine#35265)
This reverts commit 0d334c8f830199bfdf70e08b174bb5570ec8efa9.
2022-08-09 07:16:24 -07:00
godofredoc
0d334c8f83 Updates objectc script to accept relative paths. (flutter/engine#35190) 2022-08-09 05:46:04 +00:00
Erik
0b38a3be43 Change behavior of BuildTarget parameter 'additional_targets' and renamed to 'build_targets', targets must now be passed in otherwise it will default to building all of flutter (flutter/engine#35195) 2022-08-08 12:28:38 -04:00
Zachary Anderson
fef4fbff13 Disable clang-tidy pre-push hook by default (flutter/engine#35207) 2022-08-05 22:31:23 -07:00
Michael Goderbauer
bfd0781318 Analyze all dart code on CI (flutter/engine#35147) 2022-08-05 17:38:05 +00:00
Sébastien Marchand
91c513d243 [Fuchsia] Specify the target API level in pm_tool.gni (flutter/engine#35132)
Bug: fxb/105705
2022-08-04 09:53:20 -07:00
Xilai Zhang
582dc03a0c [gn] Mac entitlement config for font subset (flutter/engine#34989) 2022-08-02 15:52:04 +00:00
Chinmay Garde
dc18c5be1a Fix detection of Mac target specification as a host build. (flutter/engine#35063) 2022-08-01 22:13:03 +00:00
Michael Goderbauer
cc50c5249c Sync analysis_options.yaml with flutter/flutter (flutter/engine#34986) 2022-07-29 16:41:04 -07:00
Michael Goderbauer
c41feb31be Update instructions in licenses/README.md (flutter/engine#34990) 2022-07-29 06:11:04 +00:00
Stephen (Alex) Wallen
4e609e3841 Update reference to python3 with vpython3 (flutter/engine#34950) 2022-07-28 17:28:04 +00:00
Stephen (Alex) Wallen
906cb2a4c0 Update python3 reference to vpython3 (flutter/engine#34952) 2022-07-28 17:23:03 +00:00
Chinmay Garde
e1218270fd Don't compile the Skia GL backend on iOS. (flutter/engine#34924) 2022-07-28 00:51:03 +00:00
Sébastien Marchand
accd3e401b [fuchsia] Bump the target API level to 9 (flutter/engine#34936) 2022-07-27 07:32:07 -07:00
Kaushik Iska
708668eb32 Fix build issues for impeller vulkan (flutter/engine#34843) 2022-07-22 15:20:51 -04:00
Loïc Sharma
64c83cfc87 Revert "Use git exec candidate list on all platforms for build" (flutter/engine#34844) 2022-07-22 17:45:04 +00:00
Loïc Sharma
0fd8f28571 Revert "Fix pre-push githooks on Windows and enable all format checks" (flutter/engine#34821) 2022-07-21 20:07:04 +00:00
Jason Simmons
677e00c935 Roll to a current version of libcxx (flutter/engine#34720)
Also rolls to a buildroot that increases the minimum required macOS version
to 10.13

See https://github.com/flutter/flutter/issues/107492
2022-07-21 10:06:23 -07:00
Dan Field
f37da53cfb Drop unnecessary @dart annotations (flutter/engine#34760) 2022-07-19 22:07:04 +00:00
Kaushik Iska
9103a4992e [impeller] Fix linkage issue when impeller_enable_vulkan = true (flutter/engine#34763) 2022-07-19 18:54:03 +00:00
Márk Tolmács
140e1231cf Fix pre-push githooks on Windows and enable all format checks (flutter/engine#34374) 2022-07-13 22:06:05 +00:00
Márk Tolmács
c85e3529b1 Fix tests on the Windows platform (flutter/engine#34350)
Addresses https://github.com/flutter/flutter/issues/36301
2022-07-11 11:01:05 -07:00
Dan Field
6dd8d32f31 Expose SkPathOps in a standalone library. (flutter/engine#34267) 2022-07-11 10:11:03 -07:00
Ian Hickson
c80a53e2a3 Roll flatbuffers (flutter/engine#34518) 2022-07-08 23:41:04 +00:00
omerlevran46
abda444816 [fuchsia] build_fuchsia_artifacts.py use the tools from the proper (flutter/engine#34542)
directory
2022-07-08 13:09:35 -07:00
Jonah Williams
ba75a61925 remove fractional translation gn args (flutter/engine#34507) 2022-07-07 19:52:04 +00:00
omerlevran46
ae6cc0adce [fuchsia] fidl_dart - Use the tools from the proper directory (flutter/engine#34503) 2022-07-07 16:58:04 +00:00
Jia Hao
036265b39e Avoid vsync scheduling delay (flutter/engine#34363) 2022-06-30 05:22:04 +00:00
Márk Tolmács
e517dd9b9b Use git exec candidate list on all platforms for build (flutter/engine#34294)
* Use git exec candidate list on all platforms for build

build/git_revision.py now uses a git executable name search list on all
platforms, avoiding issues with some Windows installations.

* Moving python import to top to satisfy linter

* Fixing format error and removing unneeded check

* Adding git candidate search to githooks setup.py

* Adding missing COM initialization to
flutter_tester executable on Windows

* Revert "Adding missing COM initialization to"

Reason: Added to incorrect branch

This reverts commit 1b0da56ffd9af41d457f5a609022d4b0387cd935.

* Format fix for setup.py
2022-06-28 09:30:46 -07:00
Dan Field
5354cfb1e7 Fix GN warnings related to ANGLE (flutter/engine#34336) 2022-06-28 01:54:04 +00:00
Sébastien Marchand
89f95ef9e4 [fuchsia] Use the proper version of fidlc (flutter/engine#34271) 2022-06-24 08:59:06 -07:00
Zachary Anderson
efe086ab30 Adds a flag to the gn script to build with -fstack-protector (flutter/engine#34257) 2022-06-24 08:45:19 -07:00
Sébastien Marchand
a7766026f6 [fuchsia] fuchsia_archive - Use the tools from the proper directory (flutter/engine#34255) 2022-06-23 18:34:05 -07:00
Dan Field
f7163f555c Roll SwiftShader, ANGLE, use SwANGLE in test harnesses (flutter/engine#33814)
Roll Swiftshader, ANGLE, and Vulkan deps.

Updates license bot for new locations of licenses and new files
in roll.

Converts unit test harnesses to use SwANGLE, which is the
supported way of using SwiftShader as a software backend for GLES.

Updates goldens due to swiftshader changes.

Fixes up include paths to avoid directly including third_party
code by that name, which is unlikely to work in other build
environments.

Includes upstream patches to ANGLE and SwiftShader to build in our
windows environments, as well as patches to Skia to support
defining the location of VulkanMemoryAllocator and a patch to ANGLE
to support opting into a newer version of VMA.
2022-06-23 16:43:39 -07:00
Emmanuel Garcia
135a1c8e56 Handle SurfaceView in a VirtualDisplay (flutter/engine#33599) 2022-06-22 19:39:05 -07:00
jensjoha
f316b56ce7 Fix dot package references (flutter/engine#34174)
Don't use .packages -> use .dart_tool/package_config.json
2022-06-21 08:17:18 +02:00
Alex Zaslavsky
912d4bb230 Remove no-op flag from fidlc response gen (flutter/engine#34110) 2022-06-17 16:44:04 +00:00
Kaushik Iska
897649bb6f [fuchsia] Update Fuchsia Linux SDK (flutter/engine#34074) 2022-06-15 17:20:04 +00:00
Kaushik Iska
73103cd414 Update license script to ignore NOTICE.fuchsia file (flutter/engine#34038)
More context at http://fxb/94240
2022-06-14 17:22:17 -04:00
Devon Carew
5f127682d3 update for the latest Dart SDK roll (flutter/engine#34025)
* update for the latest Dart SDK roll

* Update DEPS

update the dart revision to 204b67e5a029de64899154068cf1099b4f7db1f1

* Update license hash

Co-authored-by: Alexander Aprelev <aam@google.com>
2022-06-13 23:02:30 -07:00
Chinmay Garde
16731be1a7 [Impeller] Allow for the specification of pipeline stage information at runtime. (flutter/engine#33882)
Towards implementing the FragmentProgram API in Impeller.

Specifies an Impeller specific format for data the renderer can use to create
pipelines with user supplied shader stages at runtime.

The data is in the form of a flatbuffer with a known schema.

This patch implements the wire format, creating and loading the program
payloads, and creating pipeline state objects using these payloads.

If the user supplied SPIRV intended for the older API, the loader will reject
this invalid payload. This is probably not going to be too much of an issue
because the FragmentProgram API will probably be modified to only allow buffers
loaded from asset managers. But still, in the meantime, I am using the old API
to pass these new buffers.

Fixes https://github.com/flutter/flutter/issues/104750
Fixes https://github.com/flutter/flutter/issues/105542
Towards resolving https://github.com/flutter/flutter/issues/102853
2022-06-13 18:33:00 -07:00
Ryan Macnak
552c516556 Disable compressed pointers on iOS. (flutter/engine#34001)
Because we are unable to allocate address space without also allocating memory, even unused portions of the compressed heap make less memory available to all other allocators in the process. The memory savings in the compressed heap will only out-weight the lost memory for other allocations if nearly all of the application's memory usage is in Dart, rather than, say, graphics or plugins.

Bug: https://github.com/flutter/flutter/issues/105183
Bug: b/235279083
2022-06-13 12:28:19 -07:00
William Hesse
dedb924576 Remove dependencies on package charcode (flutter/engine#33925)
The charcode package has been removed from the Dart SDK source
checkout, and the Flutter engine packages that list it in
their pubspecs do not depend on it directly or indirectly.

Remove it from their pubspecs, so they do not break when
the package disappears from the engine source checkout.

Bug: https://dart-review.googlesource.com/c/sdk/+/247500
2022-06-09 08:04:35 -07:00
William Hesse
7cbb6a2dd6 Change pub_get_offline hook to find engine src relative to script (flutter/engine#33869)
* Change pub_get_offline hook to find engine src relative to script

If a gclient checkout checks out engine source to a different directory,
the source packages should be found relative to the script location.

Bug: https://github.com/dart-lang/sdk/issues/49163

* Change pub_get_offline hook to find engine src relative to script

If a gclient checkout checks out engine source to a different directory,
the source packages should be found relative to the script location.

Bug: https://github.com/dart-lang/sdk/issues/49163

* Fix merge errors, run ci/bin/format.dart
2022-06-08 18:39:17 -07:00
Dan Field
8f11a9f069 Do not set use_ios_simulator unconditionally (flutter/engine#33855) 2022-06-07 20:18:05 -07:00
Dan Field
ff84e8584e Add a license file for impellerc, rename font-subset license (flutter/engine#33859) 2022-06-06 18:08:04 -07:00