Zachary Anderson
676001e40a
Fix links in rbe.md ( flutter/engine#52635 )
2024-05-07 22:05:05 +00:00
Matan Lurey
ea78cc7551
Move setting the logging level into the Logger constructor, refactor. ( flutter/engine#52624 )
...
Based on @zanderso's feedback here: https://github.com/flutter/engine/pull/52619#discussion_r1592868979 .
I think this is the most succinct way to setup logging, it also doesn't seem to make sense to allow the level to be configured at runtime, so boom.
2024-05-07 21:00:54 +00:00
auto-submit[bot]
b607f660d1
Reverts "Add host_profile_arm64 and host_release_arm64 local engine configurations. ( #52620 )" ( flutter/engine#52630 )
...
Reverts: flutter/engine#52620
Initiated by: zanderso
Reason for reverting: Builds timing out in post submit. I think we should try relanding this with `--no-lto` passed to `gn`.
Original PR Author: chinmaygarde
Reviewed By: {zanderso}
This change reverts the following previous change:
These are used on macOS hosts during local engine development.
2024-05-07 20:34:51 +00:00
Matan Lurey
8618834019
Move verbose to environment.verbose, pass to ninja --verbose if provided. ( flutter/engine#52619 )
...
Closes https://github.com/flutter/flutter/issues/147894 .
While doing this PR I realized we were basically passing `(bool verbose, Envrionment)` as a tuple around, so I just moved the concept _into_ `Environment` directly, and made the necessary code changes across the tool and tests.
To clarify, this does _not_ mimic the output of `ninja --verbose` _today_, because we also don't stream the output directly, and instead do terminal magic. Combined with a hypothetical fix for https://github.com/flutter/flutter/issues/147903 , this would work exactly the same as before.
/cc @loic-sharma @johnmccutchan
2024-05-07 19:07:31 +00:00
Chinmay Garde
efda632b5e
Add host_profile_arm64 and host_release_arm64 local engine configurations. ( flutter/engine#52620 )
...
These are used on macOS hosts during local engine development.
2024-05-07 18:52:22 +00:00
Chinmay Garde
0e83a760ef
[Impeller] Wait for the previous AHB texture to be fully recyclable. ( flutter/engine#52588 )
...
The Android surface transaction completion handler documentation states:
```
Buffers which are replaced or removed from the scene in the transaction
invoking this callback may be reused after this point.
```
However, this is NOT sufficient. One also needs to be obtain the previous release fence and perform a wait for the buffer to be safely reusable.
This patch adds a GPU side wait for this fence using available extensions.
Fixes https://github.com/flutter/flutter/issues/147758
2024-05-07 18:33:50 +00:00
Jason Simmons
5b7970fdb3
Manual Skia roll to 2319f1ae8fe42525f8b6a1969a1cee67bdbee290 ( flutter/engine#52615 )
...
This commit added a new source file (src/codec/SkJpegMetadataDecoderImpl.cpp)
2024-05-07 18:21:05 +00:00
Jonah Williams
96584fbd2b
[Impeller] allow cloning a rectangle packer with an increased size. ( flutter/engine#52563 )
...
Work towards https://github.com/flutter/flutter/issues/138798
Allow cloning a rectangle packer with all existing skylines preserved, but the size increased. This will allow us to preserve the positioning and state of all glyphs when the atlas size is increased, which is necessary for the "blit contents to top right of new texture" approach for improving append performance.
EDIT: I mean top left!
2024-05-07 18:09:54 +00:00
auto-submit[bot]
9c144b5c05
Reverts "Various documentation improvements ( #52600 )" ( flutter/engine#52607 )
...
Reverts: flutter/engine#52600
Initiated by: zanderso
Reason for reverting: Failing to roll to the framework on a snippet analysis failure: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8748612253464522177/+/u/run_test.dart_for_analyze_shard_and_subshard_None/stdout
Original PR Author: Hixie
Reviewed By: {jonahwilliams}
This change reverts the following previous change:
No description provided.
2024-05-07 14:09:47 +00:00
Ian Hickson
a6ad5a09b2
Various documentation improvements ( flutter/engine#52600 )
2024-05-07 06:59:54 +00:00
dependabot[bot]
6b63ba17bf
Bump actions/checkout from 4.1.4 to 4.1.5 ( flutter/engine#52599 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.4 to 4.1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases ">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update NPM dependencies by <a href="https://github.com/cory-miller "><code>@âcory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703 ">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot "><code>@âdependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694 ">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot "><code>@âdependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696 ">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot "><code>@âdependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695 ">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller "><code>@âcory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707 ">actions/checkout#1707</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.4...v4.1.5 ">https://github.com/actions/checkout/compare/v4.1.4...v4.1.5 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="44c2b7a8a4 "><code>44c2b7a</code></a> README: Suggest <code>user.email</code> to be `41898282+github-actions[bot]<a href="https://github.com/users "><code>@âusers</code></a>.norepl...</li>
<li><a href="8459bc0c7e "><code>8459bc0</code></a> Bump actions/upload-artifact from 2 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1695 ">#1695</a>)</li>
<li><a href="3f603f6d5e "><code>3f603f6</code></a> Bump actions/setup-node from 1 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1696 ">#1696</a>)</li>
<li><a href="fd084cde18 "><code>fd084cd</code></a> Bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/actions/checkout/issues/1694 ">#1694</a>)</li>
<li><a href="9c1e94e0ad "><code>9c1e94e</code></a> Update NPM dependencies (<a href="https://redirect.github.com/actions/checkout/issues/1703 ">#1703</a>)</li>
<li>See full diff in <a href="0ad4b8fada...44c2b7a8a4 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2024-05-07 06:39:06 +00:00
Jonah Williams
e0776c228d
[Impeller] AHB swapchain mark frame start for tracer. ( flutter/engine#52596 )
...
https://flutter-flutter-perf.skia.org/e/?begin=1713561746&end=1715051005&queries=device_type%3DPixel_7_Pro%26sub_result%3Daverage_gpu_frame_time%26test%3Dnew_gallery_impeller__transition_perf&requestType=0&selected=commit%3D40670%26name%3D%252Carch%253Dintel%252Cbranch%253Dmaster%252Cconfig%253Ddefault%252Cdevice_type%253DPixel_7_Pro%252Cdevice_version%253Dnone%252Chost_type%253Dlinux%252Csub_result%253Daverage_gpu_frame_time%252Ctest%253Dnew_gallery_impeller__transition_perf%252C
still not fixed because I also forgot the start
2024-05-07 05:32:29 +00:00
Jonah Williams
5a028e336d
[Impeller] eagerly bootstrap content context. ( flutter/engine#52590 )
...

Work around for https://github.com/flutter/flutter/issues/143540 by running shader bootstrap as early as possible. I was looking at this code for unrelated reasons (include removal) and realized it would be a trivial change.
If we're using the KHR swapchain instead of the AHB swapchain, in theory the pixel format could change but since we hash the pixel format the only bad thing would be the wasted work.
2024-05-07 03:05:18 +00:00
Jonah Williams
268bf3b9f1
[Impeller] add clip coverage stack to exp canvas. ( flutter/engine#52215 )
...
Uses clip scissor and clip stack to update the clip state. This is working now!
https://github.com/flutter/flutter/issues/142054
2024-05-07 00:06:21 +00:00
Chinmay Garde
53df9809c9
[Impeller] Document how to use Impeller as a standalone library with OpenGL ES and EGL. ( flutter/engine#52473 )
...
Preview: https://github.com/chinmaygarde/flutter_engine/blob/impeller_gl_porting_guide/impeller/docs/standalone_gles.md
2024-05-06 23:50:16 +00:00
Jonah Williams
3c4c7be89a
[Impeller] remove compute tessellator. ( flutter/engine#52584 )
...
We don't have any plans to use this in the near term. The algorithm works but can easily run out of memory, and would need to be entirely reworked to manage memory allocations.
2024-05-06 21:27:55 +00:00
Jason Simmons
c1e5a9c1a3
Migrate third_party/android_tools to flutter/third_party ( flutter/engine#52582 )
...
Continuation of https://github.com/flutter/engine/pull/52034
2024-05-06 20:54:06 +00:00
skia-flutter-autoroll
a8a9d1dedc
Roll Skia from a5c042cb4b12 to 869cacf2a3f1 (1 revision) ( flutter/engine#52583 )
...
https://skia.googlesource.com/skia.git/+log/a5c042cb4b12..869cacf2a3f1
2024-05-06 michaelludwig@google.com [graphite] Call notifyInUse() on images not known until AddToKey is called
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 20:14:33 +00:00
Jonah Williams
afb9eb545c
[Impeller] remove unused includes. ( flutter/engine#52579 )
...
mostly removing unused fml/macros, but a few others that clangd surfaced. This compiled locally,hope it works on CI!
2024-05-06 19:51:08 +00:00
skia-flutter-autoroll
68c3f04f94
Roll Skia from da772ace76ff to a5c042cb4b12 (6 revisions) ( flutter/engine#52581 )
...
https://skia.googlesource.com/skia.git/+log/da772ace76ff..a5c042cb4b12
2024-05-06 bungeman@google.com Mark all Test-Fontations jobs as NativeFonts
2024-05-06 kjlubick@google.com Remove non-standard verb from SVG parsing
2024-05-06 michaelludwig@google.com [graphite] Remove unnecessary check in onNewImageSnapshot()
2024-05-06 michaelludwig@google.com [graphite] Don't rewrap TextureProxy in a new Image in RescaleImage()
2024-05-06 kjlubick@google.com Remove empty directory
2024-05-06 kjlubick@google.com Expand test coverage of partial SVG paths
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 19:12:21 +00:00
Jonah Williams
b35cbca6ed
[Impeller] fix missing GPU probe. ( flutter/engine#52580 )
...
Fixes https://github.com/flutter/flutter/issues/147723
The test that covers this is the benchmarks in the framework repo. Unfortunately emulators do not support the APIs needed to execute this code in the engine repo.
2024-05-06 18:59:12 +00:00
skia-flutter-autoroll
8387629491
Roll Skia from 29e77cd14063 to da772ace76ff (2 revisions) ( flutter/engine#52578 )
...
https://skia.googlesource.com/skia.git/+log/29e77cd14063..da772ace76ff
2024-05-06 kjlubick@google.com Add dedicated fuzzer for SVG parsing code
2024-05-06 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll Dawn from b94ef82a4b1e to a87c5333bf91 (48 revisions)
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 18:07:15 +00:00
skia-flutter-autoroll
48ace23439
Roll Fuchsia Linux SDK from Ieb4BPN0ZIRRgYl4y... to 27ZAbzJkEopmu0Emp... ( flutter/engine#52576 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 16:53:49 +00:00
skia-flutter-autoroll
9358e08209
Roll Skia from 4754c3fd6b73 to 29e77cd14063 (3 revisions) ( flutter/engine#52577 )
...
https://skia.googlesource.com/skia.git/+log/4754c3fd6b73..29e77cd14063
2024-05-06 bungeman@google.com [fontations] Treat sbix more like FreeType
2024-05-06 johnstiles@google.com Fix MSAN use-of-uninitialized-value error in libjpeg.
2024-05-06 kjlubick@google.com Make skunicode_icu for android depend only on icu headers
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 16:53:48 +00:00
skia-flutter-autoroll
03aae140ec
Roll Skia from 3bc48d128d4b to 4754c3fd6b73 (1 revision) ( flutter/engine#52575 )
...
https://skia.googlesource.com/skia.git/+log/3bc48d128d4b..4754c3fd6b73
2024-05-06 skia-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from 64237dc9f393 to ddde7993328c (5 revisions)
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 15:42:05 +00:00
Jason Simmons
6964119253
Skip files in the clang-tidy driver if clang-tidy crashes when processing the file ( flutter/engine#52379 )
...
Recent versions of clang-tidy have been segfaulting when processing a few of the engine source files. This patch skips over those errors so that the engine can roll Clang.
See https://github.com/flutter/flutter/issues/143178
2024-05-06 14:48:53 +00:00
skia-flutter-autoroll
7c751d83b2
Roll Skia from 2da0f29636d3 to 3bc48d128d4b (1 revision) ( flutter/engine#52574 )
...
https://skia.googlesource.com/skia.git/+log/2da0f29636d3..3bc48d128d4b
2024-05-06 rmistry@google.com Revert "Bump the npm_and_yarn group across 8 directories with 11 updates"
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 14:45:18 +00:00
skia-flutter-autoroll
ecabda2c60
Roll Skia from 7f582d054385 to 2da0f29636d3 (1 revision) ( flutter/engine#52573 )
...
https://skia.googlesource.com/skia.git/+log/7f582d054385..2da0f29636d3
2024-05-06 49699333+dependabot[bot]@users.noreply.github.com Bump the npm_and_yarn group across 8 directories with 11 updates
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 13:41:37 +00:00
skia-flutter-autoroll
51cf7e5c8c
Roll Skia from 1454154ed14e to 7f582d054385 (1 revision) ( flutter/engine#52572 )
...
https://skia.googlesource.com/skia.git/+log/1454154ed14e..7f582d054385
2024-05-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 69c4b5eb737c to c5f8e961f8ab
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 06:49:22 +00:00
skia-flutter-autoroll
45fff19c4b
Roll Skia from 2365dff19ed4 to 1454154ed14e (1 revision) ( flutter/engine#52571 )
...
https://skia.googlesource.com/skia.git/+log/2365dff19ed4..1454154ed14e
2024-05-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 252d184177c3 to 69c4b5eb737c (5 revisions)
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 05:53:06 +00:00
skia-flutter-autoroll
f3fe685fe4
Roll Skia from 3d798c416f5c to 2365dff19ed4 (1 revision) ( flutter/engine#52570 )
...
https://skia.googlesource.com/skia.git/+log/3d798c416f5c..2365dff19ed4
2024-05-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 87601d00de4a to 64237dc9f393 (1 revision)
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-06 03:55:40 +00:00
skia-flutter-autoroll
cc53ce6d04
Roll Fuchsia Linux SDK from PqcaFvWlaz5ZrFcpC... to Ieb4BPN0ZIRRgYl4y... ( flutter/engine#52569 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-05 15:07:18 +00:00
skia-flutter-autoroll
d667a7f185
Roll Skia from 51dc771647bd to 3d798c416f5c (1 revision) ( flutter/engine#52568 )
...
https://skia.googlesource.com/skia.git/+log/51dc771647bd..3d798c416f5c
2024-05-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 13f153f3deb7 to 69c4b5eb737c
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 aaclarke@google.com ,brianosman@google.com,egdaniel@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-05 07:20:23 +00:00
skia-flutter-autoroll
d56db34284
Roll Skia from 9dd5305fe12d to 51dc771647bd (1 revision) ( flutter/engine#52566 )
...
https://skia.googlesource.com/skia.git/+log/9dd5305fe12d..51dc771647bd
2024-05-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 9d4c2ff6d348 to 87601d00de4a (1 revision)
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-05 03:53:24 +00:00
skia-flutter-autoroll
da5edc1585
Roll Skia from f502dcb08c8e to 9dd5305fe12d (2 revisions) ( flutter/engine#52562 )
...
https://skia.googlesource.com/skia.git/+log/f502dcb08c8e..9dd5305fe12d
2024-05-04 brianosman@google.com Revert "SkJpegMetadataDecoderImpl: Move to separate file"
2024-05-04 ccameron@chromium.org SkJpegMetadataDecoderImpl: Move to separate file
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-04 15:20:16 +00:00
skia-flutter-autoroll
92eb43077e
Roll Fuchsia Linux SDK from QDv0tal7_BgoZx0ju... to PqcaFvWlaz5ZrFcpC... ( flutter/engine#52560 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-04 13:53:32 +00:00
skia-flutter-autoroll
51ce0a860f
Roll Skia from 7911dd3d0b1c to f502dcb08c8e (1 revision) ( flutter/engine#52557 )
...
https://skia.googlesource.com/skia.git/+log/7911dd3d0b1c..f502dcb08c8e
2024-05-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 252d184177c3 to 13f153f3deb7
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-04 02:44:36 +00:00
skia-flutter-autoroll
029356518b
Roll Skia from 95302626a8df to 7911dd3d0b1c (1 revision) ( flutter/engine#52556 )
...
https://skia.googlesource.com/skia.git/+log/95302626a8df..7911dd3d0b1c
2024-05-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from bb6365e1dcd3 to 9d4c2ff6d348 (6 revisions)
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-04 01:46:27 +00:00
skia-flutter-autoroll
0e280d9eb0
Roll Skia from f9409f6a7ad3 to 95302626a8df (1 revision) ( flutter/engine#52554 )
...
https://skia.googlesource.com/skia.git/+log/f9409f6a7ad3..95302626a8df
2024-05-03 michaelludwig@google.com [graphite] Define ScratchResourceManager
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 23:38:22 +00:00
skia-flutter-autoroll
e4e2f912c4
Roll Skia from ad143675a4d2 to f9409f6a7ad3 (1 revision) ( flutter/engine#52553 )
...
https://skia.googlesource.com/skia.git/+log/ad143675a4d2..f9409f6a7ad3
2024-05-03 bungeman@google.com [fontations] Correct CBDT glyph bounds
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 22:26:50 +00:00
skia-flutter-autoroll
921439b072
Roll Skia from 82c0277acaf8 to ad143675a4d2 (1 revision) ( flutter/engine#52552 )
...
https://skia.googlesource.com/skia.git/+log/82c0277acaf8..ad143675a4d2
2024-05-03 bungeman@google.com Fontations to vary font style with variation
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 20:17:49 +00:00
skia-flutter-autoroll
65975504c9
Roll Skia from 1b72286d0319 to 82c0277acaf8 (1 revision) ( flutter/engine#52551 )
...
https://skia.googlesource.com/skia.git/+log/1b72286d0319..82c0277acaf8
2024-05-03 bungeman@google.com Don't turn italic into oblique in FreeType
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 19:11:08 +00:00
skia-flutter-autoroll
ffd49f3d25
Roll Skia from 6ca5507db3e1 to 1b72286d0319 (2 revisions) ( flutter/engine#52550 )
...
https://skia.googlesource.com/skia.git/+log/6ca5507db3e1..1b72286d0319
2024-05-03 michaelludwig@google.com [graphite] Pare down pipeline labels' texture info details
2024-05-03 johnstiles@google.com Ensure that fImage[] always has at least one element.
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 18:06:33 +00:00
skia-flutter-autoroll
09abfd3504
Roll Dart SDK from d4eafe508129 to a9cf6a411c71 (1 revision) ( flutter/engine#52549 )
...
https://dart.googlesource.com/sdk.git/+log/d4eafe508129..a9cf6a411c71
2024-05-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-131.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aaclarke@google.com ,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 17:50:32 +00:00
skia-flutter-autoroll
06085f8068
Roll Skia from 7b1e131050a0 to 6ca5507db3e1 (2 revisions) ( flutter/engine#52548 )
...
https://skia.googlesource.com/skia.git/+log/7b1e131050a0..6ca5507db3e1
2024-05-03 bungeman@google.com Expand TypefaceStyleVariable test
2024-05-03 johnstiles@google.com Update drawVertices named fiddles to use kDst blend mode.
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 17:05:05 +00:00
skia-flutter-autoroll
360dc9896b
Roll Skia from 92d762cfe00b to 7b1e131050a0 (1 revision) ( flutter/engine#52547 )
...
https://skia.googlesource.com/skia.git/+log/92d762cfe00b..7b1e131050a0
2024-05-03 ccameron@chromium.org Remove APP15-based gainmap support
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 16:09:24 +00:00
skia-flutter-autoroll
e5c8ef3e26
Roll Skia from 37b9f707ce96 to 92d762cfe00b (1 revision) ( flutter/engine#52546 )
...
https://skia.googlesource.com/skia.git/+log/37b9f707ce96..92d762cfe00b
2024-05-03 kjlubick@google.com Roll ICU used for testing (and shipped with CanvasKit)
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 15:05:49 +00:00
skia-flutter-autoroll
77393b7978
Roll Dart SDK from 33bb0f4b0770 to d4eafe508129 (1 revision) ( flutter/engine#52545 )
...
https://dart.googlesource.com/sdk.git/+log/33bb0f4b0770..d4eafe508129
2024-05-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.5.0-130.0.dev
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC aaclarke@google.com ,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 13:40:27 +00:00
skia-flutter-autoroll
62c27dee14
Roll Skia from 8f5808650129 to 37b9f707ce96 (1 revision) ( flutter/engine#52544 )
...
https://skia.googlesource.com/skia.git/+log/8f5808650129..37b9f707ce96
2024-05-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1526c466aadc to bb6365e1dcd3 (5 revisions)
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 aaclarke@google.com ,brianosman@google.com,kjlubick@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 12:52:20 +00:00
skia-flutter-autoroll
bd6faa1151
Roll Fuchsia Linux SDK from cScmnvKM3py9E2087... to QDv0tal7_BgoZx0ju... ( flutter/engine#52543 )
...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC aaclarke@google.com ,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2024-05-03 11:46:21 +00:00