Commit 5e5ea4b8 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 7d20bc42f453..63fdd972c866 (20 commits)

https://skia.googlesource.com/skia.git/+log/7d20bc42f453..63fdd972c866


git log 7d20bc42f453..63fdd972c866 --date=short --no-merges --format='%ad %ae %s'
2018-10-26 herb@google.com Combine mask loops in bitmap device
2018-10-26 brianosman@google.com On second thought, remove GrColor4s
2018-10-26 herb@google.com Remove functional part of unique glyphs from the builder
2018-10-26 brianosman@google.com Use SkColor4f functionality, rather than SkPM4f.h inline functions
2018-10-26 halcanary@google.com SkQP/Java: remove unneeded stack trace, count tests correcctly
2018-10-26 halcanary@google.com skqp/.../assets/.gitignore: remove important things
2018-10-26 brianosman@google.com Revert "Remove memory used by unique glyphs"
2018-10-26 brianosman@google.com Remove SkPM4fPriv.h, inline the two functions at call-sites
2018-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e9503ae90a9d..3ce69ba3eb60 (1 commits)
2018-10-26 mtklein@google.com remove RP bench
2018-10-26 mtklein@google.com use Steps in SkSRGBGammaColorFilter
2018-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 38ff83043a35..50b105973431 (1 commits)
2018-10-26 scroggo@google.com Fix bug decoding JCS_RGB jpeg files
2018-10-26 benjaminwagner@google.com Fix Bazel formatting.
2018-10-26 michaelludwig@google.com Extract per-edge quad vertex tesselation code into reusable interface
2018-10-26 mtklein@google.com add a test for extend range sRGB roundtripping
2018-10-26 csmartdalton@google.com ccpr: Unregister path listeners when their cache entries are evicted
2018-10-26 mtklein@google.com move unspecialized routines out of SkOpts
2018-10-26 scroggo@google.com Reformat public.bzl
2018-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader fde88d96a58b..38ff83043a35 (1 commits)


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

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel

BUG=chromium:897031,chromium:896776
TBR=brianosman@chromium.org

Change-Id: Ie2a6213901c7888513732bbe5b6ab8c59b9af155
Reviewed-on: https://chromium-review.googlesource.com/c/1302703Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#603213}
parent e0f73a87
...@@ -111,7 +111,7 @@ vars = { ...@@ -111,7 +111,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': '7d20bc42f45330104bfa603047e6d032130f9688', 'skia_revision': '63fdd972c866af0207fd184561128495f67563fc',
# 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