Remove compressed (ETC1) texture support from Ganesh
authorRobert Phillips <robertphillips@google.com>
Mon, 22 May 2017 17:59:44 +0000 (13:59 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 22 May 2017 18:02:52 +0000 (18:02 +0000)
commitee26363aaae62db2a851f2873e2405a9cf7f995a
tree475d8255d76381852fa73e8b9732d60bdbfe9398
parent317a1857f80ffc18d591dd6b1ac0988184b1ed2b
Remove compressed (ETC1) texture support from Ganesh

Change-Id: If4cf286df87ea87338aba47001d90a5fcc4f2667
Reviewed-on: https://skia-review.googlesource.com/17456
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
31 files changed:
BUILD.gn
gm/etc1.cpp [deleted file]
gn/gm.gni
include/gpu/GrCaps.h
include/gpu/GrTypes.h
src/gpu/GrCaps.cpp
src/gpu/GrDrawOpAtlas.cpp
src/gpu/GrGpu.cpp
src/gpu/GrGpu.h
src/gpu/GrResourceProvider.cpp
src/gpu/GrShaderCaps.cpp
src/gpu/GrSurface.cpp
src/gpu/GrSurfaceProxy.cpp
src/gpu/GrTexture.cpp
src/gpu/GrTextureProducer.cpp
src/gpu/SkGr.h
src/gpu/gl/GrGLCaps.cpp
src/gpu/gl/GrGLCaps.h
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/ops/GrCopySurfaceOp.cpp
src/gpu/vk/GrVkCaps.cpp
src/gpu/vk/GrVkGpu.cpp
src/gpu/vk/GrVkGpu.h
src/gpu/vk/GrVkUtil.cpp
tests/ProxyTest.cpp
third_party/etc1/LICENSE [deleted file]
third_party/etc1/README.google [deleted file]
third_party/etc1/etc1.cpp [deleted file]
third_party/etc1/etc1.h [deleted file]
tools/gpu/GrTest.cpp