Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll Skia from aedfc8695954 to 1b3aa8b6e1cc (43 revisions)
https://skia.googlesource.com/skia.git/+log/aedfc8695954..1b3aa8b6e1cc

2023-01-19 [email protected] [base] Move more files into base
2023-01-19 [email protected] Roll ANGLE from bf5a007afc1f to e960355a9a22 (7 revisions)
2023-01-19 [email protected] Manual Dawn roll from e1ad5c39e1d7 to 7e02157df528 (9 revisions)
2023-01-19 [email protected] Revert "Add setters for providing client info to SkParagraphBuilder"
2023-01-19 [email protected] Revert "Correct ParagraphBuilder::getText() behavior"
2023-01-19 [email protected] Make SK_API visible to user config file
2023-01-19 [email protected] Roll vulkan-deps from bd5634fbaca7 to 823d1a0d7c30 (9 revisions)
2023-01-19 [email protected] Roll ANGLE from 5d1ac2e0d5f6 to bf5a007afc1f (10 revisions)
2023-01-19 [email protected] Roll Skia Infra from a42938f058cb to d27950c1863f (4 revisions)
2023-01-18 [email protected] Fix an off-by-one in the max index passed to glDrawRangeElements by DrawMeshOp
2023-01-18 [email protected] Allow SkUserConfig.h to override SkAttributes.h
2023-01-18 [email protected] Correct ParagraphBuilder::getText() behavior
2023-01-18 [email protected] [graphite] Have onMakeSubset and onMakeTextureImage share code
2023-01-18 [email protected] Roll vulkan-deps from 61e7733b455d to bd5634fbaca7 (9 revisions)
2023-01-18 [email protected] Move SK_CODEC_DECODES_JPEG_GAINMAPS from defines to public_defines
2023-01-18 [email protected] Roll SK Tool from 9f0f02bea4b2 to 3e5659852fc3
2023-01-18 [email protected] Add setters for providing client info to SkParagraphBuilder
2023-01-18 [email protected] Add RP codegen support for out/inout parameters.
2023-01-18 [email protected] Very small clean up in SkScalerCache
2023-01-18 [email protected] Simplify redundant pop-push pairs.
2023-01-18 [email protected] Fix stack-rewind test.
2023-01-18 [email protected] [base] Move more files into base
2023-01-18 [email protected] Remove SkMath.h from the public API
2023-01-18 [email protected] Coalesce adjacent calls to copy_stack_from_slots.
2023-01-18 [email protected] Coalesce adjacent calls to push_uniforms.
2023-01-18 [email protected] Coalesce adjacent calls to push_slots.
2023-01-18 [email protected] Eliminate pushes that are immediately discarded.
2023-01-18 [email protected] [graphite] Fix onMakeSubset optimization
2023-01-18 [email protected] Breaking down Copy ReorderVisuals (4)
2023-01-18 [email protected] Avoid exporting libandroidicu headers
2023-01-18 [email protected] SkJpegCodec: Add JpegR gainmap extraction support
2023-01-18 [email protected] Generate SkRP golden outputs from test files.
2023-01-18 [email protected] Disable MatrixEquality test on Tegra3.
2023-01-18 [email protected] SkJpegCodec: Fix compound metadata index validation
2023-01-18 [email protected] Remove SK_DISABLE_RASTER_PIPELINE_SAMPLING_FIXES
2023-01-18 [email protected] Remove dependency on SkRasterPipeline from SkOpts.
2023-01-18 [email protected] jpegr codec: create color profile from ICCProfile data
2023-01-18 [email protected] Rename SkAutoTArray -> AutoTArray and move to skia_private
2023-01-18 [email protected] bazel: Add script to obtain the MacSDK symlink directory.
2023-01-18 [email protected] Roll vulkan-deps from 685cc71cd840 to 61e7733b455d (5 revisions)
2023-01-18 [email protected] Roll ANGLE from 734cf7ce212f to 5d1ac2e0d5f6 (8 revisions)
2023-01-18 [email protected] Roll Skia Infra from dc43f9a8e874 to a42938f058cb (6 revisions)
2023-01-18 [email protected] Roll Dawn from cd6104d0f0a1 to e1ad5c39e1d7 (13 revisions)

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 Jan 20, 2023
commit d7603bb6c031daabfc598b55e97eeb947da5d13b
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': 'aedfc8695954891f3d796efbc61360c9d61cb6e2',
'skia_revision': '1b3aa8b6e1cc82991861082ab45a0b62aad56288',

# 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
Loading