Commit eab7dbcd authored by skia-chromium-autoroll's avatar skia-chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 97d0970c25e9..fdf05f4ff4e9 (16 commits)

https://skia.googlesource.com/skia.git/+log/97d0970c25e9..fdf05f4ff4e9


git log 97d0970c25e9..fdf05f4ff4e9 --date=short --no-merges --format='%ad %ae %s'
2018-08-06 bsalomon@google.com Revert "Move GrGeometryProcessor's textures out of classes and into"
2018-08-06 caryclark@skia.org fix pathops stitching bug
2018-08-06 herb@google.com Remove posText system from GrTextContext
2018-08-06 bsalomon@google.com Make result of GrOp::combineIfPossible be an enum.
2018-08-06 bsalomon@google.com Remove multitexturing support from GrTextureOp.
2018-08-06 halcanary@google.com Revert "Test: New GMs should be nicely named"
2018-08-06 jvanverth@google.com Fix missing offsets in simple-polygon-offset-v
2018-08-06 timliang@google.com changed SkASSERT -> SkAssertResult in GrMtlPipelineStateBuilder.mm
2018-08-06 halcanary@google.com Test: New GMs should be nicely named
2018-08-06 kjlubick@google.com [PathKit] Add more Path2D functionality and move some methods to be members
2018-08-06 fmalita@chromium.org [skottie] ResourceManager tweaks
2018-08-06 herb@google.com Remove fPath and fTooLargeForAtlas from GrGlyph
2018-08-06 herb@google.com Move path fallback logic into drawer
2018-08-06 brianosman@google.com Fix imagefiltersbase GM in ColorSpaceXformCanvas configs
2018-08-06 timliang@google.com implemented the pipeline state builder for metal gpu backend
2018-08-06 borenet@google.com [infra] Update Go to 1.10.3


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

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

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.

CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel

BUG=chromium:b/112244393
TBR=djsollen@chromium.org

Change-Id: I1d37367f62fb8fd8b663a0b122411583e2e30917
Reviewed-on: https://chromium-review.googlesource.com/1164286Reviewed-by: default avatarskia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#581078}
parent 2cb594e9
...@@ -105,7 +105,7 @@ vars = { ...@@ -105,7 +105,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other. # and whatever else without interference from each other.
'skia_revision': '97d0970c25e99003c92e63d9941bb70d08c3f13a', 'skia_revision': 'fdf05f4ff4e96e28a31e210cb471d149d736f528',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8 # the commit queue can handle CLs rolling V8
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment