Skip to content

Commit

Permalink
Roll Skia from 315c7f08c731 to 5f6578398870 (4 revisions) (flutter#43704
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git/+log/315c7f08c731..5f6578398870

2023-07-14 jvanverth@google.com [graphite] Add Vulkan wrapped texture support
2023-07-14 kjlubick@google.com Decouple SkMesh from Ganesh backend
2023-07-14 kjlubick@google.com Remove #ifdefs related to SkMesh and SkSL-dependent code.
2023-07-14 kjlubick@google.com Remove unnecessary #include in SkFloatingPoint.h

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 brianosman@google.com,kjlubick@google.com,rmistry@google.com,zra@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 authored and harryterkelsen committed Jul 20, 2023
1 parent 2c8fd18 commit 7dc8be3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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': '315c7f08c731f8e950e2224ac6abb4f007c45455',
'skia_revision': '5f65783988704820b26c18c9cd3e6ca3c347dbe5',

# 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
9 changes: 8 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 47a8c8a70461feb83c26bd105777d45f
Signature: 5b4f8ab223c4672c745d7e986adab201

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -386,6 +386,7 @@ FILE: ../../../third_party/skia/modules/skparagraph/test.html
FILE: ../../../third_party/skia/package-lock.json
FILE: ../../../third_party/skia/relnotes/canvas_flush.md
FILE: ../../../third_party/skia/relnotes/const_context.md
FILE: ../../../third_party/skia/relnotes/mesh_ganesh.md
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
FILE: ../../../third_party/skia/relnotes/tiledimages.md
Expand Down Expand Up @@ -8900,6 +8901,7 @@ ORIGIN: ../../../third_party/skia/include/core/SkTextureCompressionType.h + ../.
ORIGIN: ../../../third_party/skia/include/core/SkTiledImageUtils.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -8972,6 +8974,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListPriv.h + .
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrPromiseImageTexture.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -9102,6 +9106,7 @@ FILE: ../../../third_party/skia/include/core/SkTextureCompressionType.h
FILE: ../../../third_party/skia/include/core/SkTiledImageUtils.h
FILE: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h
FILE: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h
FILE: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h
FILE: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h
FILE: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h
FILE: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h
Expand Down Expand Up @@ -9174,6 +9179,8 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListPriv.h
FILE: ../../../third_party/skia/src/gpu/ganesh/GrDeferredDisplayListRecorder.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h
FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshBuffers.h
FILE: ../../../third_party/skia/src/gpu/ganesh/GrPromiseImageTexture.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.cpp
FILE: ../../../third_party/skia/src/gpu/ganesh/effects/GrColorTableEffect.h
Expand Down

0 comments on commit 7dc8be3

Please sign in to comment.