Skip to content

Commit

Permalink
Roll Skia from 4f4c064d5b74 to bfd330d08195 (13 revisions)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/4f4c064d5b74..bfd330d08195

2021-01-15 reed@google.com Add filter param to picture-shader
2021-01-15 hcm@google.com update release notes for m89
2021-01-15 johnstiles@google.com Add Type::isEnum helper method.
2021-01-15 tdenniston@google.com [svg] Implement feBlend filter
2021-01-15 brianosman@google.com Fix an (int + float) error in "cube" particle demo
2021-01-15 mtklein@google.com pull arm64 binary on arm64 Mac/Linux
2021-01-15 tdenniston@google.com [svg] Fix incorrect optimization for opacity layer
2021-01-15 csmartdalton@google.com Disable the MSAA atlas mode for CCPR
2021-01-15 reed@google.com Simplify common case for recttorect
2021-01-15 johnstiles@google.com Restrict the creation of built-in types to BuiltinTypes class.
2021-01-15 fmalita@chromium.org [svg] Minor cleanup
2021-01-15 johnstiles@google.com Migrate BuiltinTypes to a separate file from Context.
2021-01-15 reed@google.com Simplify common case of linear filtering with no mips

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
Change-Id: Ia8da9b9b594005f641d3b9f04bf0d50bfc985f65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633396
Reviewed-by: chromium-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@{#844290}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Jan 15, 2021
1 parent 9eec4dd commit 8457934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '4f4c064d5b749f139eb69d6e7f3852cb0fd53d4f',
'skia_revision': 'bfd330d081952424a93d51715653e4d1314d4822',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling V8
# and whatever else without interference from each other.
Expand Down

0 comments on commit 8457934

Please sign in to comment.