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

Commit 2bc07ca

Browse files
Roll Skia from a321a8750271 to 1b2d815e9778 (5 revisions) (#39821)
https://skia.googlesource.com/skia.git/+log/a321a8750271..1b2d815e9778 2023-02-23 johnstiles@google.com Add Raster Pipeline op for indirect loads. 2023-02-23 brianosman@google.com Remove external functions from SkSL 2023-02-23 brianosman@google.com Remove particles module 2023-02-23 kjlubick@google.com Manually Roll Dawn from e4f947637a3b to f16b9bbd6e2a 2023-02-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2abed681f8de to ec5f4a152052 (4 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 brianosman@google.com,chinmaygarde@google.com,michaelludwig@google.com,rmistry@google.com 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 b4b4c15 commit 2bc07ca

File tree

3 files changed

+2
-36
lines changed

3 files changed

+2
-36
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': 'a321a875027156052b96e6d7054528ff4e126897',
21+
'skia_revision': '1b2d815e97786db2bf563f993beb0bbf26d8bb8e',
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,9 +2664,6 @@
26642664
../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/.gitignore
26652665
../../../third_party/skia/modules/jetski/BUILD.bazel
26662666
../../../third_party/skia/modules/jetski/README
2667-
../../../third_party/skia/modules/particles/BUILD.bazel
2668-
../../../third_party/skia/modules/particles/include/BUILD.bazel
2669-
../../../third_party/skia/modules/particles/src/BUILD.bazel
26702667
../../../third_party/skia/modules/pathkit/.gitignore
26712668
../../../third_party/skia/modules/pathkit/CHANGELOG.md
26722669
../../../third_party/skia/modules/pathkit/Makefile

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 61baf5f6e09e4e6f2be354e4945ddb23
1+
Signature: 5518d75b61a27cc1556f2f3b7efeaf4e
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -359,7 +359,6 @@ FILE: ../../../third_party/skia/modules/canvaskit/matrix.js
359359
FILE: ../../../third_party/skia/modules/canvaskit/memory.js
360360
FILE: ../../../third_party/skia/modules/canvaskit/package-lock.json
361361
FILE: ../../../third_party/skia/modules/canvaskit/paragraph.js
362-
FILE: ../../../third_party/skia/modules/canvaskit/particles.js
363362
FILE: ../../../third_party/skia/modules/canvaskit/pathops.js
364363
FILE: ../../../third_party/skia/modules/canvaskit/postamble.js
365364
FILE: ../../../third_party/skia/modules/canvaskit/preamble.js
@@ -6130,18 +6129,7 @@ ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrGLTypesPriv.h + .
61306129
ORIGIN: ../../../third_party/skia/modules/canvaskit/WasmCommon.h + ../../../third_party/skia/LICENSE
61316130
ORIGIN: ../../../third_party/skia/modules/canvaskit/debugger_bindings.cpp + ../../../third_party/skia/LICENSE
61326131
ORIGIN: ../../../third_party/skia/modules/canvaskit/paragraph_bindings.cpp + ../../../third_party/skia/LICENSE
6133-
ORIGIN: ../../../third_party/skia/modules/canvaskit/particles_bindings.cpp + ../../../third_party/skia/LICENSE
61346132
ORIGIN: ../../../third_party/skia/modules/canvaskit/skottie_bindings.cpp + ../../../third_party/skia/LICENSE
6135-
ORIGIN: ../../../third_party/skia/modules/particles/include/SkParticleBinding.h + ../../../third_party/skia/LICENSE
6136-
ORIGIN: ../../../third_party/skia/modules/particles/include/SkParticleData.h + ../../../third_party/skia/LICENSE
6137-
ORIGIN: ../../../third_party/skia/modules/particles/include/SkParticleDrawable.h + ../../../third_party/skia/LICENSE
6138-
ORIGIN: ../../../third_party/skia/modules/particles/include/SkParticleEffect.h + ../../../third_party/skia/LICENSE
6139-
ORIGIN: ../../../third_party/skia/modules/particles/include/SkParticleSerialization.h + ../../../third_party/skia/LICENSE
6140-
ORIGIN: ../../../third_party/skia/modules/particles/include/SkReflected.h + ../../../third_party/skia/LICENSE
6141-
ORIGIN: ../../../third_party/skia/modules/particles/src/SkParticleBinding.cpp + ../../../third_party/skia/LICENSE
6142-
ORIGIN: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp + ../../../third_party/skia/LICENSE
6143-
ORIGIN: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp + ../../../third_party/skia/LICENSE
6144-
ORIGIN: ../../../third_party/skia/modules/particles/src/SkReflected.cpp + ../../../third_party/skia/LICENSE
61456133
ORIGIN: ../../../third_party/skia/modules/skresources/include/SkResources.h + ../../../third_party/skia/LICENSE
61466134
ORIGIN: ../../../third_party/skia/modules/skresources/src/SkResources.cpp + ../../../third_party/skia/LICENSE
61476135
ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp + ../../../third_party/skia/LICENSE
@@ -6181,9 +6169,6 @@ ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAu
61816169
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.cpp + ../../../third_party/skia/LICENSE
61826170
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockCaps.cpp + ../../../third_party/skia/LICENSE
61836171
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTypes.cpp + ../../../third_party/skia/LICENSE
6184-
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunction.h + ../../../third_party/skia/LICENSE
6185-
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunctionCall.h + ../../../third_party/skia/LICENSE
6186-
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunctionReference.h + ../../../third_party/skia/LICENSE
61876172
ORIGIN: ../../../third_party/skia/src/utils/SkShaderUtils.cpp + ../../../third_party/skia/LICENSE
61886173
ORIGIN: ../../../third_party/skia/src/utils/SkShaderUtils.h + ../../../third_party/skia/LICENSE
61896174
TYPE: LicenseType.bsd
@@ -6204,18 +6189,7 @@ FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrGLTypesPriv.h
62046189
FILE: ../../../third_party/skia/modules/canvaskit/WasmCommon.h
62056190
FILE: ../../../third_party/skia/modules/canvaskit/debugger_bindings.cpp
62066191
FILE: ../../../third_party/skia/modules/canvaskit/paragraph_bindings.cpp
6207-
FILE: ../../../third_party/skia/modules/canvaskit/particles_bindings.cpp
62086192
FILE: ../../../third_party/skia/modules/canvaskit/skottie_bindings.cpp
6209-
FILE: ../../../third_party/skia/modules/particles/include/SkParticleBinding.h
6210-
FILE: ../../../third_party/skia/modules/particles/include/SkParticleData.h
6211-
FILE: ../../../third_party/skia/modules/particles/include/SkParticleDrawable.h
6212-
FILE: ../../../third_party/skia/modules/particles/include/SkParticleEffect.h
6213-
FILE: ../../../third_party/skia/modules/particles/include/SkParticleSerialization.h
6214-
FILE: ../../../third_party/skia/modules/particles/include/SkReflected.h
6215-
FILE: ../../../third_party/skia/modules/particles/src/SkParticleBinding.cpp
6216-
FILE: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp
6217-
FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp
6218-
FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp
62196193
FILE: ../../../third_party/skia/modules/skresources/include/SkResources.h
62206194
FILE: ../../../third_party/skia/modules/skresources/src/SkResources.cpp
62216195
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp
@@ -6255,9 +6229,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAuto
62556229
FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLTypesPriv.cpp
62566230
FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockCaps.cpp
62576231
FILE: ../../../third_party/skia/src/gpu/ganesh/mock/GrMockTypes.cpp
6258-
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunction.h
6259-
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunctionCall.h
6260-
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExternalFunctionReference.h
62616232
FILE: ../../../third_party/skia/src/utils/SkShaderUtils.cpp
62626233
FILE: ../../../third_party/skia/src/utils/SkShaderUtils.h
62636234
----------------------------------------------------------------------------------------------------
@@ -7547,7 +7518,6 @@ ORIGIN: ../../../third_party/skia/gm/graphitestart.cpp + ../../../third_party/sk
75477518
ORIGIN: ../../../third_party/skia/gm/hardstop_gradients_many.cpp + ../../../third_party/skia/LICENSE
75487519
ORIGIN: ../../../third_party/skia/gm/lazytiling.cpp + ../../../third_party/skia/LICENSE
75497520
ORIGIN: ../../../third_party/skia/gm/mesh.cpp + ../../../third_party/skia/LICENSE
7550-
ORIGIN: ../../../third_party/skia/gm/particles.cpp + ../../../third_party/skia/LICENSE
75517521
ORIGIN: ../../../third_party/skia/include/core/SkBlender.h + ../../../third_party/skia/LICENSE
75527522
ORIGIN: ../../../third_party/skia/include/core/SkMesh.h + ../../../third_party/skia/LICENSE
75537523
ORIGIN: ../../../third_party/skia/include/effects/SkBlenders.h + ../../../third_party/skia/LICENSE
@@ -7772,7 +7742,6 @@ FILE: ../../../third_party/skia/gm/graphitestart.cpp
77727742
FILE: ../../../third_party/skia/gm/hardstop_gradients_many.cpp
77737743
FILE: ../../../third_party/skia/gm/lazytiling.cpp
77747744
FILE: ../../../third_party/skia/gm/mesh.cpp
7775-
FILE: ../../../third_party/skia/gm/particles.cpp
77767745
FILE: ../../../third_party/skia/include/core/SkBlender.h
77777746
FILE: ../../../third_party/skia/include/core/SkMesh.h
77787747
FILE: ../../../third_party/skia/include/effects/SkBlenders.h

0 commit comments

Comments
 (0)