commit | a35fcd6881e960bcbff3b6c7075664eb13a80aa6 | [log] [tgz] |
---|---|---|
author | Mike Reed <reed@google.com> | Sun Nov 29 13:43:56 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Nov 30 14:48:03 2020 +0000 |
tree | b86f89fcf565a458a3cf8e5137c0769c79430676 | |
parent | ca92424e21e56413a90c7305bc250421c48ef47d [diff] |
Don't force linear when extracting miplevel Sorta introduced here: https://skia-review.googlesource.com/c/skia/+/338318 When we switched the controller from filter-quality to sampling, we 'continued' the old behavior of forcing bilerp when sampling a miplevel. This matched the old enum, but the new code should respect whatever fFilter the client has set. Change-Id: I44bac879c1d3c880d8dbfac241e8511397de6641 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/339117 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>