mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 088913a63b7e..28b0c5d4b3bb (17 commits) (#14600)
https://skia.googlesource.com/skia.git/+log/088913a63b7e..28b0c5d4b3bb git log 088913a63b7e..28b0c5d4b3bb --date=short --first-parent --format='%ad %ae %s' 2019-12-20 michaelludwig@google.com Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type 2019-12-20 csmartdalton@google.com Shorten argument lists in GrMesh::SendToGpuImpl 2019-12-20 reed@google.com move clip-stencil function into GpuDevice 2019-12-20 reed@google.com move SkClipStack::asPath into PDFUtils 2019-12-20 michaelludwig@google.com Arenas struct for GrRecordingContext 2019-12-20 reed@google.com simplify asClipRgn to not rely on pathops 2019-12-20 ethannicholas@google.com No longer using default Globals constructor in Metal shader code 2019-12-20 fmalita@chromium.org [skottie] Drop legacy effect logging 2019-12-20 robertphillips@google.com Change GrGpu::onCreateCompressedTexture signature 2019-12-20 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-12-20 robertphillips@google.com Prepare CompressedBackendAllocationTest for new compression formats 2019-12-20 jvanverth@google.com Reland "Generate small path SDFs directly from path." 2019-12-20 egdaniel@google.com Add factories to GrSurfaceContext and clean up creation flow. 2019-12-20 kjlubick@google.com Create code size treemaps for executable containing GL/Vulkan 2019-12-20 noah.b.lavine@gmail.com Optimize SkSL xor where one argument is constant 2019-12-20 nifong@google.com Debugger changes to make layer inspection interactive 2019-12-20 bsalomon@google.com Ungenerate GrSimpleTextureEffect Created with: gclient setdep -r src/third_party/skia@28b0c5d4b3bb 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 borenet@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: borenet@google.com
This commit is contained in:
parent
33813929e3
commit
384f4552be
2
DEPS
2
DEPS
@ -26,7 +26,7 @@ vars = {
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '088913a63b7e6a6b689f6105f619bb731c20cf5b',
|
||||
'skia_revision': '28b0c5d4b3bbb6958876b2710cc90297ff981798',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: fde2668228aeb20d848ae8ea0bfb47d9
|
||||
Signature: 3215dfe60cf004adf931273b6db77ec7
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -3236,6 +3236,8 @@ FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.h
|
||||
FILE: ../../../third_party/skia/src/utils/SkClipStackUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkClipStackUtils.h
|
||||
FILE: ../../../third_party/skia/src/utils/SkShaperJSONWriter.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkShaperJSONWriter.h
|
||||
FILE: ../../../third_party/skia/src/utils/win/SkObjBase.h
|
||||
@ -3847,15 +3849,14 @@ FILE: ../../../third_party/skia/src/gpu/effects/GrAtlasedShaderHelpers.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrCircleEffect.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrEllipseEffect.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrSimpleTextureEffect.fp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrSimpleTextureEffect.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrSimpleTextureEffect.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrBlurredEdgeFragmentProcessor.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrCircleEffect.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrCircleEffect.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrEllipseEffect.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrEllipseEffect.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSimpleTextureEffect.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrSimpleTextureEffect.h
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLOpsRenderPass.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLSemaphore.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/gl/GrGLSemaphore.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user