Skip to content

Commit

Permalink
Roll Skia from 0d5356a0f3cb to 5353de0c25b9 (1 revision) (flutter#49040)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/0d5356a0f3cb..5353de0c25b9

2023-12-14 [email protected] Remove type union from MutableTextureState

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],[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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
  • Loading branch information
skia-flutter-autoroll authored Dec 14, 2023
1 parent 578ecec commit 997d3df
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': '0d5356a0f3cb2250fcbf7c91bace0145c0cccde0',
'skia_revision': '5353de0c25b966ca97bcdcc65256633633dbe784',

# 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: 263081acdc537b29a964423b68a348a0
Signature: e66b02361687e231e99c0cce474b9d58

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8514,7 +8514,6 @@ ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/VulkanTypes.h + ../../.
ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkContainers.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteTypes.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/tessellate/MidpointContourParser.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLPosition.cpp + ../../../flutter/third_party/skia/LICENSE
Expand All @@ -8528,7 +8527,6 @@ FILE: ../../../flutter/third_party/skia/include/gpu/vk/VulkanTypes.h
FILE: ../../../flutter/third_party/skia/include/private/base/SkContainers.h
FILE: ../../../flutter/third_party/skia/include/private/gpu/graphite/DawnTypesPriv.h
FILE: ../../../flutter/third_party/skia/include/private/gpu/graphite/VulkanGraphiteTypesPriv.h
FILE: ../../../flutter/third_party/skia/include/private/gpu/vk/VulkanTypesPriv.h
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanGraphiteTypes.cpp
FILE: ../../../flutter/third_party/skia/src/gpu/tessellate/MidpointContourParser.h
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLPosition.cpp
Expand Down Expand Up @@ -8878,6 +8876,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/BlurUtils.h + ../../../flutter
ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/MutableTextureStatePriv.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h + ../../../flutter/third_party/skia/LICENSE
ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.cpp + ../../../flutter/third_party/skia/LICENSE
Expand Down Expand Up @@ -9164,6 +9163,7 @@ FILE: ../../../flutter/third_party/skia/src/gpu/BlurUtils.h
FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.cpp
FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h
FILE: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h
FILE: ../../../flutter/third_party/skia/src/gpu/MutableTextureStatePriv.h
FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp
FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h
FILE: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.cpp
Expand Down

0 comments on commit 997d3df

Please sign in to comment.