Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4b1446d

Browse files
Roll Skia from a434f9b69660 to 33c62dafffc9 (9 revisions)
https://skia.googlesource.com/skia.git/+log/a434f9b69660..33c62dafffc9 2022-11-14 [email protected] [experiment] Replace ball of void* with SkRasterPipelineStage struct. 2022-11-14 [email protected] Add SkOpts::raster_pipeline_highp|lowp_stride. 2022-11-14 [email protected] Roll Skia Infra from 9f31a3bcc069 to 44d375050861 (1 revision) 2022-11-14 [email protected] [graphite] Make PipelineData Graphite-only 2022-11-14 [email protected] Rename fCount->fSize, fAllocCount->fCapacity, fItemArray->fData 2022-11-14 [email protected] Roll Skia Infra from c48dbf0bb02a to 9f31a3bcc069 (1 revision) 2022-11-14 [email protected] Replace Program_GetFunction with SkSL::Program::getFunction. 2022-11-14 [email protected] Roll Skia Infra from c7eaa2978786 to c48dbf0bb02a (1 revision) 2022-11-14 [email protected] Add support for kRectangle textureType as a DstProxy. 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 42bc762 commit 4b1446d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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': 'a434f9b696605c0ff601c47a72951002bf7d93d2',
21+
'skia_revision': '33c62dafffc9610789890738e7b3a1c7df9cd733',
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: db288064ee19461958f1c2a47a92a7b0
1+
Signature: 0230356593f7a51fa41de7be3b63dff1
22

33
UNUSED LICENSES:
44

@@ -7735,8 +7735,6 @@ FILE: ../../../third_party/skia/src/core/SkKeyContext.cpp
77357735
FILE: ../../../third_party/skia/src/core/SkKeyContext.h
77367736
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.cpp
77377737
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.h
7738-
FILE: ../../../third_party/skia/src/core/SkPipelineData.cpp
7739-
FILE: ../../../third_party/skia/src/core/SkPipelineData.h
77407738
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
77417739
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp
77427740
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h
@@ -7786,6 +7784,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp
77867784
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.h
77877785
FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.cpp
77887786
FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.h
7787+
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.cpp
7788+
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.h
77897789
FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h
77907790
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp
77917791
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h

0 commit comments

Comments
 (0)