commit | 4348d656bfa145bb4fbf08512feee113a5e588af | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Jul 22 14:25:46 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jul 22 19:15:51 2020 +0000 |
tree | 87c1024d4d739a119d789596daa8614c5aae8231 | |
parent | 4ccdaf6f2d6ed1da56a4012b89b24244a676bf9f [diff] |
Fix Chrome pixel tests after separating Mip from MinMag filtering. After this change: https://skia-review.googlesource.com/c/skia/+/303481 we began using VK_SAMPLER_MIPMAP_MODE_NEAREST rather than VK_SAMPLER_MIPMAP_MODE_LINEAR when disabling MIP filtering and it caused Chrome pixel tests to fail with imperceptible changes. Note we disable MIP filtering in Vulkan using maxLOD because there is no VK_SAMPLER_MIPMAP_MODE_* value that disables it. Change-Id: Ifd51f7a07e2725ba8e77fb65df2e9f3ff2f984de Reviewed-on: https://skia-review.googlesource.com/c/skia/+/305189 Commit-Queue: Greg Daniel <egdaniel@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>