mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 80f10d2c226a..30e918d9151d (9 commits) (flutter/engine#9174)
https://skia.googlesource.com/skia.git /%2Blog/80f10d2c226a..30e918d9151d git log 80f10d2c226a21606cb74c35f7e94b1de4bf4bd5..30e918d9151df57c565002c5a7490bd0d86b1223 --date=short --no-merges --format=%ad %ae %s 2019-06-03 bungeman@google.com Revert "Use DirectWrite for default font." 2019-06-03 mtklein@google.com best guess for -MSRTC bot 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-03 mtklein@google.com fix SKVM_ benches 2019-06-03 robertphillips@google.com Disable RGBA_F32 mipmap testing for all of openGL ES 2019-05-29 mtklein@google.com sketch an skvm 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-03 kjlubick@google.com [canvaskit] Save a copy by using SkVertices::Builder 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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 (jcgregorio@google.com), and stop the roller if necessary.
This commit is contained in:
parent
33d335d61e
commit
dd1a36b8df
2
DEPS
2
DEPS
@ -23,7 +23,7 @@ vars = {
|
||||
'fuchsia_git': 'https://fuchsia.googlesource.com',
|
||||
'github_git': 'https://github.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'skia_revision': '80f10d2c226a21606cb74c35f7e94b1de4bf4bd5',
|
||||
'skia_revision': '30e918d9151df57c565002c5a7490bd0d86b1223',
|
||||
|
||||
# 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: 5cd62fdc4723bca36eae3a03b3fa8a5a
|
||||
Signature: 7886c9b4a48c9ce3afd090e9b4598e89
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -5343,8 +5343,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/bench/SkVMBench.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/bench/SkVMBench.cpp
|
||||
FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.cpp
|
||||
FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.h
|
||||
FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoEncoder.cpp
|
||||
@ -5424,6 +5425,7 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCommandBuffer.mm
|
||||
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlDepthStencil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h
|
||||
FILE: ../../../third_party/skia/src/opts/SkVM_opts.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h
|
||||
FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.cpp
|
||||
@ -5486,6 +5488,8 @@ FILE: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp
|
||||
FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user