Move npot resizing out of GrContext and simplify GrContext texture functions.
authorbsalomon <bsalomon@google.com>
Fri, 30 Jan 2015 20:43:44 +0000 (12:43 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 30 Jan 2015 20:43:44 +0000 (12:43 -0800)
commit8a8100349105c8c6de39fcb34e47679da7a67f54
tree7e7fde3b1b233fff475019672723bacf6dff8ee3
parentc8fcafb3f0d152fb92465451bdb2e4bd3ef37222
Move npot resizing out of GrContext and simplify GrContext texture functions.

Review URL: https://codereview.chromium.org/882223003
include/gpu/GrContext.h
include/gpu/GrPaint.h
include/gpu/GrResourceKey.h
include/gpu/GrTypes.h
src/effects/SkBlurMaskFilter.cpp
src/effects/SkColorCubeFilter.cpp
src/gpu/GrContext.cpp
src/gpu/SkGr.cpp
src/gpu/effects/GrTextureStripAtlas.cpp
tests/GLProgramsTest.cpp