Expand GrTextureProxy to handle highestFilterMode
authorRobert Phillips <robertphillips@google.com>
Mon, 8 May 2017 17:41:35 +0000 (13:41 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 8 May 2017 18:07:07 +0000 (18:07 +0000)
commit49081d13bacbea0631351dc5031d98e3fbb3ec45
tree3945cf8223112e86864a19661b2c6b6757e2c025
parent26368c33007191205669bb227d6e7b915ba06f9e
Expand GrTextureProxy to handle highestFilterMode

Once TextureProxies aren't instantiated in the TextureSamplers, the they will need to be able to supply this information.

split out of: https://skia-review.googlesource.com/c/10484/ (Omnibus: Push instantiation of GrTextures later (post TextureSampler))
Change-Id: I66555c0746131f565862f7a30d54ff1d458d2062
Reviewed-on: https://skia-review.googlesource.com/15819
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
include/private/GrTextureProxy.h
src/gpu/GrProcessor.cpp
src/gpu/GrTextureProxy.cpp
src/gpu/vk/GrVkTexture.cpp