This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 8a1a4e9
committed
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
1 parent d27ff81 commit 8a1a4e9
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
3892 | 3892 | | |
3893 | 3893 | | |
3894 | 3894 | | |
| 3895 | + | |
3895 | 3896 | | |
3896 | 3897 | | |
3897 | 3898 | | |
| |||
3912 | 3913 | | |
3913 | 3914 | | |
3914 | 3915 | | |
| 3916 | + | |
3915 | 3917 | | |
3916 | 3918 | | |
3917 | 3919 | | |
| |||
4011 | 4013 | | |
4012 | 4014 | | |
4013 | 4015 | | |
| 4016 | + | |
4014 | 4017 | | |
4015 | 4018 | | |
4016 | 4019 | | |
| |||
4051 | 4054 | | |
4052 | 4055 | | |
4053 | 4056 | | |
| 4057 | + | |
4054 | 4058 | | |
4055 | 4059 | | |
4056 | 4060 | | |
| |||
4133 | 4137 | | |
4134 | 4138 | | |
4135 | 4139 | | |
| 4140 | + | |
4136 | 4141 | | |
4137 | 4142 | | |
4138 | 4143 | | |
| 4144 | + | |
4139 | 4145 | | |
4140 | 4146 | | |
4141 | 4147 | | |
| |||
5594 | 5600 | | |
5595 | 5601 | | |
5596 | 5602 | | |
| 5603 | + | |
5597 | 5604 | | |
5598 | 5605 | | |
5599 | 5606 | | |
| |||
0 commit comments