未验证 提交 c5e30553 编写于 作者: S skia-flutter-autoroll 提交者: GitHub

Roll src/third_party/skia 735f1d2f0208..c061d31c2415 (17 commits) (#11008)


https://skia.googlesource.com/skia.git/+log/735f1d2f0208..c061d31c2415

git log 735f1d2f0208..c061d31c2415 --date=short --no-merges --format='%ad %ae %s'
2019-08-14 bungeman@google.com Make the flippity not crash in Viewer.
2019-08-14 bsalomon@google.com Turn calls to glTexImage2D with non-null ptr into glTexImage2D followed by glTexSubImage2D.
2019-08-14 senorblanco@chromium.org First implementation of GrTextureRenderTarget.
2019-08-14 egdaniel@google.com Remove GrCaps isConfigTexturable.
2019-08-14 bsalomon@google.com Handle size_t addition overflow in GrCpuBuffer::Make
2019-08-14 michaelludwig@google.com Remove SkImageFilter_Base::OutputProperties
2019-08-14 brianosman@google.com Remove unused dstColorSpace parameter from makeTextureImage
2019-08-14 senorblanco@chromium.org First implementation of GrDawnTexture.
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 jlavrova@google.com Existing unit tests are working with some minor differences
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 brianosman@google.com Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders
2019-08-14 robertphillips@google.com Swap async readback gms over to using GrContext's createBackendTexture
2019-08-14 mtklein@google.com new ideas for bilerp/bicubic?
2019-08-14 fmalita@chromium.org [skottie] Add support for multiple range selectors
2019-08-14 robertphillips@google.com Update Metal backend's createBackendTexture to initialize to a given color
2019-08-14 bungeman@google.com Use COM_DECLSPEC_NOTHROW STDMETHODIMP

Created with:
  gclient setdep -r src/third_party/skia@c061d31c2415

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


Bug: None
TBR=scroggo@google.com
上级 c96f3536
......@@ -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': '735f1d2f0208cf14b8235f25f70005fd8b46aa71',
'skia_revision': 'c061d31c2415f0bb01b73d1a656259224a976139',
# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
......
Signature: 3e6e6ecdd3575a2a55c64bed9b04dd75
Signature: cd8508d1df356563b0f1b76b85615855
UNUSED LICENSES:
......@@ -5015,6 +5015,10 @@ FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnRenderTarget.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnRenderTarget.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnStencilAttachment.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnStencilAttachment.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnTexture.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnTexture.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnTextureRenderTarget.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnTextureRenderTarget.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUniformHandler.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUniformHandler.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUtil.cpp
......@@ -5040,6 +5044,7 @@ FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.cpp
FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.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
----------------------------------------------------------------------------------------------------
Copyright 2019 Google Inc.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册