Commit 32b964ba authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 118df7cf62ab..9d91492203f0 (16 commits)

https://skia.googlesource.com/skia.git/+log/118df7cf62ab..9d91492203f0

git log 118df7cf62ab..9d91492203f0 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-14 robertphillips@google.com Update compressed texturing GM
2020-01-14 mtklein@google.com add dumpJIT() to disassemble
2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
2020-01-14 mtklein@google.com add --skvm to nanobench and fm
2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
2020-01-14 mtklein@google.com improve scalar gather32
2020-01-14 mtklein@google.com impl gather32 for x86

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

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-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
Bug: None
Tbr: mtklein@google.com
Change-Id: Ibc368040d194b67a70d0562c8400aa3b9318e3b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001992Reviewed-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@{#731842}
parent 3e8c0ec6
......@@ -181,7 +181,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and whatever else without interference from each other.
'skia_revision': '118df7cf62abaa5c8a1ff1ebade71cce4f6b7255',
'skia_revision': '9d91492203f0da6e48c9d629b87fc03c986caa2b',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# 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