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

Commit b9b0193

Browse files
Roll Skia from 60e4a4a27375 to 158d51b34caa (19 revisions) (#38654)
https://skia.googlesource.com/skia.git/+log/60e4a4a27375..158d51b34caa 2023-01-04 [email protected] Add abs support to RP codegen. 2023-01-04 [email protected] Add abs support to RP builder. 2023-01-04 [email protected] Add abs stage to Raster Pipeline. 2023-01-04 [email protected] Do not skip checking program compilation 2023-01-04 [email protected] Disable scaling copy-as-draws on Mali 4xx devices 2023-01-04 [email protected] Break apart some uses of SkTypes 2023-01-04 [email protected] Delete redundant tests from RP codegen tests. 2023-01-04 [email protected] Add Not.sksl to SkSLTest.cpp. 2023-01-04 [email protected] Add Dot.sksl to SkSLTest.cpp. 2023-01-04 [email protected] [base] Move include/base to include/private/base 2023-01-04 [email protected] Change skia::tracing_internals to skia_internal 2023-01-04 [email protected] Add float/int/uint casting support to RP codegen. 2023-01-04 [email protected] Add casting support to RP builder. 2023-01-04 [email protected] Update stack rewinding behavior in RP builder. 2023-01-04 [email protected] Roll SK Tool from 20657cd82ed9 to f0e8f01433a5 2023-01-04 [email protected] Add clang::musttail to SkSL RP ops. 2023-01-04 [email protected] Check link status for copy/mipmap programs 2023-01-04 [email protected] Move SkImageInfoPriv.h to src/core 2023-01-04 [email protected] [graphite] Add Blend and HSLAMatrix ColorFilters to Precompile system 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
1 parent 35b7dee commit b9b0193

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
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': '60e4a4a27375459b65ae83bf73234c55a048c15a',
21+
'skia_revision': '158d51b34caacc8d00593618e19481bb08b3a9ad',
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,8 +2481,6 @@
24812481
../../../third_party/skia/include/BUILD.bazel
24822482
../../../third_party/skia/include/OWNERS
24832483
../../../third_party/skia/include/android/BUILD.bazel
2484-
../../../third_party/skia/include/base/BUILD.bazel
2485-
../../../third_party/skia/include/base/README.md
24862484
../../../third_party/skia/include/codec/BUILD.bazel
24872485
../../../third_party/skia/include/config/BUILD.bazel
24882486
../../../third_party/skia/include/core/BUILD.bazel
@@ -2503,6 +2501,8 @@
25032501
../../../third_party/skia/include/ports/BUILD.bazel
25042502
../../../third_party/skia/include/private/BUILD.bazel
25052503
../../../third_party/skia/include/private/OWNERS
2504+
../../../third_party/skia/include/private/base/BUILD.bazel
2505+
../../../third_party/skia/include/private/base/README.md
25062506
../../../third_party/skia/include/private/chromium/BUILD.bazel
25072507
../../../third_party/skia/include/private/gpu/BUILD.bazel
25082508
../../../third_party/skia/include/private/gpu/ganesh/BUILD.bazel

ci/licenses_golden/licenses_skia

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 835bb459b9c139d9679922bed7098d89
1+
Signature: b08ae6bff7e9a0bdf97f774b0b76601a
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -4554,7 +4554,6 @@ ORIGIN: ../../../third_party/skia/include/gpu/GrBackendSurface.h + ../../../thir
45544554
ORIGIN: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h + ../../../third_party/skia/LICENSE
45554555
ORIGIN: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h + ../../../third_party/skia/LICENSE
45564556
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h + ../../../third_party/skia/LICENSE
4557-
ORIGIN: ../../../third_party/skia/include/private/SkImageInfoPriv.h + ../../../third_party/skia/LICENSE
45584557
ORIGIN: ../../../third_party/skia/include/private/SkMalloc.h + ../../../third_party/skia/LICENSE
45594558
ORIGIN: ../../../third_party/skia/include/private/SkSLString.h + ../../../third_party/skia/LICENSE
45604559
ORIGIN: ../../../third_party/skia/include/private/SkShadowFlags.h + ../../../third_party/skia/LICENSE
@@ -4619,6 +4618,7 @@ ORIGIN: ../../../third_party/skia/src/core/SkExecutor.cpp + ../../../third_party
46194618
ORIGIN: ../../../third_party/skia/src/core/SkFontMgrPriv.h + ../../../third_party/skia/LICENSE
46204619
ORIGIN: ../../../third_party/skia/src/core/SkGaussFilter.cpp + ../../../third_party/skia/LICENSE
46214620
ORIGIN: ../../../third_party/skia/src/core/SkGaussFilter.h + ../../../third_party/skia/LICENSE
4621+
ORIGIN: ../../../third_party/skia/src/core/SkImageInfoPriv.h + ../../../third_party/skia/LICENSE
46224622
ORIGIN: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp + ../../../third_party/skia/LICENSE
46234623
ORIGIN: ../../../third_party/skia/src/core/SkMaskBlurFilter.h + ../../../third_party/skia/LICENSE
46244624
ORIGIN: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp + ../../../third_party/skia/LICENSE
@@ -4782,7 +4782,6 @@ FILE: ../../../third_party/skia/include/gpu/GrBackendSurface.h
47824782
FILE: ../../../third_party/skia/include/gpu/mock/GrMockTypes.h
47834783
FILE: ../../../third_party/skia/include/gpu/mtl/GrMtlTypes.h
47844784
FILE: ../../../third_party/skia/include/ports/SkFontMgr_mac_ct.h
4785-
FILE: ../../../third_party/skia/include/private/SkImageInfoPriv.h
47864785
FILE: ../../../third_party/skia/include/private/SkMalloc.h
47874786
FILE: ../../../third_party/skia/include/private/SkSLString.h
47884787
FILE: ../../../third_party/skia/include/private/SkShadowFlags.h
@@ -4847,6 +4846,7 @@ FILE: ../../../third_party/skia/src/core/SkExecutor.cpp
48474846
FILE: ../../../third_party/skia/src/core/SkFontMgrPriv.h
48484847
FILE: ../../../third_party/skia/src/core/SkGaussFilter.cpp
48494848
FILE: ../../../third_party/skia/src/core/SkGaussFilter.h
4849+
FILE: ../../../third_party/skia/src/core/SkImageInfoPriv.h
48504850
FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.cpp
48514851
FILE: ../../../third_party/skia/src/core/SkMaskBlurFilter.h
48524852
FILE: ../../../third_party/skia/src/core/SkPromiseImageTexture.cpp
@@ -8274,13 +8274,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
82748274
LIBRARY: skia
82758275
ORIGIN: ../../../third_party/skia/gm/bug12866.cpp + ../../../third_party/skia/LICENSE
82768276
ORIGIN: ../../../third_party/skia/gm/crbug_1313579.cpp + ../../../third_party/skia/LICENSE
8277-
ORIGIN: ../../../third_party/skia/include/base/SkAPI.h + ../../../third_party/skia/LICENSE
8278-
ORIGIN: ../../../third_party/skia/include/base/SkAlign.h + ../../../third_party/skia/LICENSE
8279-
ORIGIN: ../../../third_party/skia/include/base/SkAssert.h + ../../../third_party/skia/LICENSE
8280-
ORIGIN: ../../../third_party/skia/include/base/SkAttributes.h + ../../../third_party/skia/LICENSE
8281-
ORIGIN: ../../../third_party/skia/include/base/SkDebug.h + ../../../third_party/skia/LICENSE
8282-
ORIGIN: ../../../third_party/skia/include/base/SkFeatures.h + ../../../third_party/skia/LICENSE
8283-
ORIGIN: ../../../third_party/skia/include/base/SkLoadUserConfig.h + ../../../third_party/skia/LICENSE
82848277
ORIGIN: ../../../third_party/skia/include/core/SkAlphaType.h + ../../../third_party/skia/LICENSE
82858278
ORIGIN: ../../../third_party/skia/include/core/SkCapabilities.h + ../../../third_party/skia/LICENSE
82868279
ORIGIN: ../../../third_party/skia/include/core/SkColorType.h + ../../../third_party/skia/LICENSE
@@ -8296,6 +8289,13 @@ ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h + ../../
82968289
ORIGIN: ../../../third_party/skia/include/private/SkAlignedStorage.h + ../../../third_party/skia/LICENSE
82978290
ORIGIN: ../../../third_party/skia/include/private/SkPathEnums.h + ../../../third_party/skia/LICENSE
82988291
ORIGIN: ../../../third_party/skia/include/private/SkTypeTraits.h + ../../../third_party/skia/LICENSE
8292+
ORIGIN: ../../../third_party/skia/include/private/base/SkAPI.h + ../../../third_party/skia/LICENSE
8293+
ORIGIN: ../../../third_party/skia/include/private/base/SkAlign.h + ../../../third_party/skia/LICENSE
8294+
ORIGIN: ../../../third_party/skia/include/private/base/SkAssert.h + ../../../third_party/skia/LICENSE
8295+
ORIGIN: ../../../third_party/skia/include/private/base/SkAttributes.h + ../../../third_party/skia/LICENSE
8296+
ORIGIN: ../../../third_party/skia/include/private/base/SkDebug.h + ../../../third_party/skia/LICENSE
8297+
ORIGIN: ../../../third_party/skia/include/private/base/SkFeatures.h + ../../../third_party/skia/LICENSE
8298+
ORIGIN: ../../../third_party/skia/include/private/base/SkLoadUserConfig.h + ../../../third_party/skia/LICENSE
82998299
ORIGIN: ../../../third_party/skia/include/sksl/SkSLVersion.h + ../../../third_party/skia/LICENSE
83008300
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp + ../../../third_party/skia/LICENSE
83018301
ORIGIN: ../../../third_party/skia/src/core/SkCapabilities.cpp + ../../../third_party/skia/LICENSE
@@ -8494,13 +8494,6 @@ ORIGIN: ../../../third_party/skia/src/utils/SkTestCanvas.h + ../../../third_part
84948494
TYPE: LicenseType.bsd
84958495
FILE: ../../../third_party/skia/gm/bug12866.cpp
84968496
FILE: ../../../third_party/skia/gm/crbug_1313579.cpp
8497-
FILE: ../../../third_party/skia/include/base/SkAPI.h
8498-
FILE: ../../../third_party/skia/include/base/SkAlign.h
8499-
FILE: ../../../third_party/skia/include/base/SkAssert.h
8500-
FILE: ../../../third_party/skia/include/base/SkAttributes.h
8501-
FILE: ../../../third_party/skia/include/base/SkDebug.h
8502-
FILE: ../../../third_party/skia/include/base/SkFeatures.h
8503-
FILE: ../../../third_party/skia/include/base/SkLoadUserConfig.h
85048497
FILE: ../../../third_party/skia/include/core/SkAlphaType.h
85058498
FILE: ../../../third_party/skia/include/core/SkCapabilities.h
85068499
FILE: ../../../third_party/skia/include/core/SkColorType.h
@@ -8516,6 +8509,13 @@ FILE: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h
85168509
FILE: ../../../third_party/skia/include/private/SkAlignedStorage.h
85178510
FILE: ../../../third_party/skia/include/private/SkPathEnums.h
85188511
FILE: ../../../third_party/skia/include/private/SkTypeTraits.h
8512+
FILE: ../../../third_party/skia/include/private/base/SkAPI.h
8513+
FILE: ../../../third_party/skia/include/private/base/SkAlign.h
8514+
FILE: ../../../third_party/skia/include/private/base/SkAssert.h
8515+
FILE: ../../../third_party/skia/include/private/base/SkAttributes.h
8516+
FILE: ../../../third_party/skia/include/private/base/SkDebug.h
8517+
FILE: ../../../third_party/skia/include/private/base/SkFeatures.h
8518+
FILE: ../../../third_party/skia/include/private/base/SkLoadUserConfig.h
85198519
FILE: ../../../third_party/skia/include/sksl/SkSLVersion.h
85208520
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
85218521
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp

0 commit comments

Comments
 (0)