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 armansito@google.com Roll emsdk to 3.1.9 2022-04-29 brianosman@google.com Revert "Reland "[includes] Remove SkColorSpace include from SkImageInfo"" 2022-04-29 armansito@google.com [experimental] Add runtime effects to WebGPU demo 2022-04-29 armansito@google.com [experimental] Update WebGPU/Bazel demo 2022-04-29 bsalomon@google.com Manual roll Dawn from 7098d3d69282 to cede544df34f (38 revisions) 2022-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from d568b1e2748e to 4a9fb9cfed2c 2022-04-29 djsollen@google.com Fix bug where SkQP test that are always to be excluded are not. 2022-04-29 bsalomon@google.com Reland "Reland "Add anisotropic option to SkSamplingOptions."" 2022-04-29 kjlubick@google.com [bazel] Add shims to help translation into G3 2022-04-29 bsalomon@google.com Fix fiddles that use backEndTexture and backEndTextureRenderTarget 2022-04-29 jamesgk@google.com [graphite] Check for texture binding state changes in draw pass 2022-04-29 johnstiles@google.com Remove InlineMarker IR node. 2022-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c9e605688988 to 88693e6bf86c (3 revisions) 2022-04-29 bsalomon@google.com SkPicturePlayback uses a versioned SkReadBuffer 2022-04-29 armansito@google.com [ganesh][dawn] Support blocking on async WebGPU events in WASM 2022-04-29 bsalomon@google.com Update to newer LLVM for Windows builds 2022-04-29 bsalomon@google.com Disable no-declaration-after-statement 2022-04-29 kjlubick@google.com [includes] Enforce IWYU on //example 2022-04-29 bsalomon@google.com Fix -Wunused-but-set-variable warnings 2022-04-29 robertphillips@google.com [graphite] Add support for the ImageShader's local matrix 2022-04-29 brianosman@google.com Make program link errors non-fatal when using cached binaries 2022-04-29 kjlubick@google.com Reland "[includes] Remove SkColorSpace include from SkImageInfo" 2022-04-29 bsalomon@google.com Revert "Reland "Add anisotropic option to SkSamplingOptions."" 2022-04-29 robertphillips@google.com [graphite] Add 565 format support 2022-04-29 bsalomon@google.com Reland "Add anisotropic option to SkSamplingOptions." 2022-04-29 kjlubick@google.com [infra] Remove Win7 fyi jobs 2022-04-29 kjlubick@google.com [bazel] Point to vk_mem_alloc from DEPS 2022-04-29 bdero@google.com Specify VMA include relative to source root 2022-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b92f7acb7e81 to adef92e7b4c6 (4 revisions) 2022-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f9729598a6a0 to 2c58e7a5bab7 (2 revisions) 2022-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 8b65ae5339f2 to 2aa54824f810 (514 revisions) 2022-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 62a883c73abb to c9e605688988 (1 revision) 2022-04-28 egdaniel@google.com Use DEPS to pull in VulkanMemoryAllocator. 2022-04-28 kjlubick@google.com Revert "[includes] Remove SkColorSpace include from SkImageInfo" 2022-04-28 johnstiles@google.com Avoid String::printf on a hot path. 2022-04-28 johnstiles@google.com 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 bdero@google.com,bsalomon@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
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