mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 0f15d7373bf1..e8a2c8053daa (8 commits) (flutter/engine#11418)
https://skia.googlesource.com/skia.git/+log/0f15d7373bf1..e8a2c8053daa git log 0f15d7373bf1..e8a2c8053daa --date=short --no-merges --format='%ad %ae %s' 2019-08-23 senorblanco@chromium.org Dawn: update to recent GrGpu/CopySurface changes. 2019-08-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms d7c7dd8b955e..ce4270691346 (1 commits) 2019-08-23 egdaniel@google.com Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting. 2019-08-23 mtklein@google.com track SkNoPixelsDevice's origin 2019-08-23 reed@google.com remove redundant rect methods 2019-08-23 senorblanco@chromium.org Dawn: implement a ring buffer for uniform uploads. 2019-08-23 csmartdalton@google.com Don't pass around renderTargetContexts from onFlush callbacks 2019-08-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 47820316fcec..d7c7dd8b955e (1 commits) Created with: gclient setdep -r src/third_party/skia@e8a2c8053daa 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=egdaniel@google.com
This commit is contained in:
parent
95f12137a7
commit
b4ebe9fe99
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': '0f15d7373bf1c2a357422d6ca5adfee10e50e880',
|
||||
'skia_revision': 'e8a2c8053daa61907b1b14e4584c3d812d6c4267',
|
||||
|
||||
# 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: 4bd0bfca12ef511ac867610b1c8a89d4
|
||||
Signature: b18d5f2b26655e2e89cbcba5aabd8d1b
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -5010,6 +5010,8 @@ FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnProgramDataManager.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnProgramDataManager.h
|
||||
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/GrDawnRingBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnRingBuffer.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user