Roll Skia from 8ea9b39f7213 to 69d8378097df (6 revisions) (flutter/engine#38953)
https://skia.googlesource.com/skia.git/+log/8ea9b39f7213..69d8378097df 2023-01-17 robertphillips@google.com [graphite] Add unit test for new Graphite-specific makeSubset API 2023-01-17 kjlubick@google.com Remove shim files for private Chrome GPU usage 2023-01-17 johnstiles@google.com Disable MatrixEquality test on old Intel GPUs + Win10. 2023-01-17 jlavrova@google.com Revert "Breaking down Copy ReorderVisuals (2)" 2023-01-17 johnstiles@google.com Migrate contexts used by SkRasterPipeline into a separate header. 2023-01-17 ccameron@chromium.org SkJpegCodec: Merge ICC profile parsing with other metadata 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 fmalita@google.com,kaushikiska@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:
committed by
GitHub
parent
8c2ed1aca9
commit
73202c1da2
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': '8ea9b39f7213ba38411f39437018a0deffd9bcbb',
|
||||
'skia_revision': '69d8378097dffceb1a3ea01aea86cec16cea606a',
|
||||
|
||||
# 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: 853869ed01bd550bdf4fa57bf98c31b6
|
||||
Signature: 9bfcb2b9b29243b0ae4331bef53a5ae7
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -5881,7 +5881,6 @@ ORIGIN: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.mm + ../../.
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/image/SkSurface_GpuMtl.mm + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/text/StrikeForGPU.h + ../../../third_party/skia/LICENSE
|
||||
@@ -6029,7 +6028,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/GrMtlSemaphore.mm
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/OpsTask.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkSecondaryCBDrawContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h
|
||||
FILE: ../../../third_party/skia/src/image/SkSurface_GpuMtl.mm
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp
|
||||
FILE: ../../../third_party/skia/src/text/StrikeForGPU.h
|
||||
@@ -8880,6 +8878,7 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../th
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
|
||||
@@ -8889,6 +8888,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google Inc.
|
||||
@@ -8927,13 +8927,11 @@ LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkMath.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkMalloc.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/base/SkCPUTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkDiscardableMemory.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkFloatingPoint.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/include/core/SkMath.h
|
||||
FILE: ../../../third_party/skia/include/private/SkMalloc.h
|
||||
FILE: ../../../third_party/skia/include/private/base/SkCPUTypes.h
|
||||
FILE: ../../../third_party/skia/src/core/SkDiscardableMemory.h
|
||||
FILE: ../../../third_party/skia/src/core/SkFloatingPoint.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google LLC
|
||||
|
||||
Reference in New Issue
Block a user