Skip to content

Commit

Permalink
Roll Skia from 1b1f53d77ced to 7b0a9d9a3008 (8 revisions) (#38358)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/1b1f53d77ced..7b0a9d9a3008

2022-12-16 robertphillips@google.com [graphite] Start generating pipelines in Context::precompile
2022-12-16 sharaks@google.com Update Skia milestone to 111
2022-12-16 johnstiles@google.com Add RasterPipeline copy_n_constants ops.
2022-12-16 kjlubick@google.com Skip sandbox when building gni exporter tool
2022-12-16 johnstiles@google.com Move SkSL-specific raster pipeline logic into Utils cpp.
2022-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 9449c7f77d1b to c943ccc4d398 (3 revisions)
2022-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from b1f9505daa83 to 43194c40e2e6
2022-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from f9adb7ab099d to b1f9505daa83 (1 revision)

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 johnstiles@google.com,jsimmons@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
  • Loading branch information
skia-flutter-autoroll committed Dec 16, 2022
1 parent 3a6b3f9 commit 81b4535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
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': '1b1f53d77cedd63edbd60d8b53183fde93644121',
'skia_revision': '7b0a9d9a3008872d56726805fb295daedd6d7b54',

# 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: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
@@ -1,4 +1,4 @@
Signature: 5d8b9b13d8448f53bd55b6a578176a60
Signature: a8931e78c7c9ad7d6d4edabf7f44e324

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8197,6 +8197,8 @@ ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineUtils.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineUtils.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -8226,6 +8228,8 @@ FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h
FILE: ../../../third_party/skia/src/core/SkRasterPipelineUtils.cpp
FILE: ../../../third_party/skia/src/core/SkRasterPipelineUtils.h
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h
FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp
Expand Down

0 comments on commit 81b4535

Please sign in to comment.