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

Roll Skia from f0cb733b1b1c to 0c0b5a6bb2b2 (36 revisions)

https://skia.googlesource.com/skia.git/+log/f0cb733b1b1c..0c0b5a6bb2b2

2021-01-12 bsalomon@google.com Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo
2021-01-12 tdenniston@google.com [svg] Implement onObjectBoundingBox for circle and path
2021-01-12 ethannicholas@google.com Add SkSL DSLVar
2021-01-12 johnstiles@google.com Scrub memory released from a GrMemoryPool in debug mode.
2021-01-12 bsalomon@google.com Revert "asyncRescaleAndRead supports unpremul results on GPU"
2021-01-12 johnstiles@google.com Add a reference to the ErrorReporter to the SkSL Context.
2021-01-12 brianosman@google.com Convert interpreter "compound types" test to SkVM
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9da1d76d to b9b9a8a5 (443 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 0b90eef09f60 to 2c65da28a2ee (13 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 348ba200aa29 to 3549479dc4cc (3 revisions)
2021-01-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 3a0405597374 to 9ff83f6c957f (8 revisions)
2021-01-12 csmartdalton@google.com Move the outer mesh into a member of GrAATriangulator
2021-01-12 csmartdalton@google.com Extract a GrAATriangulator class
2021-01-11 jlavrova@google.com Position inside family glyph
2021-01-11 robertphillips@google.com Make the DDLTileHelper skip uninitialized tiles
2021-01-11 csmartdalton@google.com Move emit functions from Poly/Vertex structs into GrTriangulator
2021-01-11 johnstiles@google.com Implement constant folding for vector*scalar ops.
2021-01-11 brianosman@google.com Remove ByteCode from some failure-expecting interpreter tests
2021-01-11 johnstiles@google.com Separate out built-in SkSL types into their own struct.
2021-01-11 brianosman@google.com Convert InterpreterFunctions test to SkVM
2021-01-11 ethannicholas@google.com Break SkSLInliner mangling out into a separate class
2021-01-11 scroggo@google.com Silence SkCodecPrintf on Android
2021-01-11 johnstiles@google.com Split convertIf into an AST part and IR part.
2021-01-11 egdaniel@google.com Disable vulkan discardable msaa on devices that showed no improvement.
2021-01-11 westont@google.com Revert "[infra] Use Mac10.15.7 and xcode12.3 for all builds."
2021-01-11 brianosman@google.com Add release notes summarizing breaking changes to SkRuntimeEffect
2021-01-11 johnstiles@google.com Migrate constant folding tests into a separate directory.
2021-01-11 reed@google.com Remove obsolete flag SK_SUPPORT_LEGACY_ASYNCRESCALE_QUALITY
2021-01-11 jvanverth@google.com Add SkShadowUtils::GetLocalBounds.
2021-01-11 tdenniston@google.com [svg] Compute and use filter primitive subregion
2021-01-11 johnstiles@google.com Move constant folding to a separate file.
2021-01-11 robertphillips@google.com Reflect the DDLTask's ref on its target in its factory
2021-01-11 johnstiles@google.com Remove rewrite of `true ^^ expr` to `!expr`.
2021-01-11 bsalomon@google.com Remove Improved Perlin Noise
2021-01-11 bsalomon@google.com asyncRescaleAndRead supports unpremul results on GPU
2021-01-11 brianosman@google.com Convert early-return interpreter test to SkVM

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 ethannicholas@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: ethannicholas@google.com
Test: Test: Test:Test: Test: ./scripts/roll_aosp.sh and build in AOSP
Change-Id: Iff934df024285a4650349f82cb8e852b93818009
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624260Reviewed-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@{#842572}
parent f405a823
......@@ -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': 'f0cb733b1b1c87a7c17ea365e4e1248301ffe4a6',
'skia_revision': '0c0b5a6bb2b23de0c9edbd24a0dbb89559b8fc9a',
# 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