Commit 0743c166 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Skia from 0fc077e0651c to 9f94f31cc09d (14 revisions)

https://skia.googlesource.com/skia.git/+log/0fc077e0651c..9f94f31cc09d

2020-11-16 bsalomon@google.com Add convenience method SkYUVAInfo::makeSubsampling.
2020-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9eff98952674 to 60570b859f7c (17 revisions)
2020-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3fae5295 to 2c493e0e (528 revisions)
2020-11-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from b6f4d53126d3 to 575729e8dd25 (11 revisions)
2020-11-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-11-13 johnstiles@google.com Stop the inliner after it has inlined 2500 statements in a program.
2020-11-13 michaelludwig@google.com Accept SkFilterQuality in SkImageFilters::Shader
2020-11-13 brianosman@google.com Fix step & smoothstep on Vulkan
2020-11-13 johnstiles@google.com Add unit test for O(n^3) behavior in the inliner.
2020-11-13 johnstiles@google.com Disallow usage of private types ($vec, etc) in non-builtin code.
2020-11-13 johnstiles@google.com Fix fuzzing error with duplicate function definitions.
2020-11-13 johnstiles@google.com Replace skslc worklist files with -- delimited command lines.
2020-11-13 fmalita@chromium.org [skottie] Initial direction for text shaping
2020-11-13 reed@google.com Add temporary Make for SkSamplingOptions

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 lovisolo@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: lovisolo@google.com
Test: Test: Test: KHR-GLES31.core.texture_buffer.texture_buffer_parametersTest: Test: TextureBufferTestES31.QueryWidthAfterBufferResizeTest: Test: TransformFeedbackTest.BufferOutOfMemory/ES3_MetalTest: Test: angle_perftests --gtest_filter="*real_commando_secret_mission*"Test: Test: dEQP-GLES31.functional.state_query.texture_level.texture_buffer.width_*Test: Test: dEQP-GLES31.functional.texture.texture_buffer.state_query.texture_buffer_size_integer
Change-Id: I5cdbbe815af3941fb7e04b4d76558cb94c33d571
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2540245Reviewed-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@{#827826}
parent fecdc2ed
...@@ -197,7 +197,7 @@ vars = { ...@@ -197,7 +197,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': '0fc077e0651c10c6a435f273af80943966f519d8', 'skia_revision': '9f94f31cc09db0f2361b5d388274314f2fc0c518',
# 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