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