Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll Skia from 0aec6f7bfbc8 to ffdbcb0d3751 (24 revisions) #57181

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars = {
'flutter_git': 'https://flutter.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'llvm_git': 'https://llvm.googlesource.com',
'skia_revision': '0aec6f7bfbc84b47f9040afe1e534d70cd3145c3',
'skia_revision': 'ffdbcb0d37514ccb59725a24387a22fffddc28b2',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
7 changes: 6 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 00978b4081cddc5274c012d30c40dd50
Signature: d57c655b464de0a4e694bdc98b6719af

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -404,6 +404,7 @@ FILE: ../../../flutter/third_party/skia/relnotes/GraphiteLogPriority.md
FILE: ../../../flutter/third_party/skia/relnotes/SkColorSpaceMakeCICP.md
FILE: ../../../flutter/third_party/skia/relnotes/debugtrace.md
FILE: ../../../flutter/third_party/skia/relnotes/precompilecontext.md
FILE: ../../../flutter/third_party/skia/relnotes/requireorderedrecordings.md
FILE: ../../../flutter/third_party/skia/src/gpu/gpu_workaround_list.txt
FILE: ../../../flutter/third_party/skia/src/ports/fontations/Cargo.toml
FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
Expand Down Expand Up @@ -9557,6 +9558,8 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlBackendSurface
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlDirectContext.mm + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BackendSemaphorePriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/BackendTexturePriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClipAtlasManager.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ClipAtlasManager.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePathAtlas.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePathAtlas.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/InternalDrawTypeFlags.h + ../../../flutter/third_party/skia/LICENSE
Expand Down Expand Up @@ -9685,6 +9688,8 @@ FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlBackendSurface.m
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/mtl/GrMtlDirectContext.mm
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BackendSemaphorePriv.h
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/BackendTexturePriv.h
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClipAtlasManager.cpp
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ClipAtlasManager.h
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePathAtlas.cpp
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/ComputePathAtlas.h
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/InternalDrawTypeFlags.h
Expand Down
Loading