Commit 0c495b08 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 55f681faf391..7122d8cec827 (36 commits)

https://skia.googlesource.com/skia.git/+log/55f681faf391..7122d8cec827

git log 55f681faf391..7122d8cec827 --date=short --first-parent --format='%ad %ae %s'
2020-02-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-02-28 mtklein@google.com sqrt
2020-02-28 nifong@google.com Add WASM os target to public.bzl
2020-02-28 jvanverth@google.com Drain autorelease pool after each bench run.
2020-02-28 mtklein@google.com index
2020-02-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-02-28 herb@google.com SkVM round test
2020-02-28 mtklein@google.com i16x2 ops
2020-02-28 borenet@google.com [recipes] Re-order DM flags in test.py
2020-02-28 fmalita@chromium.org [skottie] Fix handling of time-reversed precomp layers
2020-02-28 mtklein@google.com bit_clear, pack, round, and a TODO for assert
2020-02-28 mtklein@google.com allow fmas
2020-02-28 mtklein@google.com select + stores
2020-02-28 kjlubick@google.com [canvaskit] Roll to v0.13.0
2020-02-28 robertphillips@google.com Add GrSimpleMeshDrawOpHelper::CreateProgramInfo
2020-02-28 bsalomon@google.com Simplifications to GrTextureProducers
2020-02-28 westont@google.com Format GN, isn't checked in third_party, so missed it the first time.
2020-02-28 fmalita@chromium.org [skottie] Add support for text grouping alignment
2020-02-28 egdaniel@google.com Fix CompatibleCoverageAsAlpha flag when reducing src-over to src.
2020-02-28 rmistry@google.com Exclude G3 trybot for non-master branches
2020-02-28 herb@google.com Generate the correct instruction for neq_f32.
2020-02-28 nifong@google.com Add a condition to prevent a thread annotation meant for blaze from showing up to emscripten
2020-02-28 westont@google.com Add Dawn on Windows job.
2020-02-28 jlavrova@google.com Bugs
2020-02-28 mtklein@google.com fix bitcode
2020-02-28 mtklein@google.com fill out loads, uniforms, and gathers
2020-02-28 mtklein@google.com initialize once
2020-02-28 herb@google.com Add comparisons (eq|neq|gt|gte)(i32|f32)
2020-02-28 fmalita@chromium.org [skottie] Fix default character transform origin
2020-02-28 herb@google.com Add shl_i32, srs_i32, and shr_i32 ops
2020-02-28 bsalomon@google.com Disable Programs test on TechoSpark3Pro Release
2020-02-28 bsalomon@google.com Remove code from GrTextureMaker that tries to make a MIP map copy.
2020-02-28 mtklein@google.com add mad, to_f32, trunc
2020-02-28 mtklein@google.com simplifications
2020-02-28 robertphillips@google.com Rename 'dstView' to 'outputView' to avoid confusion w/ 'dstProxyView'
2020-02-28 csmartdalton@google.com Revert "Move setupGeometry() from GrGLGpu to GrGLOpsRenderPass"

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

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 jlavrova@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: jlavrova@google.com
Change-Id: I465d905fc0af29d5af5be52473c0b5811fbbe28b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080725Reviewed-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@{#745677}
parent 6790914e
...@@ -175,7 +175,7 @@ vars = { ...@@ -175,7 +175,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': '55f681faf391b39a849457451da6f8514177bc3b', 'skia_revision': '7122d8cec827a3888c85370ba230a273d747f8f4',
# 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