Skip to content

Commit 234ab4c

Browse files
Roll Skia from cd149aaa33bd to f1610a251e3a (5 revisions) (flutter#38456)
https://skia.googlesource.com/skia.git/+log/cd149aaa33bd..f1610a251e3a 2022-12-21 [email protected] Move Dawn Context creation off of Context. 2022-12-21 [email protected] Add float version of saveLayerAlpha 2022-12-21 [email protected] [direct3d] Fix return value from boolean to pointer type 2022-12-21 [email protected] Add Luma RP codegen tests. 2022-12-21 [email protected] Add scalar-vector binary-expr support to RP codegen. 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 [email protected],[email protected] 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 a90c45d commit 234ab4c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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': 'cd149aaa33bd51e842c22f28d8c5bd20bf06a842',
21+
'skia_revision': 'f1610a251e3a541c673999cfd091a96977d9e820',
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/licenses_skia

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e70d1ac599b32e56724c063b45d07980
1+
Signature: 3a1caeabe30db550ac2dc747ff805fd7
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8280,6 +8280,7 @@ ORIGIN: ../../../third_party/skia/include/gpu/GpuTypes.h + ../../../third_party/
82808280
ORIGIN: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h + ../../../third_party/skia/LICENSE
82818281
ORIGIN: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h + ../../../third_party/skia/LICENSE
82828282
ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h + ../../../third_party/skia/LICENSE
8283+
ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnUtils.h + ../../../third_party/skia/LICENSE
82838284
ORIGIN: ../../../third_party/skia/include/gpu/graphite/mtl/MtlUtils.h + ../../../third_party/skia/LICENSE
82848285
ORIGIN: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h + ../../../third_party/skia/LICENSE
82858286
ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h + ../../../third_party/skia/LICENSE
@@ -8402,7 +8403,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp + ../../
84028403
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.h + ../../../third_party/skia/LICENSE
84038404
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp + ../../../third_party/skia/LICENSE
84048405
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtils.cpp + ../../../third_party/skia/LICENSE
8405-
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtils.h + ../../../third_party/skia/LICENSE
8406+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE
84068407
ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/Geometry.h + ../../../third_party/skia/LICENSE
84078408
ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/SubRunData.h + ../../../third_party/skia/LICENSE
84088409
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h + ../../../third_party/skia/LICENSE
@@ -8491,6 +8492,7 @@ FILE: ../../../third_party/skia/include/gpu/GpuTypes.h
84918492
FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
84928493
FILE: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h
84938494
FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h
8495+
FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnUtils.h
84948496
FILE: ../../../third_party/skia/include/gpu/graphite/mtl/MtlUtils.h
84958497
FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h
84968498
FILE: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h
@@ -8613,7 +8615,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.cpp
86138615
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTexture.h
86148616
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnTypesPriv.cpp
86158617
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtils.cpp
8616-
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtils.h
8618+
FILE: ../../../third_party/skia/src/gpu/graphite/dawn/DawnUtilsPriv.h
86178619
FILE: ../../../third_party/skia/src/gpu/graphite/geom/Geometry.h
86188620
FILE: ../../../third_party/skia/src/gpu/graphite/geom/SubRunData.h
86198621
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h

0 commit comments

Comments
 (0)