mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from ec407902999b to 44062eff3e25 (8 revisions) (flutter/engine#38161)
https://skia.googlesource.com/skia.git/+log/ec407902999b..44062eff3e25 2022-12-09 nscobie@google.com Revert "JpegR decoder. Initial commit." 2022-12-09 kjlubick@google.com [bazel] Add CI test for layering_check implementation 2022-12-09 kjlubick@google.com [bazel] Implement layering_check in our custom toolchain 2022-12-09 cmumford@google.com [infra] Moved some perf OptimizeForSize jobs to new machines 2022-12-09 lehoangquyen@chromium.org [graphite] Implement DawnQueueManager. 2022-12-09 johnstiles@google.com Add continue statement to RP codegen. 2022-12-09 nicolettep@google.com Add Graphite Vulkan Build to Jobs. 2022-12-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 89b9b4762b94 to bad7c66f82c8 (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 bdero@google.com,djsollen@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
f2fd4d7f0e
commit
c7f7a975e8
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': 'ec407902999bf2c08afa6af4ae55d93709580b4c',
|
||||
'skia_revision': '44062eff3e250e3902e897231339c3f126c9a3f1',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: b1a6dc8898706db1b1209119a252219b
|
||||
Signature: da3d3cfd186ce9b4eacfb187b28eb32e
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -534,6 +534,9 @@ FILE: ../../../third_party/skia/docker/skia-with-swift-shader-base/Dockerfile
|
||||
FILE: ../../../third_party/skia/docker/skia-with-swift-shader-base/build-with-swift-shader-and-run
|
||||
FILE: ../../../third_party/skia/example/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/base/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/client/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/core/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/experimental/docs/animationCommon.js
|
||||
FILE: ../../../third_party/skia/experimental/docs/backend.js
|
||||
FILE: ../../../third_party/skia/experimental/docs/canvasBackend.js
|
||||
@ -880,6 +883,7 @@ FILE: ../../../third_party/skia/infra/bots/task_drivers/push_bazel_apps_from_was
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/recreate_skps/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/run_gn_to_bp/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/toolchain_layering_check/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/infra/bots/tasks.json
|
||||
FILE: ../../../third_party/skia/infra/bots/tools/luci-go/linux64/isolate.sha1
|
||||
FILE: ../../../third_party/skia/infra/bots/tools/luci-go/mac64/isolate.sha1
|
||||
@ -1178,6 +1182,7 @@ FILE: ../../../third_party/skia/src/utils/win/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/src/xml/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/src/xps/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/toolchain/BUILD.bazel
|
||||
FILE: ../../../third_party/skia/toolchain/clang_layering_check.bzl
|
||||
FILE: ../../../third_party/skia/toolchain/download_linux_amd64_toolchain.bzl
|
||||
FILE: ../../../third_party/skia/toolchain/download_mac_toolchain.bzl
|
||||
FILE: ../../../third_party/skia/toolchain/download_toolchains.bzl
|
||||
@ -7538,9 +7543,6 @@ FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
|
||||
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkJpegRCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkJpegRCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkStubJpegRDecoderAPI.h
|
||||
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h
|
||||
FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h
|
||||
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp
|
||||
@ -7610,6 +7612,7 @@ FILE: ../../../third_party/skia/infra/bots/task_drivers/bazel_build/bazel_build.
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/canvaskit_gold/canvaskit_gold.go
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/check_generated_files/check_generated_files.go
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/cpu_tests/cpu_tests.go
|
||||
FILE: ../../../third_party/skia/infra/bots/task_drivers/toolchain_layering_check/toolchain_layering_check.go
|
||||
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkBuiltInCodeSnippetID.h
|
||||
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
|
||||
@ -7833,8 +7836,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/experimental/bazel_test/base/base.h + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/base/base.h
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/base/base_priv.h
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/client/gizmo.cpp
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/client/gizmo.h
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/client/main.cpp
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/core/core.cpp
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/core/core.h
|
||||
FILE: ../../../third_party/skia/experimental/bazel_test/core/core_priv.h
|
||||
FILE: ../../../third_party/skia/include/gpu/MutableTextureState.h
|
||||
FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnTypes.h
|
||||
FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteTypes.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user