Commit 222d3f43 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/skia 0c583af06d50..1cb0e3a86df8 (19 commits)

https://skia.googlesource.com/skia.git/+log/0c583af06d50..1cb0e3a86df8


git log 0c583af06d50..1cb0e3a86df8 --date=short --no-merges --format='%ad %ae %s'
2018-10-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms f3e50cfac5bc..1ce6da5c8d99 (1 commits)
2018-10-18 bsalomon@google.com Validate allocation size in GrBufferAllocPool using SkSafeMath.
2018-10-18 scroggo@google.com Properly fill in memory in sampled RLE BMPs
2018-10-18 kjlubick@google.com Add Bloaty (with demangling) for wasm BuildStats
2018-10-18 mtklein@google.com split out effect deserialization, disable in flutter
2018-10-18 herb@google.com Simplify atlas calculation for dimension only
2018-10-18 jvanverth@google.com Reland: Widen internal API to support more complex YUV formats
2018-10-18 recipe-roller@chromium.org Roll recipe dependencies (trivial).
2018-10-18 scroggo@google.com Blacklist PNGs with CRC errors when using platform
2018-10-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 25843dd65181..c4765aa78267 (3 commits)
2018-10-18 mtklein@google.com only build non-prod skottie/sksg code in our tree
2018-10-18 caryclark@skia.org fix pathops fuzz
2018-10-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 0b3d56aa8983..a9999ce938be (2 commits)
2018-10-18 bsalomon@google.com Make GrBufferAllocPool reject very large allocation requests
2018-10-18 brianosman@google.com In makeColorSpace, hoist the null -> sRGB optimization
2018-10-18 jvanverth@google.com Revert "Widen internal API to support more complex YUV formats"
2018-10-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e70c3514e5a0..0b3d56aa8983 (2 commits)
2018-10-18 bsalomon@google.com Enable validation of sampler object GL functions
2018-10-18 brianosman@google.com Always require a color space on picture-backed images


Created with:
  gclient setdep -r src/third_party/skia@1cb0e3a86df8

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll

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

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_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;master.tryserver.blink:linux_trusty_blink_rel

BUG=chromium:895362
TBR=egdaniel@chromium.org

Change-Id: If01f6ada18ffa5f2ec0b3b0e6b808ac4dae198b5
Reviewed-on: https://chromium-review.googlesource.com/c/1289120Reviewed-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@{#600911}
parent 297fdf47
...@@ -110,7 +110,7 @@ vars = { ...@@ -110,7 +110,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': '0c583af06d50cf3a11a39f5804eccdeefd74fc02', 'skia_revision': '1cb0e3a86df8e127ce810fccb319cc166bd7eaff',
# 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