This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll Skia and update display list tests #33021
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://skia.googlesource.com/skia.git/+log/294aaf945757..c987606ad283 2022-04-29 [email protected] Roll emsdk to 3.1.9 2022-04-29 [email protected] Revert "Reland "[includes] Remove SkColorSpace include from SkImageInfo"" 2022-04-29 [email protected] [experimental] Add runtime effects to WebGPU demo 2022-04-29 [email protected] [experimental] Update WebGPU/Bazel demo 2022-04-29 [email protected] Manual roll Dawn from 7098d3d69282 to cede544df34f (38 revisions) 2022-04-29 [email protected] Roll SK Tool from d568b1e2748e to 4a9fb9cfed2c 2022-04-29 [email protected] Fix bug where SkQP test that are always to be excluded are not. 2022-04-29 [email protected] Reland "Reland "Add anisotropic option to SkSamplingOptions."" 2022-04-29 [email protected] [bazel] Add shims to help translation into G3 2022-04-29 [email protected] Fix fiddles that use backEndTexture and backEndTextureRenderTarget 2022-04-29 [email protected] [graphite] Check for texture binding state changes in draw pass 2022-04-29 [email protected] Remove InlineMarker IR node. 2022-04-29 [email protected] Roll vulkan-deps from c9e605688988 to 88693e6bf86c (3 revisions) 2022-04-29 [email protected] SkPicturePlayback uses a versioned SkReadBuffer 2022-04-29 [email protected] [ganesh][dawn] Support blocking on async WebGPU events in WASM 2022-04-29 [email protected] Update to newer LLVM for Windows builds 2022-04-29 [email protected] Disable no-declaration-after-statement 2022-04-29 [email protected] [includes] Enforce IWYU on //example 2022-04-29 [email protected] Fix -Wunused-but-set-variable warnings 2022-04-29 [email protected] [graphite] Add support for the ImageShader's local matrix 2022-04-29 [email protected] Make program link errors non-fatal when using cached binaries 2022-04-29 [email protected] Reland "[includes] Remove SkColorSpace include from SkImageInfo" 2022-04-29 [email protected] Revert "Reland "Add anisotropic option to SkSamplingOptions."" 2022-04-29 [email protected] [graphite] Add 565 format support 2022-04-29 [email protected] Reland "Add anisotropic option to SkSamplingOptions." 2022-04-29 [email protected] [infra] Remove Win7 fyi jobs 2022-04-29 [email protected] [bazel] Point to vk_mem_alloc from DEPS 2022-04-29 [email protected] Specify VMA include relative to source root 2022-04-29 [email protected] Roll SwiftShader from b92f7acb7e81 to adef92e7b4c6 (4 revisions) 2022-04-29 [email protected] Roll ANGLE from f9729598a6a0 to 2c58e7a5bab7 (2 revisions) 2022-04-29 [email protected] Roll Chromium from 8b65ae5339f2 to 2aa54824f810 (514 revisions) 2022-04-29 [email protected] Roll vulkan-deps from 62a883c73abb to c9e605688988 (1 revision) 2022-04-28 [email protected] Use DEPS to pull in VulkanMemoryAllocator. 2022-04-28 [email protected] Revert "[includes] Remove SkColorSpace include from SkImageInfo" 2022-04-28 [email protected] Avoid String::printf on a hot path. 2022-04-28 [email protected] Remove recursion checks from inliner. 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 [email protected],[email protected] 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
Member
Author
|
Image-related DisplayList ops have an SkSamplingOptions. Skia added a We can add support for inspecting this new field in the relevant classes later. Supporting this setting in Impeller would also be trivial. :) |
zanderso
approved these changes
Apr 30, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2022
flar
reviewed
May 2, 2022
Contributor
flar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves flutter/flutter#102858