Commit dea9aceb authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll Skia from b21fac24817a to 011a77357ec4 (9 revisions)

https://skia.googlesource.com/skia.git/+log/b21fac24817a..011a77357ec4

2020-12-07 csmartdalton@google.com Use infinity to signal conics instead of NaN
2020-12-07 reed@google.com add new entry-points for drawImage[rect] with samplingoptions
2020-12-07 johnstiles@google.com Avoid unnecessary coercions in index expressions.
2020-12-07 ethannicholas@google.com remove incorrect line number from SkSL errors with no source information
2020-12-07 johnstiles@google.com Use a scoped helper class to push and pop CodeGenerator::fOut changes.
2020-12-07 johnstiles@google.com Check array bounds when a constant array index is used.
2020-12-07 reed@google.com Handling mipmapaccess failing
2020-12-07 robertphillips@google.com Pass GrMipMapped boolean down to GrResourceProvider::createTexture
2020-12-07 brianosman@google.com Tweak ParticlesSlide's resource provider to show how to use PathBinding

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 jmbetancourt@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/+doc/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
Cq-Do-Not-Cancel-Tryjobs: true
Bug: None
Tbr: jmbetancourt@google.com
Change-Id: I242a2655636de31470be46cb86c2cf528d8c6cf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577583Reviewed-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@{#834413}
parent 0d10307a
......@@ -199,7 +199,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': 'b21fac24817a34be65cf027e2641e17fa9da7f8a',
'skia_revision': '011a77357ec4a6b583417a875a337dc3ae34a416',
# 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