mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 951123096e55 to 0f974a0f8c10 (5 revisions) (flutter/engine#42771)
https://skia.googlesource.com/skia.git/+log/951123096e55..0f974a0f8c10 2023-06-12 kjlubick@google.com Remove remaining references to GrSlug 2023-06-12 johnstiles@google.com Add a SkSLSwitchCase cpp file. 2023-06-12 michaelludwig@google.com [skif] Cleanup comments missed in Displacement update CL 2023-06-12 cmumford@google.com [bazel] Add PathKit build rule 2023-06-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 61c4fb9d6c0c to 2219aacad808 (1 revision) 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,herb@google.com,jacksongardner@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
This commit is contained in:
parent
6eb184bed6
commit
9ff0c742c7
2
DEPS
2
DEPS
@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '951123096e5545b1e746d1966b814e91aad0649e',
|
||||
'skia_revision': '0f974a0f8c106f4eccaf474c1d8a468099ea753a',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -2712,6 +2712,7 @@
|
||||
../../../third_party/skia/modules/jetski/BUILD.bazel
|
||||
../../../third_party/skia/modules/jetski/README
|
||||
../../../third_party/skia/modules/pathkit/.gitignore
|
||||
../../../third_party/skia/modules/pathkit/BUILD.bazel
|
||||
../../../third_party/skia/modules/pathkit/CHANGELOG.md
|
||||
../../../third_party/skia/modules/pathkit/Makefile
|
||||
../../../third_party/skia/modules/pathkit/README.md
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 1b5aa1864a71192074c1edbab0b6f6e7
|
||||
Signature: 91a7383625bcb005f1f83444879b7b0a
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -7492,7 +7492,6 @@ ORIGIN: ../../../third_party/skia/include/gpu/graphite/Recording.h + ../../../th
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/graphite/TextureInfo.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/graphite/mtl/MtlBackendContext.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/graphite/mtl/MtlGraphiteTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/chromium/GrSlug.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/chromium/Slug.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrDawnTypesPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrMockTypesPriv.h + ../../../third_party/skia/LICENSE
|
||||
@ -7714,7 +7713,6 @@ FILE: ../../../third_party/skia/include/gpu/graphite/Recording.h
|
||||
FILE: ../../../third_party/skia/include/gpu/graphite/TextureInfo.h
|
||||
FILE: ../../../third_party/skia/include/gpu/graphite/mtl/MtlBackendContext.h
|
||||
FILE: ../../../third_party/skia/include/gpu/graphite/mtl/MtlGraphiteTypes.h
|
||||
FILE: ../../../third_party/skia/include/private/chromium/GrSlug.h
|
||||
FILE: ../../../third_party/skia/include/private/chromium/Slug.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrDawnTypesPriv.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrMockTypesPriv.h
|
||||
@ -8823,6 +8821,7 @@ ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../thi
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExtension.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIRHelpers.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/gm/coordclampshader.cpp
|
||||
FILE: ../../../third_party/skia/gm/fontations.cpp
|
||||
@ -8857,6 +8856,7 @@ FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExtension.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLIRHelpers.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLSwitchCase.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google Inc.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user