Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object...
authorbsalomon <bsalomon@google.com>
Fri, 16 Oct 2015 20:35:10 +0000 (13:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 16 Oct 2015 20:35:10 +0000 (13:35 -0700)
commitfcffaf22d697f06f903c3193308f9dc54a959f79
tree38408d319b281941642893e3642d2b947a086cf6
parent466c2c48b9f78b974becbc6834970b6f6cdfa5f5
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.

Review URL: https://codereview.chromium.org/1409163002
14 files changed:
gyp/gpu.gypi
include/gpu/GrResourceKey.h
include/gpu/SkGr.h
src/core/SkImageCacherator.cpp
src/core/SkImageCacherator.h
src/gpu/GrGpu.cpp
src/gpu/GrGpu.h
src/gpu/GrTextureMaker.h [deleted file]
src/gpu/GrTextureParamsAdjuster.cpp [new file with mode: 0644]
src/gpu/GrTextureParamsAdjuster.h [new file with mode: 0644]
src/gpu/SkGr.cpp
src/gpu/SkGrPriv.h
src/image/SkImage_Gpu.cpp
src/image/SkImage_Raster.cpp