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

Commit b87e728

Browse files
Roll Skia from 975859a96f8f to eb29b46236e6 (9 revisions)
https://skia.googlesource.com/skia.git/+log/975859a96f8f..eb29b46236e6 2024-04-22 [email protected] Roll vulkan-deps from 71b11532ed72 to b7e3beee69a5 (1 revision) 2024-04-22 [email protected] [graphite] Fix canvaskit build 2024-04-22 [email protected] [graphite] Relax fLastTask assert in Device::flushPendingWorkToRecorder 2024-04-22 [email protected] [graphite] Rename RectBlurData to AnalyticBlurMask 2024-04-22 [email protected] Remove calls to SkScalarToFloat and SkFloatToScalar. 2024-04-22 [email protected] Remove SkScalarIsFinite/NaN from public API. 2024-04-22 [email protected] [graphite] Don't store unmappable buffer as reusable 2024-04-22 [email protected] Roll SK Tool from b7cc986dba6d to 2bc8bf46657d 2024-04-22 [email protected] Roll Skia Infra from dcb627bc133f to b7cc986dba6d (7 revisions) 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],[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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent e0c2f02 commit b87e728

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': '975859a96f8f30af6047007dea3fda08cc730052',
17+
'skia_revision': 'eb29b46236e61e76e567db3555dc9985246bc6dd',
1818

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

ci/licenses_golden/licenses_skia

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 8d9aac117472f0f8ac86adee2c617efe
1+
Signature: d6eda98283b16f0ad3d8c2ff62f1b6c6
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -399,6 +399,7 @@ FILE: ../../../flutter/third_party/skia/modules/skparagraph/test.html
399399
FILE: ../../../flutter/third_party/skia/package-lock.json
400400
FILE: ../../../flutter/third_party/skia/relnotes/ArrayASAN.md
401401
FILE: ../../../flutter/third_party/skia/relnotes/SkFloatBits.md
402+
FILE: ../../../flutter/third_party/skia/relnotes/SkScalarIsFiniteOrNaN.md
402403
FILE: ../../../flutter/third_party/skia/relnotes/ios_gl.md
403404
FILE: ../../../flutter/third_party/skia/relnotes/mac_gl.md
404405
FILE: ../../../flutter/third_party/skia/relnotes/moved_interfaces.md
@@ -9534,10 +9535,10 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePathAtlas.h +
95349535
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/FactoryFunctionsPriv.h + ../../../flutter/third_party/skia/LICENSE
95359536
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.cpp + ../../../flutter/third_party/skia/LICENSE
95369537
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.h + ../../../flutter/third_party/skia/LICENSE
9537-
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/RectBlurData.cpp + ../../../flutter/third_party/skia/LICENSE
9538-
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/RectBlurData.h + ../../../flutter/third_party/skia/LICENSE
9539-
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/RectBlurRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE
9540-
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/RectBlurRenderStep.h + ../../../flutter/third_party/skia/LICENSE
9538+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/AnalyticBlurMask.cpp + ../../../flutter/third_party/skia/LICENSE
9539+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/geom/AnalyticBlurMask.h + ../../../flutter/third_party/skia/LICENSE
9540+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticBlurRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE
9541+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticBlurRenderStep.h + ../../../flutter/third_party/skia/LICENSE
95419542
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.cpp + ../../../flutter/third_party/skia/LICENSE
95429543
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.h + ../../../flutter/third_party/skia/LICENSE
95439544
ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -9586,10 +9587,10 @@ FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePathAtlas.h
95869587
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/FactoryFunctionsPriv.h
95879588
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.cpp
95889589
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.h
9589-
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/RectBlurData.cpp
9590-
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/RectBlurData.h
9591-
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/RectBlurRenderStep.cpp
9592-
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/RectBlurRenderStep.h
9590+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/AnalyticBlurMask.cpp
9591+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/geom/AnalyticBlurMask.h
9592+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticBlurRenderStep.cpp
9593+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/AnalyticBlurRenderStep.h
95939594
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.cpp
95949595
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.h
95959596
FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp

0 commit comments

Comments
 (0)