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

Commit 53bd4bb

Browse files
Roll Skia from b8c0a78a2378 to e1f3980272f3 (24 revisions) (#38758)
https://skia.googlesource.com/skia.git/+log/b8c0a78a2378..e1f3980272f3 2023-01-09 [email protected] Add support for diagonal matrix contructors in RP codegen. 2023-01-09 [email protected] Reboot Android devices after running a task. 2023-01-09 [email protected] Coalesce adjacent push_zeros ops. 2023-01-09 [email protected] [graphite] More steps to Recording replay for text. 2023-01-09 [email protected] Clean up compilation settings 2023-01-09 [email protected] Clear special surfaces with red color on debug tests 2023-01-09 [email protected] [graphite] Centralize Graphite onMakeTextureImage stubs in SkImage_GpuBase 2023-01-09 [email protected] Add tests for solving cubic roots with double precision. 2023-01-09 [email protected] [graphite] Add onReinterpretColorSpace implementation 2023-01-09 [email protected] Move SkStringView from include/private/base into src/base 2023-01-09 [email protected] jpegr codec: implement opt-in sdr/hdr decoding 2023-01-09 [email protected] Roll SK Tool from 10524e337d18 to 802522fda586 2023-01-09 [email protected] Update SKP version 2023-01-09 [email protected] Roll vulkan-deps from e7c0454c0991 to 8c09d95e66d0 (1 revision) 2023-01-09 [email protected] Roll Skia Infra from 3c706ee3c271 to 10524e337d18 (10 revisions) 2023-01-09 [email protected] Roll ANGLE from 1d2b20f53532 to 9c1598af45f5 (8 revisions) 2023-01-09 [email protected] Roll Dawn from 582ce0b0b4c8 to a3544353e82d (20 revisions) 2023-01-08 49699333+dependabot[bot]@users.noreply.github.com Bump json5 from 1.0.1 to 1.0.2 in /experimental/tskit 2023-01-07 49699333+dependabot[bot]@users.noreply.github.com Bump json5 from 2.1.3 to 2.2.3 in /modules/pathkit 2023-01-07 49699333+dependabot[bot]@users.noreply.github.com Bump json5 from 2.1.3 to 2.2.3 in /modules/canvaskit 2023-01-07 [email protected] Roll vulkan-deps from 68f9998c8591 to e7c0454c0991 (2 revisions) 2023-01-06 [email protected] Roll vulkan-deps from d3d26aeb92d2 to 68f9998c8591 (4 revisions) 2023-01-06 [email protected] Implement x++ and x-- in RP codegen. 2023-01-06 [email protected] Disable fract() intrinsic test on Tegra3. 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 Co-authored-by: skia-flutter-autoroll <[email protected]>
1 parent fd43606 commit 53bd4bb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'b8c0a78a2378c621d90733b82f69a7ab356732ee',
21+
'skia_revision': 'e1f3980272f36023aa300c739fee8bef345f2ab3',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/excluded_files

+2
Original file line numberDiff line numberDiff line change
@@ -2609,6 +2609,8 @@
26092609
../../../third_party/skia/specs
26102610
../../../third_party/skia/src/BUILD.bazel
26112611
../../../third_party/skia/src/android/BUILD.bazel
2612+
../../../third_party/skia/src/base/BUILD.bazel
2613+
../../../third_party/skia/src/base/README.md
26122614
../../../third_party/skia/src/codec/BUILD.bazel
26132615
../../../third_party/skia/src/core/BUILD.bazel
26142616
../../../third_party/skia/src/effects/BUILD.bazel

ci/licenses_golden/licenses_skia

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: fdca516e6e3f00c9c96304eaf4bf26ec
1+
Signature: 1b7e0d1182c107163b421488f3059d82
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -7983,7 +7983,6 @@ LIBRARY: skia
79837983
ORIGIN: ../../../third_party/skia/gm/batchedconvexpaths.cpp + ../../../third_party/skia/LICENSE
79847984
ORIGIN: ../../../third_party/skia/gm/destcolor.cpp + ../../../third_party/skia/LICENSE
79857985
ORIGIN: ../../../third_party/skia/include/private/SkSLProgramKind.h + ../../../third_party/skia/LICENSE
7986-
ORIGIN: ../../../third_party/skia/include/private/base/SkStringView.h + ../../../third_party/skia/LICENSE
79877986
ORIGIN: ../../../third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h + ../../../third_party/skia/LICENSE
79887987
ORIGIN: ../../../third_party/skia/include/sksl/DSLBlock.h + ../../../third_party/skia/LICENSE
79897988
ORIGIN: ../../../third_party/skia/include/sksl/DSLCase.h + ../../../third_party/skia/LICENSE
@@ -7993,6 +7992,7 @@ ORIGIN: ../../../third_party/skia/include/sksl/DSLStatement.h + ../../../third_p
79937992
ORIGIN: ../../../third_party/skia/include/sksl/SkSLDebugTrace.h + ../../../third_party/skia/LICENSE
79947993
ORIGIN: ../../../third_party/skia/include/sksl/SkSLErrorReporter.h + ../../../third_party/skia/LICENSE
79957994
ORIGIN: ../../../third_party/skia/include/sksl/SkSLPosition.h + ../../../third_party/skia/LICENSE
7995+
ORIGIN: ../../../third_party/skia/src/base/SkStringView.h + ../../../third_party/skia/LICENSE
79967996
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.cpp + ../../../third_party/skia/LICENSE
79977997
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.h + ../../../third_party/skia/LICENSE
79987998
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp + ../../../third_party/skia/LICENSE
@@ -8027,7 +8027,6 @@ TYPE: LicenseType.bsd
80278027
FILE: ../../../third_party/skia/gm/batchedconvexpaths.cpp
80288028
FILE: ../../../third_party/skia/gm/destcolor.cpp
80298029
FILE: ../../../third_party/skia/include/private/SkSLProgramKind.h
8030-
FILE: ../../../third_party/skia/include/private/base/SkStringView.h
80318030
FILE: ../../../third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h
80328031
FILE: ../../../third_party/skia/include/sksl/DSLBlock.h
80338032
FILE: ../../../third_party/skia/include/sksl/DSLCase.h
@@ -8037,6 +8036,7 @@ FILE: ../../../third_party/skia/include/sksl/DSLStatement.h
80378036
FILE: ../../../third_party/skia/include/sksl/SkSLDebugTrace.h
80388037
FILE: ../../../third_party/skia/include/sksl/SkSLErrorReporter.h
80398038
FILE: ../../../third_party/skia/include/sksl/SkSLPosition.h
8039+
FILE: ../../../third_party/skia/src/base/SkStringView.h
80408040
FILE: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.cpp
80418041
FILE: ../../../third_party/skia/src/gpu/ganesh/GrVertexChunkArray.h
80428042
FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp
@@ -8872,10 +8872,12 @@ LIBRARY: skia
88728872
ORIGIN: ../../../third_party/skia/include/private/SkDeque.h + ../../../third_party/skia/LICENSE
88738873
ORIGIN: ../../../third_party/skia/include/private/SkMalloc.h + ../../../third_party/skia/LICENSE
88748874
ORIGIN: ../../../third_party/skia/include/private/SkTo.h + ../../../third_party/skia/LICENSE
8875+
ORIGIN: ../../../third_party/skia/src/core/SkFloatingPoint.cpp + ../../../third_party/skia/LICENSE
88758876
TYPE: LicenseType.bsd
88768877
FILE: ../../../third_party/skia/include/private/SkDeque.h
88778878
FILE: ../../../third_party/skia/include/private/SkMalloc.h
88788879
FILE: ../../../third_party/skia/include/private/SkTo.h
8880+
FILE: ../../../third_party/skia/src/core/SkFloatingPoint.cpp
88798881
----------------------------------------------------------------------------------------------------
88808882
Copyright 2023 Google LLC
88818883

0 commit comments

Comments
 (0)