Commit Graph

20388 Commits

Author SHA1 Message Date
Emircan Uysaler
8a3da8a9d5 [flatland] Update bug numbers. (flutter/engine#37880) 2022-11-23 16:14:48 -08:00
ColdPaleLight
57e527c227 [Impeller] Implement 'ui.decodeImageFromPixels' (flutter/engine#37866) 2022-11-23 23:37:53 +00:00
skia-flutter-autoroll
871bc546bb Roll Skia from c098e3c5d932 to e3c0b382b072 (12 revisions) (flutter/engine#37875)
https://skia.googlesource.com/skia.git/+log/c098e3c5d932..e3c0b382b072

2022-11-23 bungeman@google.com Move expat LICENSE file up to third_party/expat
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from bd2c589d0d34 to 46af29f17d19 (1 revision)
2022-11-23 bungeman@google.com Roll Expat from a28238bd to 441f98d0 (351 commits)
2022-11-23 bungeman@google.com Add roll script for expat
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 20e090196af1 to e8d7a0b58143
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 356b2a590e11 to 27727e501aee (13 revisions)
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 8d5d6fd45a13 to 20e090196af1 (2 revisions)
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from edbeeee285d8 to c7e156fb7b8f (27 revisions)
2022-11-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 96f4fdc41b84 to bd2c589d0d34 (5 revisions)
2022-11-22 armansito@google.com [sksl] Support all compute stage inputs
2022-11-22 armansito@google.com [sksl] Reduce memory-order constraints of workgroupBarrier()
2022-11-22 brianosman@google.com Simplify the SkColor4fXformer signature

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 jmbetancourt@google.com,kaushikiska@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-23 21:32:58 +00:00
nbayati
8f64229bc0 Call focus on input after detecting a tap (flutter/engine#37863)
* fix tap detection and call focus

* addressed comments
2022-11-23 12:59:45 -08:00
sealesj
4220be6c72 Vulnerability Scanning on Third Party Deps (flutter/engine#36506)
* initial flatten deps scan

* move 3rd party scan to separate action

* allow fork to run

* install requests

* use packages

* pip install

* rename

* conditional vuln report

* trailing whitespace

* trailing whitespace

* detailed print

* add testing file

* add upload test sarif

* results sarif

* move sarif

* upload modified sarif

* test flow

* test with results.sarif

* formatting

* test naming convention

* description with text in artifactLocation

* don't use locations

* use template sarif

* just use template

* add one field mod

* add another field mod

* use actual osvReport

* add field

* add field

* test

* no information uri

* no information uri

* add name

* template NA data for results

* back to minimal template

* dynamic rules

* template update

* no results

* only use template

* test

* new test

* new test

* add back locations

* descriptive fields

* test

* use package name

* variable commit hash

* add chromium accessibility readme support

* use batch query test

* clean up

* use variables for sarif template

* initial automating ancestor commit

* allow for workflow on testing

* install gitpython in workflow

* wrap in try

* expand try

* check commit is not none

* quiet clone

* fix commit newline

* proper print for failed deps

* remove gitpython

* remove import

* fix origin source

* remove .dart from dep names

* update dep

* typo

* update

* clone into controlled name repo now

* fix github upstream clone url

* test CVE finding

* use templated rule and result

* typo

* remove test CVE

* add link straight to OSV DB

* comments

* use os mkdir

* check time of pinned commit

* quiet git

* print osv api query results if vulns found

* move upstream mapping into DEPS file

* add testing for DEPS file

* add khronos exception

* add basic ancestor commit test

* no vulns message

* do not produce empty sarif

* add yaml

* remove unused python dep

* no change?

* no more print, causing recipe issues

* string test

* string test

* no more fstrings

* convert to .format

* syntax

* remove unused dep

* test

* switch test script

* no encoding

* add back test

* typo

* remove scan flat deps tests again

* update

* fix tests

* typo

* newline

* use checkout dir

* prefix

* update to use prefix

* lint

* runhook attempt

* lint

* lint

* lint

* lint

* no license blurb

* cleanup

* enable for main

* do not raise error

* run on branch

* data indentation

* check file existence

* workflow updates

* add push for testing

* syntax

* workflow test

* test github action

* syntax

* allow empty report

* update cron

* pin hash

* newline

* sort by key with prefix omitted

* alphabetize, copyright header

* pylint tests

* lint

* lint

* trailing whitespace?

* lint

* update

* get error types

* allow test

* use output

* only main branch

* licenses check

* results.sarif

* revert

* license updates

* add upstream

* replace Requests library with urllib, remove pylint wrapper

* lint

* undo license

* clone test nit

* isinstance

* DEPS formatting

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>

* use subprocess.check_output

* lint

* lint

* review syntax from comments

* remove line

* more description in error

* lint

* fix checkout path

* remove duplicate eval

* lint

* lint

* lint

* clone-test mkdir and cleanup

* use shutil.rmtree for non-empty dir

* lint

* linting

* linting

* var name

* Update ci/deps_parser_tests.py

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>

* Update ci/deps_parser_tests.py

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>

* more description

* lint

* refactor deps file parsing

* early return

* lint

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
2022-11-23 15:07:43 -05:00
Mouad Debbar
e75803bfcf [web] Use generic variable name for trusted url (flutter/engine#37872) 2022-11-23 20:06:22 +00:00
Kaushik Iska
8a89a5e4a8 [Impeller] Add fenced command buffer that waits on-submit (flutter/engine#37750)
* [Impeller] Add fenced command buffer that waits on-submit

this isn't ideal for performance long term but aligns well with what
the other backends do. This also lets us remove the dependence on frame
numbers for renderpasses setting up for implementing MSAA.

* fix licenses
2022-11-23 19:47:18 +00:00
Srujan Gaddam
4cfd8884fe Fix DomProgressEvent constructor (flutter/engine#37849)
DomProgressEvent should have a non-synthetic constructor that accepts
a String to match the MDN definition:
https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent/ProgressEvent.
It should also have a JS name that points to ProgressEvent. Lastly,
image_golden_test is modified to use the parameter values from before the
static interop migration:
9276dc1ff1/lib/web_ui/test/canvaskit/image_golden_test.dart
2022-11-23 08:03:32 -08:00
skia-flutter-autoroll
dcc64fed39 Roll Fuchsia Linux SDK from 5Xd8MJTM-pWPWCgUa... to NlJGkMbtZqQ6_BCpu... (flutter/engine#37861)
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 kaushikiska@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-23 04:49:22 +00:00
Loïc Sharma
b9a416eb8d [Windows] Refactor PlatformHandler's tests (flutter/engine#37820)
* Start

* Add missing line

* Order

* Clean up includes

* Feedback

* Tweak
2022-11-22 23:41:42 +00:00
ColdPaleLight
9b336c2674 [Impeller] Set color attachment pixel format to RGBA on OpenGLES backend (flutter/engine#37843) 2022-11-22 23:40:15 +00:00
Jenn Magder
61cff10cc5 Turn on objc-* clang-tidy checks (flutter/engine#37813)
* Turn on objc-* clang-tidy checks

* turn off objc-nsinvocation-argument-lifetime
2022-11-22 23:08:08 +00:00
Jenn Magder
65bd5bafe9 Turn on darwin-* clang-tidy checks (flutter/engine#37814) 2022-11-22 23:08:06 +00:00
Jonah Williams
bc5766a92b fix docs analysis error on setImageSampler (flutter/engine#37852) 2022-11-22 14:30:50 -08:00
gaaclarke
633e238909 Made platform message responses threadsafe for macos. (flutter/engine#37607) 2022-11-22 22:22:04 +00:00
skia-flutter-autoroll
d6d2b099fc Roll Skia from 3bd2fe46f6d2 to c098e3c5d932 (2 revisions) (flutter/engine#37851)
https://skia.googlesource.com/skia.git/+log/3bd2fe46f6d2..c098e3c5d932

2022-11-22 brianosman@google.com Fix incorrect comments on SkGradientShader factories
2022-11-22 jcgregorio@google.com Add Pixel7 jobs.

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 jmbetancourt@google.com,kaushikiska@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 22:17:58 +00:00
Emircan Uysaler
326622e3f1 Set nested clip nodes (flutter/engine#37850) 2022-11-22 17:07:36 -05:00
cfontas
02f77a716e fix pixel ratio (flutter/engine#37268) 2022-11-22 16:32:20 -05:00
alanwutang11
f41f2ef1f6 change cloneImageElement() to return clone every time (flutter/engine#37811) 2022-11-22 13:13:18 -08:00
skia-flutter-autoroll
5ab4c97975 Roll Skia from 3b2d9e4bf668 to 3bd2fe46f6d2 (2 revisions) (flutter/engine#37848)
https://skia.googlesource.com/skia.git/+log/3b2d9e4bf668..3bd2fe46f6d2

2022-11-22 armansito@google.com [sksl] "workgroup" instead of "threadgroup"
2022-11-22 penghuang@chromium.org [graphite] Refactor DrawBufferManager to share code for allocating buffers

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 jmbetancourt@google.com,kaushikiska@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 20:15:05 +00:00
Jonah Williams
7c3b0e3a52 [Impeller] make VerticesGeometry delegate to the DL class (flutter/engine#37835)
* [Impeller] make VerticesGeometry delegate to the DL class

* ++

* ++

* licenses

* ++
2022-11-22 20:11:23 +00:00
Brandon DeRosier
df3230a307 Remove setSampler from FragmentShader (flutter/engine#37839) 2022-11-22 11:26:17 -08:00
Mouad Debbar
9d9401970f [web] Move unicode properties to third_party (flutter/engine#37440)
* [web] Move unicode properties to third_party

* license

* fix license check

* attempt to fix license golden

* more license fixes

* even more license fixes

* add check mode and readme file

* fix licenses + add web_unicode.dart

* build web_unicode as an sdk library

* remove unnecessary variable

* minor fix in license golden

* tool signature
2022-11-22 18:47:11 +00:00
joshualitt
85265a3cf5 Reland "[web] Avoid returning int from js interop classes." (flutter/engine#37627) 2022-11-22 10:37:59 -08:00
Jonah Williams
6438d12a32 [Impeller] opt float/sampler into relaxed precision for gles (flutter/engine#37828)
* [Impeller] opt float/sampler into relaxed precision for gles

* re-arrange define
2022-11-22 18:27:31 +00:00
skia-flutter-autoroll
82c9c227ad Roll Skia from 0dec6d1823b3 to 3b2d9e4bf668 (1 revision) (flutter/engine#37845)
https://skia.googlesource.com/skia.git/+log/0dec6d1823b3..3b2d9e4bf668

2022-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4802bf762104 to 96f4fdc41b84 (4 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 jmbetancourt@google.com,kaushikiska@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 16:11:24 +00:00
skia-flutter-autoroll
c5026de559 Roll Fuchsia Linux SDK from xBfEjlXUsix6Wka-i... to 5Xd8MJTM-pWPWCgUa... (flutter/engine#37840)
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 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 11:34:16 +00:00
skia-flutter-autoroll
163c379fc1 Roll Skia from 94c63addc990 to 0dec6d1823b3 (4 revisions) (flutter/engine#37836)
https://skia.googlesource.com/skia.git/+log/94c63addc990..0dec6d1823b3

2022-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 8d5d6fd45a13 to 2417a7bed7ee
2022-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 0c0bbcf5889a to 356b2a590e11 (4 revisions)
2022-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from abac90684d1d to 8d5d6fd45a13 (2 revisions)
2022-11-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 228f75589550 to edbeeee285d8 (22 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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 07:28:14 +00:00
skia-flutter-autoroll
05d3ced8ec Roll Skia from 550fd51bd254 to 94c63addc990 (1 revision) (flutter/engine#37834)
https://skia.googlesource.com/skia.git/+log/550fd51bd254..94c63addc990

2022-11-22 armansito@google.com [graphite] Dynamically determine uniform buffer layout requirements

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 06:02:32 +00:00
Zachary Anderson
ea0cebcf28 Revert "[impeller] Remove declare_undefined_values (#37829)" (flutter/engine#37831)
This reverts commit 986101452a.
2022-11-22 05:07:04 +00:00
skia-flutter-autoroll
8e58ac3f0f Roll Skia from 57b4252cf211 to 550fd51bd254 (3 revisions) (flutter/engine#37830)
https://skia.googlesource.com/skia.git/+log/57b4252cf211..550fd51bd254

2022-11-21 johnstiles@google.com Add dedicated zero_slots_unmasked op.
2022-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a3f4f653c783 to 4802bf762104 (4 revisions)
2022-11-21 jvanverth@google.com [graphite] Change Metal copy routines' labels to match the routine name

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-22 04:36:05 +00:00
Brandon DeRosier
a640b398e2 Add setImageSampler (for replacing setSampler) (flutter/engine#37821)
* Add setImageSampler (for replacing setSampler)

* Includes

* Remove deprecation tag, just in case there are roll problems

* Remove comment

* Fix comment

* Add setImageSampler for canvaskit

* Remove arg

* Fix conversion

* Float64List

* final...

* Pass along the engine handle
2022-11-22 04:24:14 +00:00
Casey Hillers
986101452a [impeller] Remove declare_undefined_values (flutter/engine#37829)
* This call has been deprecated in the upstream dep
* https://github.com/KhronosGroup/SPIRV-Cross/pull/2062
2022-11-22 04:20:22 +00:00
skia-flutter-autoroll
6bfa5e41a2 Roll Skia from 500aae3f2761 to 57b4252cf211 (7 revisions) (flutter/engine#37819)
https://skia.googlesource.com/skia.git/+log/500aae3f2761..57b4252cf211

2022-11-21 jvanverth@google.com [graphite] Remove old readPixels helper method.
2022-11-21 brianosman@google.com Remove ableist language
2022-11-21 johnstiles@google.com [cleanup] Improve debuggability of RP Builder.
2022-11-21 penghuang@chromium.org [graphite] Add CommandBuffer::copyBufferToBuffer() method
2022-11-21 penghuang@chromium.org [graphite] Remove isProtected from drawn texture key
2022-11-21 jvanverth@google.com [graphite] Fix drawPoints
2022-11-21 johnstiles@google.com Add support for return half4(literal,...);

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 23:22:11 +00:00
skia-flutter-autoroll
97c8a2e1a4 Roll Skia from b5b35f8dc919 to 500aae3f2761 (5 revisions) (flutter/engine#37817)
https://skia.googlesource.com/skia.git/+log/b5b35f8dc919..500aae3f2761

2022-11-21 johnstiles@google.com Align buffers in SkRasterPipeline test code.
2022-11-21 penghuang@chromium.org [graphite] Implement DawnGraphicsPipeline
2022-11-21 johnstiles@google.com Ensure that slot buffers are properly aligned.
2022-11-21 johnstiles@google.com Add push-slots and pop-slots to RP Builder.
2022-11-21 johnstiles@google.com Add copy-slots-unmasked to RP.

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 21:50:57 +00:00
Bruno Leroux
ed7aea9a05 [Linux] Synthesize modifier keys events on pointer events (flutter/engine#37491)
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
2022-11-21 20:34:41 +00:00
Chris Bracken
d094a6a0f5 [macOS] Add explicit weak/strong/copy annotations (flutter/engine#37768)
This adds explicit strong/copy Objective-C property annotations where
they were previously implied on NSObject properties and fixes on case
where it was previously improperly specified.
2022-11-21 10:53:18 -08:00
skia-flutter-autoroll
1d5b033399 Roll Skia from f7b5a76b6f35 to b5b35f8dc919 (5 revisions) (flutter/engine#37810)
https://skia.googlesource.com/skia.git/+log/f7b5a76b6f35..b5b35f8dc919

2022-11-21 penghuang@chromium.org [graphite] Implement DawnCaps::buildKeyForTexture()
2022-11-21 jvanverth@google.com OptimizeForSize: add Graphite build jobs
2022-11-21 johnstiles@google.com Add support for copy-slots-masked to the RP builder.
2022-11-21 fmalita@chromium.org Fix skottie2movie after SkTArray::count() removal
2022-11-21 johnstiles@google.com Add RasterPipeline op for copy-slots-masked.

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 18:19:11 +00:00
Jim Graham
07fc5a59f9 Add optional offset parameter to ImageFilterLayer (flutter/engine#36863)
* add optional offset parameter to ImageFilterLayer

* update unit test for LayerStateStack and fix HTML implementation
2022-11-21 17:59:55 +00:00
Zachary Anderson
2a9bcb43d1 [Impeller] Present Impeller contents in a transaction when there is a platform view (flutter/engine#37809) 2022-11-21 09:45:26 -08:00
Dan Field
6be3cc1572 [Impeller] Format shader sources. (flutter/engine#37770)
* Update format.dart to include glsl, format repo

* format more
2022-11-21 17:21:02 +00:00
skia-flutter-autoroll
44dfbc111f Roll Fuchsia Linux SDK from EyQx0yUqK5TJxeHF7... to xBfEjlXUsix6Wka-i... (flutter/engine#37804)
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 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 15:58:09 +00:00
skia-flutter-autoroll
8c6b2906d5 Roll Skia from b0e1c4c8c3a6 to f7b5a76b6f35 (1 revision) (flutter/engine#37806)
https://skia.googlesource.com/skia.git/+log/b0e1c4c8c3a6..f7b5a76b6f35

2022-11-21 brianosman@google.com Fix skvm gradient interval calculation

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 15:47:53 +00:00
skia-flutter-autoroll
bddc3e26a5 Roll Skia from ae61b83805e3 to b0e1c4c8c3a6 (2 revisions) (flutter/engine#37803)
https://skia.googlesource.com/skia.git/+log/ae61b83805e3..b0e1c4c8c3a6

2022-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from a06b38399dc7 to a3f4f653c783 (1 revision)
2022-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 386ef2eefe63 to 0c0bbcf5889a (11 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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 14:05:24 +00:00
Martin Kustermann
ce0fa20e44 Add package:ffi as path dependency to flutter_frontend_server (flutter/engine#37802)
The CL in [0] added package:ffi as dependency to package:compiler. Since
flutter_frontend_server needs all dependencies as path dependencies, we
need to add package:ffi there via path.

[0] https://dart-review.googlesource.com/c/sdk/+/269640
2022-11-21 14:49:11 +01:00
skia-flutter-autoroll
88ba8e703f Roll Skia from 645605735772 to ae61b83805e3 (3 revisions) (flutter/engine#37797)
https://skia.googlesource.com/skia.git/+log/645605735772..ae61b83805e3

2022-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from abac90684d1d to c0c793d516f9
2022-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 9f67b1ec8dca to abac90684d1d (7 revisions)
2022-11-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from e956a04dafc3 to 228f75589550 (16 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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 06:50:34 +00:00
skia-flutter-autoroll
5b63fce8d0 Roll Skia from db7a810dba5d to 645605735772 (1 revision) (flutter/engine#37796)
https://skia.googlesource.com/skia.git/+log/db7a810dba5d..645605735772

2022-11-20 bungeman@google.com [pdf] Add stream compression level setting

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-21 05:30:22 +00:00
skia-flutter-autoroll
7d9fe60e3f Roll Fuchsia Linux SDK from 2T1QqkhI-ef8AXGgn... to EyQx0yUqK5TJxeHF7... (flutter/engine#37793)
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 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-20 22:47:22 +00:00
skia-flutter-autoroll
3d2d552b0c Roll Skia from ea4307d60150 to db7a810dba5d (1 revision) (flutter/engine#37792)
https://skia.googlesource.com/skia.git/+log/ea4307d60150..db7a810dba5d

2022-11-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 8ac52203964b to a06b38399dc7 (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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-20 22:03:28 +00:00
skia-flutter-autoroll
ab7cf78b11 Roll Skia from 1d7f785e3679 to ea4307d60150 (1 revision) (flutter/engine#37788)
https://skia.googlesource.com/skia.git/+log/1d7f785e3679..ea4307d60150

2022-11-20 johnstiles@google.com Reland "Add store_masked to RasterPipeline and the builder."

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,jmbetancourt@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
2022-11-20 16:36:36 +00:00