Skip to content

Commit

Permalink
Roll src/third_party/skia 3e6aa9f52839..de71a74fc40e (11 commits) (#9930
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git
/compare/3e6aa9f52839..de71a74fc40e

git log 3e6aa9f52839cd0d80b108d18adc7fb3437f272e..de71a74fc40ed544ce699397f71083d60e023c48 --date=short --no-merges --format=%ad %ae %s
2019-07-18 benjaminwagner@google.com Revert "[infra] Make most builds idempotent"
2019-07-18 bsalomon@google.com Store protectedness on GrVkImageInfo.
2019-07-18 egdaniel@google.com Move read swizzle from GL ConfigInfo to FormatInfo.
2019-07-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-18 senorblanco@chromium.org Dawn: update to latest caps & gpu changes.
2019-07-18 borenet@google.com [infra] Make most builds idempotent
2019-07-18 reed@google.com add inverse() intrinsic function to sksl
2019-07-18 mtklein@google.com move death back into Builder::Instruction
2019-07-18 brianosman@google.com Interpreter: Fix code-gen for postfix ++/-- used only for side effect
2019-07-18 senorblanco@chromium.org First draft of Dawn backend: clears are working.
2019-07-18 halcanary@google.com gm: virtual->override

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 (nifong@google.com), and stop
the roller if necessary.
  • Loading branch information
skia-flutter-autoroll committed Jul 18, 2019
1 parent 5ed71f1 commit cad5cc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Expand Up @@ -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': '3e6aa9f52839cd0d80b108d18adc7fb3437f272e',
'skia_revision': 'de71a74fc40ed544ce699397f71083d60e023c48',

# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
Expand Down
13 changes: 12 additions & 1 deletion ci/licenses_golden/licenses_skia
@@ -1,4 +1,4 @@
Signature: 0c7aabd390183cc473d46f9439ea1a4b
Signature: 789f865db1d8b73b7c16e08b32d74e29

UNUSED LICENSES:

Expand Down Expand Up @@ -4902,6 +4902,7 @@ FILE: ../../../third_party/skia/gm/skbug_8955.cpp
FILE: ../../../third_party/skia/gm/video_decoder.cpp
FILE: ../../../third_party/skia/include/core/SkTileMode.h
FILE: ../../../third_party/skia/include/gpu/GrContextThreadSafeProxy.h
FILE: ../../../third_party/skia/include/gpu/dawn/GrDawnTypes.h
FILE: ../../../third_party/skia/include/ports/SkCFObject.h
FILE: ../../../third_party/skia/include/private/GrContext_Base.h
FILE: ../../../third_party/skia/include/private/GrImageContext.h
Expand Down Expand Up @@ -4974,6 +4975,16 @@ FILE: ../../../third_party/skia/src/gpu/ccpr/GrGSCoverageProcessor.h
FILE: ../../../third_party/skia/src/gpu/ccpr/GrOctoBounds.cpp
FILE: ../../../third_party/skia/src/gpu/ccpr/GrOctoBounds.h
FILE: ../../../third_party/skia/src/gpu/ccpr/GrVSCoverageProcessor.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnCaps.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnCaps.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpu.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpu.h
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpuCommandBuffer.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnGpuCommandBuffer.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/GrDawnUtil.cpp
FILE: ../../../third_party/skia/src/gpu/dawn/GrDawnUtil.h
FILE: ../../../third_party/skia/src/gpu/effects/GrMixerEffect.fp
FILE: ../../../third_party/skia/src/gpu/effects/GrOverrideInputFragmentProcessor.fp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrMixerEffect.cpp
Expand Down

0 comments on commit cad5cc2

Please sign in to comment.