Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a7e033b
WIP
dkwingsmt Aug 4, 2023
ed46975
Compilable
dkwingsmt Aug 7, 2023
eb00183
Merge remote-tracking branch 'origin/main' into mv-pipeline
dkwingsmt Aug 7, 2023
4e2d39a
Merge branch 'mv-window-metrics' into mv-pipeline
dkwingsmt Aug 7, 2023
a3b7567
Merge remote-tracking branch 'origin/main' into mv-pipeline
dkwingsmt Aug 11, 2023
5657aa9
Convert to batch
dkwingsmt Aug 11, 2023
602a27f
Doc
dkwingsmt Aug 14, 2023
eb02629
Merge remote-tracking branch 'origin/main' into mv-pipeline-batch
dkwingsmt Aug 14, 2023
881ac1a
Merge remote-tracking branch 'origin/main' into mv-pipeline-batch
dkwingsmt Aug 15, 2023
db7782d
More checks
dkwingsmt Aug 15, 2023
e4aef72
Fix doc
dkwingsmt Aug 15, 2023
097e5da
Merge branch 'mv-window-metrics' into mv-pipeline-batch
dkwingsmt Aug 15, 2023
f76ee5e
Revert TRACE_EVENT_WITH_FRAME_NUMBER
dkwingsmt Aug 15, 2023
d41d853
Fix clang_tidy lints (#44740)
johnmccutchan Aug 15, 2023
7409ce4
Add more tests for CompositionAwareMixin (#44717)
Amir-P Aug 16, 2023
659cdfc
[Impeller] Cache render target texture allocations across frames. (#4…
Aug 16, 2023
0922302
[Skia] Only respect ui.Paint.dither when the colorSource is a gradien…
matanlurey Aug 16, 2023
5425a04
Roll Dart SDK from b36934aae968 to e6bf503b36fe (1 revision) (#44745)
skia-flutter-autoroll Aug 16, 2023
fabbd77
Roll Skia from 9fc1c628456a to 3d2b84e28e79 (1 revision) (#44746)
skia-flutter-autoroll Aug 16, 2023
3dc86ef
Enabling the host application to control the timing of attaching the …
0xZOne Aug 16, 2023
ed35a3b
Move cache builders to prod. (#44739)
godofredoc Aug 16, 2023
decaccf
Roll Fuchsia Mac SDK from 7iuIq3PsSkuCmuEMr... to Zp9or9YwxZHHPeQbA..…
skia-flutter-autoroll Aug 16, 2023
7cc6a58
Roll Skia from 3d2b84e28e79 to 8f0238837ee4 (1 revision) (#44748)
skia-flutter-autoroll Aug 16, 2023
5b5a91b
Fix tests
dkwingsmt Aug 16, 2023
e03af6a
Roll Skia from 8f0238837ee4 to 586a6309e3a1 (2 revisions) (#44752)
skia-flutter-autoroll Aug 16, 2023
fc41353
Roll Fuchsia Linux SDK from orVLXMF7ak2qfFkGs... to GpKKtPGPMiRcY0kcz…
skia-flutter-autoroll Aug 16, 2023
e8670f0
Roll Dart SDK from e6bf503b36fe to 80b9a90ae563 (2 revisions) (#44753)
skia-flutter-autoroll Aug 16, 2023
da1afff
Merge remote-tracking branch 'origin/main' into mv-pipeline-batch
dkwingsmt Aug 16, 2023
45cce17
Add ignore deprecation
dkwingsmt Aug 16, 2023
86955f7
Fix web parity
dkwingsmt Aug 16, 2023
233c06a
Fix web compile
dkwingsmt Aug 16, 2023
276cab7
Merge remote-tracking branch 'dkwingsmt/mv-pipeline-batch' into mv-pi…
dkwingsmt Aug 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ targets:
enabled_branches:
- main
recipe: engine_v2/cache
bringup: true
presubmit: false
properties:
cache_name: "builder"
Expand All @@ -136,7 +135,6 @@ targets:
enabled_branches:
- main
recipe: engine_v2/cache
bringup: true
presubmit: false
properties:
cache_name: "builder"
Expand All @@ -156,7 +154,6 @@ targets:
enabled_branches:
- main
recipe: engine_v2/cache
bringup: true
presubmit: false
properties:
cache_name: "builder"
Expand Down
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vars = {
'llvm_git': 'https://llvm.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '9fc1c628456a8cdad8b7f0d20b0b4ab8c5194df8',
'skia_revision': '586a6309e3a10db6eba15de9b53b9acd38670c21',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down Expand Up @@ -53,7 +53,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'b36934aae9683b1bfbec92f4d1a3c095b465e2dd',
'dart_revision': '80b9a90ae563decb84d1e62d571f37491c7e480e',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand Down Expand Up @@ -884,7 +884,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/mac-amd64',
'version': '7iuIq3PsSkuCmuEMr29sQ3wjRe8GTExLe-cHjITyxcEC'
'version': 'Zp9or9YwxZHHPeQbAnK1yZvyDefNEqdI8UQFALQsLH8C'
}
],
'condition': 'host_os == "mac" and not download_fuchsia_sdk',
Expand All @@ -894,7 +894,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/linux-amd64',
'version': 'orVLXMF7ak2qfFkGs7OLUQNik6GqDB0aUMScuWBMeLwC'
'version': 'GpKKtPGPMiRcY0kczUz9TMRl6fRE6e4PFlCkCfvzYuQC'
}
],
'condition': 'host_os == "linux" and not download_fuchsia_sdk',
Expand Down
2 changes: 2 additions & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@
../../../flutter/impeller/compiler/README.md
../../../flutter/impeller/compiler/compiler_unittests.cc
../../../flutter/impeller/compiler/switches_unittests.cc
../../../flutter/impeller/core/allocator_unittests.cc
../../../flutter/impeller/display_list/dl_unittests.cc
../../../flutter/impeller/display_list/skia_conversions_unittests.cc
../../../flutter/impeller/docs
../../../flutter/impeller/entity/contents/filters/inputs/filter_input_unittests.cc
../../../flutter/impeller/entity/entity_unittests.cc
../../../flutter/impeller/entity/geometry/geometry_unittests.cc
../../../flutter/impeller/entity/render_target_cache_unittests.cc
../../../flutter/impeller/fixtures
../../../flutter/impeller/geometry/README.md
../../../flutter/impeller/geometry/geometry_unittests.cc
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 6ff6ff3a477d0e1552cd4d110ba122e9
Signature: e41fe2a877851fb5eb79096e75cd76cf

====================================================================================================
LIBRARY: dart
Expand Down
4 changes: 4 additions & 0 deletions ci/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,8 @@ ORIGIN: ../../../flutter/impeller/entity/geometry/vertices_geometry.cc + ../../.
ORIGIN: ../../../flutter/impeller/entity/geometry/vertices_geometry.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/inline_pass_context.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/inline_pass_context.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/render_target_cache.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/render_target_cache.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.glsl + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.vert + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/entity/shaders/blending/advanced_blend_color.frag + ../../../flutter/LICENSE
Expand Down Expand Up @@ -3994,6 +3996,8 @@ FILE: ../../../flutter/impeller/entity/geometry/vertices_geometry.cc
FILE: ../../../flutter/impeller/entity/geometry/vertices_geometry.h
FILE: ../../../flutter/impeller/entity/inline_pass_context.cc
FILE: ../../../flutter/impeller/entity/inline_pass_context.h
FILE: ../../../flutter/impeller/entity/render_target_cache.cc
FILE: ../../../flutter/impeller/entity/render_target_cache.h
FILE: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.glsl
FILE: ../../../flutter/impeller/entity/shaders/blending/advanced_blend.vert
FILE: ../../../flutter/impeller/entity/shaders/blending/advanced_blend_color.frag
Expand Down
Loading