Skip to content

Commit 72eaa79

Browse files
skia-flutter-autorollloic-sharma
authored andcommitted
Roll Skia from f549128104ba to 5e69caecd166 (11 revisions) (flutter#38333)
https://skia.googlesource.com/skia.git/+log/f549128104ba..5e69caecd166 2022-12-15 [email protected] Remove usage of <err.h> from Skia tools. 2022-12-15 [email protected] Update RP codegen tests to work as color filters. 2022-12-15 [email protected] SkSLSwitchCase.h: include <cinttypes> instead of inttypes.h 2022-12-15 [email protected] [graphite] Remove old CombinationBuilder system 2022-12-15 [email protected] Add RP codegen support for global variables. 2022-12-15 [email protected] Implement swizzle lvalues in RP codegen. 2022-12-15 [email protected] [graphite] Add runtimeEffectDictionary to KeyContext 2022-12-15 [email protected] Manual Dawn roll 2022-12-15 [email protected] Implement RP codegen for non-lvalue Swizzle ops. 2022-12-15 [email protected] Add builder support for swizzles. 2022-12-15 [email protected] Fixes related to integer image sample coords in RP 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 56019e5 commit 72eaa79

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
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': 'f549128104babe451bacf60e5851dbf73b2940d6',
21+
'skia_revision': '5e69caecd1662c38c14fb5317ef3c60e5b447068',
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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 15336d46da82f98d0fd14ca20cae9d2d
1+
Signature: ae8028688536a42df9364476f580f858
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8281,7 +8281,6 @@ ORIGIN: ../../../third_party/skia/include/core/SkCapabilities.h + ../../../third
82818281
ORIGIN: ../../../third_party/skia/include/core/SkColorType.h + ../../../third_party/skia/LICENSE
82828282
ORIGIN: ../../../third_party/skia/include/core/SkPathUtils.h + ../../../third_party/skia/LICENSE
82838283
ORIGIN: ../../../third_party/skia/include/gpu/GpuTypes.h + ../../../third_party/skia/LICENSE
8284-
ORIGIN: ../../../third_party/skia/include/gpu/graphite/CombinationBuilder.h + ../../../third_party/skia/LICENSE
82858284
ORIGIN: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h + ../../../third_party/skia/LICENSE
82868285
ORIGIN: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h + ../../../third_party/skia/LICENSE
82878286
ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h + ../../../third_party/skia/LICENSE
@@ -8316,7 +8315,6 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp
83168315
ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h + ../../../third_party/skia/LICENSE
83178316
ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClipStack.cpp + ../../../third_party/skia/LICENSE
83188317
ORIGIN: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h + ../../../third_party/skia/LICENSE
8319-
ORIGIN: ../../../third_party/skia/src/gpu/graphite/CombinationBuilder.cpp + ../../../third_party/skia/LICENSE
83208318
ORIGIN: ../../../third_party/skia/src/gpu/graphite/CommandTypes.h + ../../../third_party/skia/LICENSE
83218319
ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputePassTask.cpp + ../../../third_party/skia/LICENSE
83228320
ORIGIN: ../../../third_party/skia/src/gpu/graphite/ComputePassTask.h + ../../../third_party/skia/LICENSE
@@ -8489,7 +8487,6 @@ FILE: ../../../third_party/skia/include/core/SkCapabilities.h
84898487
FILE: ../../../third_party/skia/include/core/SkColorType.h
84908488
FILE: ../../../third_party/skia/include/core/SkPathUtils.h
84918489
FILE: ../../../third_party/skia/include/gpu/GpuTypes.h
8492-
FILE: ../../../third_party/skia/include/gpu/graphite/CombinationBuilder.h
84938490
FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
84948491
FILE: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h
84958492
FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h
@@ -8524,7 +8521,6 @@ FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp
85248521
FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h
85258522
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack.cpp
85268523
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h
8527-
FILE: ../../../third_party/skia/src/gpu/graphite/CombinationBuilder.cpp
85288524
FILE: ../../../third_party/skia/src/gpu/graphite/CommandTypes.h
85298525
FILE: ../../../third_party/skia/src/gpu/graphite/ComputePassTask.cpp
85308526
FILE: ../../../third_party/skia/src/gpu/graphite/ComputePassTask.h

0 commit comments

Comments
 (0)