Commit 1db5ccba authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll Skia from e684c6daef6b to e6c33eabe079 (31 revisions)

https://skia.googlesource.com/skia.git/+log/e684c6daef6b..e6c33eabe079

2020-06-26 michaelludwig@google.com Don't erase child optimization flags
2020-06-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 6d759c2e to 86c15223 (594 revisions)
2020-06-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 6ef0387d581d to c81da1c809fe (11 revisions)
2020-06-26 egdaniel@google.com Add default flush calls to gpu backend.
2020-06-25 michaelludwig@google.com androidFramework_replaceClip proposal
2020-06-25 michaelludwig@google.com Revert "clean up after big refactor of SkColorFilter --> ...Base"
2020-06-25 fmalita@chromium.org [skrive] Add dm source
2020-06-25 johnstiles@google.com Update SkComposeColorFilter to support an input FP.
2020-06-25 jvanverth@google.com Implement Direct3D semaphores
2020-06-25 adlai@google.com Remove outdated comment
2020-06-25 brianosman@google.com Cleanup of GrSkSLFP
2020-06-25 bsalomon@google.com Make GrBicubicEffect also support centripetal Catmull-Rom kernel.
2020-06-25 johnstiles@google.com Add support for passing an inputFP to SkColorFilter objects.
2020-06-25 borenet@google.com bin/try: automatically set 'git cl issue' when not found
2020-06-25 reed@google.com clean up after big refactor of SkColorFilter --> ...Base
2020-06-25 adlai@google.com Have the drawing manager ref & unref DDLs on playback
2020-06-25 fmalita@chromium.org [skrive] Initial render plumbing
2020-06-25 robertphillips@google.com Add GM::gpuTeardown entry point
2020-06-25 robertphillips@google.com Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw
2020-06-25 bungeman@google.com Cleanup for TextLine::getGlyphPositionAtCoordinate.
2020-06-25 bsalomon@google.com Fix nearest neighbor sampling of YUV[A] images
2020-06-25 brianosman@google.com Move SkSLSampleMatrix to include/private
2020-06-25 herb@google.com add mutex to GrTextBlobCache
2020-06-25 michaelludwig@google.com Update how sample(matrix) calls are invoked in SkSL
2020-06-25 adlai@google.com Reland "Ignore calls to freeGpuResources on abandoned contexts"
2020-06-25 michaelludwig@google.com Update complex clip GMs to only use supported clip ops
2020-06-25 brianosman@google.com Initialize SkVertices::Sizes::fTotal
2020-06-25 csmartdalton@google.com Don't write instance locations for unused resolve levels
2020-06-25 csmartdalton@google.com Remove GrMiddleOutCubicShader::kMaxResolveLevel
2020-06-25 herb@google.com Reland "simplify freeAll"
2020-06-25 adlai@google.com Add an sk_sp API for DDLs with a macro for staging

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
Bug: chromium:1087084,chromium:1097750
Tbr: lovisolo@google.com
Test: Test: Test: Capture and replay sample of gfxbench
Change-Id: I811e460a44bb93ca1056dd84e9f9a35b403fd356
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270518Reviewed-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@{#783003}
parent 391aeeec
...@@ -188,7 +188,7 @@ vars = { ...@@ -188,7 +188,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': 'e684c6daef6bfb774a325a069eda1f76ca6ac26c', 'skia_revision': 'e6c33eabe079e04d4c2d58659eed8814777ba959',
# 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