One createTexture function, attempt to recycle scratch in createTexture.
authorbsalomon <bsalomon@google.com>
Fri, 6 Feb 2015 16:49:24 +0000 (08:49 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 16:49:24 +0000 (08:49 -0800)
commitd0423587ac56ae84d3f1eb796d5c1e2dfba9646e
tree1bbbc8adbc1b63dc7dd19ffc08889be9a80b89c5
parent02c8fd0ad5e5279004dd49ec49fbae00f8522ec0
One createTexture function, attempt to recycle scratch in createTexture.

Review URL: https://codereview.chromium.org/864383003
20 files changed:
gm/texdata.cpp
include/gpu/GrContext.h
src/effects/SkBlurMaskFilter.cpp
src/effects/SkColorCubeFilter.cpp
src/gpu/GrContext.cpp
src/gpu/SkGpuDevice.cpp
src/gpu/SkGr.cpp
src/gpu/SkGrPixelRef.cpp
src/gpu/effects/GrConfigConversionEffect.cpp
src/gpu/effects/GrTextureStripAtlas.cpp
tests/BlurTest.cpp
tests/ClipCacheTest.cpp
tests/FloatingPointTextureTest.cpp
tests/GLProgramsTest.cpp
tests/GrSurfaceTest.cpp
tests/ReadPixelsTest.cpp
tests/ReadWriteAlphaTest.cpp
tests/RecordReplaceDrawTest.cpp
tests/WritePixelsTest.cpp
tools/PictureRenderer.cpp