Skip to content

Commit

Permalink
Roll Skia from a434f9b69660 to 33c62dafffc9 (9 revisions)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
skia-flutter-autoroll committed Nov 14, 2022
1 parent 42bc762 commit 4b1446d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': 'a434f9b696605c0ff601c47a72951002bf7d93d2',
'skia_revision': '33c62dafffc9610789890738e7b3a1c7df9cd733',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
6 changes: 3 additions & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: db288064ee19461958f1c2a47a92a7b0
Signature: 0230356593f7a51fa41de7be3b63dff1

UNUSED LICENSES:

Expand Down Expand Up @@ -7735,8 +7735,6 @@ FILE: ../../../third_party/skia/src/core/SkKeyContext.cpp
FILE: ../../../third_party/skia/src/core/SkKeyContext.h
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.cpp
FILE: ../../../third_party/skia/src/core/SkKeyHelpers.h
FILE: ../../../third_party/skia/src/core/SkPipelineData.cpp
FILE: ../../../third_party/skia/src/core/SkPipelineData.h
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h
Expand Down Expand Up @@ -7786,6 +7784,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.h
FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.h
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.h
FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h
Expand Down

0 comments on commit 4b1446d

Please sign in to comment.