Creating functions for uploading a mipmapped texture.
authorcblume <cblume@chromium.org>
Fri, 26 Feb 2016 21:20:48 +0000 (13:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Feb 2016 21:20:48 +0000 (13:20 -0800)
commit55f2d2d57f4dd4109aa0c9dab6023373e3b928ec
tree6254a42add2b1442385ed153c6d1382403392287
parente015c2646f7f553ff10cd6b9783a3f4ededb63bf
Creating functions for uploading a mipmapped texture.

BUG=476416
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1249543003

Review URL: https://codereview.chromium.org/1249543003
30 files changed:
include/gpu/GrTexture.h
include/gpu/GrTextureProvider.h
include/gpu/GrTypes.h
src/core/SkImageCacherator.cpp
src/core/SkImageCacherator.h
src/core/SkMipMap.cpp
src/effects/SkBlurMaskFilter.cpp
src/effects/SkColorCubeFilter.cpp
src/gpu/GrGpu.cpp
src/gpu/GrGpu.h
src/gpu/GrImageIDTextureAdjuster.cpp
src/gpu/GrImageIDTextureAdjuster.h
src/gpu/GrSurface.cpp
src/gpu/GrTest.cpp
src/gpu/GrTexture.cpp
src/gpu/GrTextureParamsAdjuster.cpp
src/gpu/GrTextureParamsAdjuster.h
src/gpu/GrTexturePriv.h
src/gpu/GrTextureProvider.cpp
src/gpu/SkGpuDevice.cpp
src/gpu/SkGr.cpp
src/gpu/SkGrPixelRef.cpp
src/gpu/SkGrPriv.h
src/gpu/effects/GrConfigConversionEffect.cpp
src/gpu/effects/GrTextureStripAtlas.cpp
src/gpu/gl/GrGLDefines.h
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/gl/GrGLTexture.cpp
src/gpu/gl/GrGLTexture.h