Commit df11029b authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Skia from 326b98981e78 to 5b27846491d0 (13 revisions)

https://skia.googlesource.com/skia.git/+log/326b98981e78..5b27846491d0

2020-08-13 senorblanco@chromium.org Dawn: rewrite of uniform uploads.
2020-08-13 robertphillips@google.com Update more example code to GrDirectContext/GrRecordingContext pair
2020-08-13 mtklein@google.com more careful SkColorSpace hash collision detection
2020-08-13 johnstiles@google.com Refuse to inline SkSL with returns inside breakable constructs.
2020-08-13 adlai@google.com Prohibit gpu to raster in SkSpecialImage
2020-08-13 senorblanco@chromium.org Dawn: remove access to deprecated fields in BufferCopyView.
2020-08-13 robertphillips@google.com Handle invalid DDLRecorder case
2020-08-13 brianosman@google.com Properly clean up va_list in SkSL::OutputStream
2020-08-13 fmalita@chromium.org [skottie] Add audio track support to viewer
2020-08-13 johnstiles@google.com Add missing static qualifier to enforce internal linkage.
2020-08-13 johnstiles@google.com Add missing IR headers to the .gn file.
2020-08-13 bungeman@google.com Better abort in SkBitmap::allocPixels
2020-08-13 johnstiles@google.com Move non-gencode `onDumpInfo` methods to private section.

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 fmalita@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: chromium:1105903,chromium:1113865
Tbr: fmalita@google.com
Change-Id: Ia61783f5638bb10619f9a00f4d01527b48e984f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354582Reviewed-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@{#797903}
parent 22312e7c
...@@ -195,7 +195,7 @@ vars = { ...@@ -195,7 +195,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': '326b98981e78a2208cd41860d81c12a04f0afd33', 'skia_revision': '5b27846491d0a83e7d4d6259d6508fb7f5899b11',
# 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