commit | f63d8b7073880c5dbdbc5fe9b4d7a5265ca37574 | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Tue Sep 29 13:15:43 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Sep 30 18:17:43 2020 +0000 |
tree | 914c7e1d4814c69c8e0e62a862d269f2740cf3ce | |
parent | db9172d768cbd7e019d8c723380f9f280b914924 [diff] |
Dawn: remove persistent TextureView from GrDawnTexture. For mipmaps, the texture view we need depends on the mipmap mode. In particular, for mipmap "none" mode, we need a view which ignores everything but mip 0. So remove the persistent one. Change-Id: I37a5e8a299edf423b67fd85135d6fbd9d26e62a7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/320636 Commit-Queue: Stephen White <senorblanco@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>