Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 97c5068

Browse files
Roll src/third_party/skia d590539..f9aea7f (10 commits) (#15890)
https://skia.googlesource.com/skia.git/+log/d59053987a27..f9aea7f7e502 git log d590539..f9aea7f --date=short --first-parent --format='%ad %ae %s' 2020-01-22 csmartdalton@google.com Add a tessellation mode that triangulates the inner polygon separately 2020-01-22 herb@google.com Reduce error control flow in addGlyphToAtlas 2020-01-22 scroggo@google.com Make SkImageInfo::validRowBytes consider alignment 2020-01-22 bsalomon@google.com Rework spefication of src/dst rects/translates throughout SkGpuBlurUtils. 2020-01-22 brianosman@google.com Clamp GrSkSLFP output to valid premul 2020-01-22 bsalomon@google.com Add functions for GL_NV_fence to GrGLInterface. 2020-01-22 robertphillips@google.com Revert "Add compressed backend textures to Metal" 2020-01-22 reed@google.com remove fun operator overloads 2020-01-22 mtklein@google.com split SkBBoxHierarchy into public/base types 2020-01-22 robertphillips@google.com Add compressed backend textures to Metal Created with: gclient setdep -r src/third_party/skia@f9aea7f7e502 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 benjaminwagner@google.com on the revert to ensure that a human is aware of the problem. 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/+/master/autoroll/README.md Bug: None Tbr: benjaminwagner@google.com
1 parent 766f53c commit 97c5068

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': 'd59053987a27c74333073e03fdd5e8f4d4fe2f16',
29+
'skia_revision': 'f9aea7f7e502894a2708063a54175b50ce220ede',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 4e85c369de795951b56f624921748c56
1+
Signature: 9e46b0ff096183bbe63eda3c41b2cb3a
22

33
UNUSED LICENSES:
44

@@ -3002,18 +3002,18 @@ FILE: ../../../third_party/skia/src/gpu/GrTransferFromRenderTask.h
30023002
FILE: ../../../third_party/skia/src/gpu/GrUtil.h
30033003
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.cpp
30043004
FILE: ../../../third_party/skia/src/gpu/GrWaitRenderTask.h
3005+
FILE: ../../../third_party/skia/src/gpu/effects/GrClampFragmentProcessor.fp
30053006
FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp
30063007
FILE: ../../../third_party/skia/src/gpu/effects/GrHSLToRGBFilterEffect.fp
30073008
FILE: ../../../third_party/skia/src/gpu/effects/GrRGBToHSLFilterEffect.fp
3008-
FILE: ../../../third_party/skia/src/gpu/effects/GrSaturateProcessor.fp
3009+
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrClampFragmentProcessor.cpp
3010+
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrClampFragmentProcessor.h
30093011
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp
30103012
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.h
30113013
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrHSLToRGBFilterEffect.cpp
30123014
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrHSLToRGBFilterEffect.h
30133015
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRGBToHSLFilterEffect.cpp
30143016
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRGBToHSLFilterEffect.h
3015-
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSaturateProcessor.cpp
3016-
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSaturateProcessor.h
30173017
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadBuffer.h
30183018
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.cpp
30193019
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuadUtils.h
@@ -5090,10 +5090,10 @@ FILE: ../../../third_party/skia/src/gpu/tessellate/GrCoverShader.cpp
50905090
FILE: ../../../third_party/skia/src/gpu/tessellate/GrCoverShader.h
50915091
FILE: ../../../third_party/skia/src/gpu/tessellate/GrGpuTessellationPathRenderer.cpp
50925092
FILE: ../../../third_party/skia/src/gpu/tessellate/GrGpuTessellationPathRenderer.h
5093+
FILE: ../../../third_party/skia/src/gpu/tessellate/GrStencilPathShader.cpp
5094+
FILE: ../../../third_party/skia/src/gpu/tessellate/GrStencilPathShader.h
50935095
FILE: ../../../third_party/skia/src/gpu/tessellate/GrTessellatePathOp.cpp
50945096
FILE: ../../../third_party/skia/src/gpu/tessellate/GrTessellatePathOp.h
5095-
FILE: ../../../third_party/skia/src/gpu/tessellate/GrTessellateWedgeShader.cpp
5096-
FILE: ../../../third_party/skia/src/gpu/tessellate/GrTessellateWedgeShader.h
50975097
FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.cpp
50985098
FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.h
50995099
FILE: ../../../third_party/skia/src/pdf/SkPDFType1Font.cpp

0 commit comments

Comments
 (0)