Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@skia-flutter-autoroll
Copy link
Contributor

Roll Skia from dffd20e to 6e7cfaf (37 revisions)

https://skia.googlesource.com/skia.git/+log/dffd20efe95c..6e7cfaff1817

2020-11-03 [email protected] Fix bad FP codegen when sample() calls are inlined.
2020-11-03 [email protected] Poison unallocated block memory in GrBlockAllocator.
2020-11-03 [email protected] move subrun instances and support to .cpp
2020-11-03 [email protected] Improve support for function prototypes in SkSL.
2020-11-03 [email protected] Revert changes to unbreak bots.
2020-11-03 [email protected] cull glyphs that have far out positions
2020-11-03 [email protected] Revert "Reland "heif: Add AVIF type and AVIF sniffing""
2020-11-03 [email protected] Avoid redundant matrix inverse for DF text ops
2020-11-03 [email protected] Fix use-after-free error discovered by the fuzzer.
2020-11-03 [email protected] Reland "heif: Add AVIF type and AVIF sniffing"
2020-11-03 [email protected] Roll Dawn from 71d2e1d23d49 to 3bf9f4a2e65e (4 revisions)
2020-11-03 [email protected] Disable "any" function workaround in standalone/non-GPU caps
2020-11-03 [email protected] Create test case for oss-fuzz:26942.
2020-11-03 [email protected] Update GrAtlasTextOp::MaskType to enum class
2020-11-03 [email protected] GrRefCntedCallback has Make function.
2020-11-03 [email protected] Improve coverage AA for thin quads
2020-11-03 [email protected] Add support for wrapped GrAttachments.
2020-11-03 [email protected] Minor cleanup of GrTriangulatingPathRenderer
2020-11-03 [email protected] [svg] Add feTurbulence filter (incomplete)
2020-11-03 [email protected] Add SkImage::MakeFromYUVATexturesCopyToExternal
2020-11-03 [email protected] Fix GrThreadSafeCache's abandonContext behavior
2020-11-03 [email protected] Roll Chromium from 47ad8b8f4008 to c3b9f2527bea (386 revisions)
2020-11-03 [email protected] Roll SwiftShader from e0de282e678b to 959f41988a18 (7 revisions)
2020-11-03 [email protected] Roll Dawn from 0a374dce6653 to 71d2e1d23d49 (4 revisions)
2020-11-03 [email protected] Qiet ASAN warnings about ieee float division
2020-11-03 [email protected] Fix the grvx_approx_angle_between_vectors test
2020-11-02 [email protected] [svg] New layer for image filter if one is set
2020-11-02 [email protected] Add GrPathUtils::findCubicConvex180Chops
2020-11-02 [email protected] update build for Apple Silicon
2020-11-02 [email protected] Use uint4 instead if int4 in grvx test
2020-11-02 [email protected] Avoid infinite inverse inner-radii in eliiptical rrect op
2020-11-02 [email protected] Declare FontConfig not threadsafe.
2020-11-02 [email protected] Add helpers to GrPathUtils for converting lines and quads to cubics
2020-11-02 [email protected] Fill in the GrTriangulatingPathRenderer::onPrePrepareDraws
2020-11-02 [email protected] Replace ProgramElement dehydrated count with an elements-done command.
2020-11-02 [email protected] Add GrVx.h
2020-11-02 [email protected] Add test cases to function-prototype golden outputs.

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] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
...

https://skia.googlesource.com/skia.git/+log/dffd20efe95c..6e7cfaff1817

2020-11-03 [email protected] Fix bad FP codegen when sample() calls are inlined.
2020-11-03 [email protected] Poison unallocated block memory in GrBlockAllocator.
2020-11-03 [email protected] move subrun instances and support to .cpp
2020-11-03 [email protected] Improve support for function prototypes in SkSL.
2020-11-03 [email protected] Revert changes to unbreak bots.
2020-11-03 [email protected] cull glyphs that have far out positions
2020-11-03 [email protected] Revert "Reland "heif: Add AVIF type and AVIF sniffing""
2020-11-03 [email protected] Avoid redundant matrix inverse for DF text ops
2020-11-03 [email protected] Fix use-after-free error discovered by the fuzzer.
2020-11-03 [email protected] Reland "heif: Add AVIF type and AVIF sniffing"
2020-11-03 [email protected] Roll Dawn from 71d2e1d23d49 to 3bf9f4a2e65e (4 revisions)
2020-11-03 [email protected] Disable "any" function workaround in standalone/non-GPU caps
2020-11-03 [email protected] Create test case for oss-fuzz:26942.
2020-11-03 [email protected] Update GrAtlasTextOp::MaskType to enum class
2020-11-03 [email protected] GrRefCntedCallback has Make function.
2020-11-03 [email protected] Improve coverage AA for thin quads
2020-11-03 [email protected] Add support for wrapped GrAttachments.
2020-11-03 [email protected] Minor cleanup of GrTriangulatingPathRenderer
2020-11-03 [email protected] [svg] Add feTurbulence filter (incomplete)
2020-11-03 [email protected] Add SkImage::MakeFromYUVATexturesCopyToExternal
2020-11-03 [email protected] Fix GrThreadSafeCache's abandonContext behavior
2020-11-03 [email protected] Roll Chromium from 47ad8b8f4008 to c3b9f2527bea (386 revisions)
2020-11-03 [email protected] Roll SwiftShader from e0de282e678b to 959f41988a18 (7 revisions)
2020-11-03 [email protected] Roll Dawn from 0a374dce6653 to 71d2e1d23d49 (4 revisions)
2020-11-03 [email protected] Qiet ASAN warnings about ieee float division
2020-11-03 [email protected] Fix the grvx_approx_angle_between_vectors test
2020-11-02 [email protected] [svg] New layer for image filter if one is set
2020-11-02 [email protected] Add GrPathUtils::findCubicConvex180Chops
2020-11-02 [email protected] update build for Apple Silicon
2020-11-02 [email protected] Use uint4 instead if int4 in grvx test
2020-11-02 [email protected] Avoid infinite inverse inner-radii in eliiptical rrect op
2020-11-02 [email protected] Declare FontConfig not threadsafe.
2020-11-02 [email protected] Add helpers to GrPathUtils for converting lines and quads to cubics
2020-11-02 [email protected] Fill in the GrTriangulatingPathRenderer::onPrePrepareDraws
2020-11-02 [email protected] Replace ProgramElement dehydrated count with an elements-done command.
2020-11-02 [email protected] Add GrVx.h
2020-11-02 [email protected] Add test cases to function-prototype golden outputs.

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] on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll force-pushed the skia-flutter-autoroll-78baff3a-29a4-420a-98e4-414fd87df838-1604439506 branch from 981f089 to 8a1a4e9 Compare November 3, 2020 21:38
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Nov 3, 2020
@google-cla google-cla bot added the cla: yes label Nov 3, 2020
@fluttergithubbot fluttergithubbot merged commit 3ca9a14 into flutter:master Nov 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2020
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-78baff3a-29a4-420a-98e4-414fd87df838-1604439506 branch November 10, 2020 21:41
chaselatta pushed a commit to chaselatta/engine that referenced this pull request Nov 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants