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

Commit 2438ff8

Browse files
Roll Skia from ccc17f784e5d to 25f5a32367ad (4 revisions) (#44283)
https://skia.googlesource.com/skia.git/+log/ccc17f784e5d..25f5a32367ad 2023-08-02 jlavrova@google.com Justification problems 2023-08-02 johnstiles@google.com Remove DSLType. 2023-08-02 johnstiles@google.com Move verify_type into TypeReference. 2023-08-02 kjlubick@google.com Remove SK_GL #ifdefs from GrBackendSurface 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,jacksongardner@google.com,jvanverth@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 062e974 commit 2438ff8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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': 'ccc17f784e5d089b1cb24c80efc5c4368a50e64a',
21+
'skia_revision': '25f5a32367ad4cff037b06b022d101cce61e08ba',
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

+1
Original file line numberDiff line numberDiff line change
@@ -2663,6 +2663,7 @@
26632663
../../../third_party/skia/include/gpu/d3d/BUILD.bazel
26642664
../../../third_party/skia/include/gpu/dawn/BUILD.bazel
26652665
../../../third_party/skia/include/gpu/ganesh/BUILD.bazel
2666+
../../../third_party/skia/include/gpu/ganesh/gl/BUILD.bazel
26662667
../../../third_party/skia/include/gpu/ganesh/mtl/BUILD.bazel
26672668
../../../third_party/skia/include/gpu/gl/BUILD.bazel
26682669
../../../third_party/skia/include/gpu/gl/egl/BUILD.bazel

ci/licenses_golden/licenses_skia

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e16cd8e9806e6d4ec0a065fbb4deb8ac
1+
Signature: c40b8af304005d033af2e3d50bd2b2e4
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -390,6 +390,7 @@ FILE: ../../../third_party/skia/relnotes/const_context.md
390390
FILE: ../../../third_party/skia/relnotes/mesh_ganesh.md
391391
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
392392
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
393+
FILE: ../../../third_party/skia/relnotes/skgl_backend_surface.md
393394
FILE: ../../../third_party/skia/relnotes/tiledimages.md
394395
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
395396
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
@@ -6924,8 +6925,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp + ../../.
69246925
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h + ../../../third_party/skia/LICENSE
69256926
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp + ../../../third_party/skia/LICENSE
69266927
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLExpression.h + ../../../third_party/skia/LICENSE
6927-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp + ../../../third_party/skia/LICENSE
6928-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLType.h + ../../../third_party/skia/LICENSE
69296928
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h + ../../../third_party/skia/LICENSE
69306929
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h + ../../../third_party/skia/LICENSE
69316930
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp + ../../../third_party/skia/LICENSE
@@ -7062,8 +7061,6 @@ FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp
70627061
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h
70637062
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp
70647063
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.h
7065-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp
7066-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.h
70677064
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h
70687065
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h
70697066
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp
@@ -8906,6 +8903,7 @@ ORIGIN: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.
89068903
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h + ../../../third_party/skia/LICENSE
89078904
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h + ../../../third_party/skia/LICENSE
89088905
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h + ../../../third_party/skia/LICENSE
8906+
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h + ../../../third_party/skia/LICENSE
89098907
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h + ../../../third_party/skia/LICENSE
89108908
ORIGIN: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h + ../../../third_party/skia/LICENSE
89118909
ORIGIN: ../../../third_party/skia/include/gpu/graphite/Image.h + ../../../third_party/skia/LICENSE
@@ -8970,6 +8968,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/PipelineUtils.h + ../../../third_party
89708968
ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../third_party/skia/LICENSE
89718969
ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.h + ../../../third_party/skia/LICENSE
89728970
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE
8971+
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrBackendSurfacePriv.h + ../../../third_party/skia/LICENSE
89738972
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.cpp + ../../../third_party/skia/LICENSE
89748973
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.h + ../../../third_party/skia/LICENSE
89758974
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayList.cpp + ../../../third_party/skia/LICENSE
@@ -8984,6 +8983,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp
89848983
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h + ../../../third_party/skia/LICENSE
89858984
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp + ../../../third_party/skia/LICENSE
89868985
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.h + ../../../third_party/skia/LICENSE
8986+
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurface.cpp + ../../../third_party/skia/LICENSE
8987+
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h + ../../../third_party/skia/LICENSE
89878988
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp + ../../../third_party/skia/LICENSE
89888989
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h + ../../../third_party/skia/LICENSE
89898990
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrTextureGenerator.cpp + ../../../third_party/skia/LICENSE
@@ -9116,6 +9117,7 @@ FILE: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h
91169117
FILE: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h
91179118
FILE: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h
91189119
FILE: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h
9120+
FILE: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h
91199121
FILE: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h
91209122
FILE: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h
91219123
FILE: ../../../third_party/skia/include/gpu/graphite/Image.h
@@ -9180,6 +9182,7 @@ FILE: ../../../third_party/skia/src/gpu/PipelineUtils.h
91809182
FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp
91819183
FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.h
91829184
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h
9185+
FILE: ../../../third_party/skia/src/gpu/ganesh/GrBackendSurfacePriv.h
91839186
FILE: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.cpp
91849187
FILE: ../../../third_party/skia/src/gpu/ganesh/GrCanvas.h
91859188
FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayList.cpp
@@ -9194,6 +9197,8 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp
91949197
FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h
91959198
FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp
91969199
FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrPerlinNoise2Effect.h
9200+
FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurface.cpp
9201+
FILE: ../../../third_party/skia/src/gpu/ganesh/gl/GrGLBackendSurfacePriv.h
91979202
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp
91989203
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h
91999204
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrTextureGenerator.cpp

0 commit comments

Comments
 (0)