Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs().
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 3 Apr 2013 19:49:13 +0000 (19:49 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 3 Apr 2013 19:49:13 +0000 (19:49 +0000)
commitd02e8803e910b762e47a955162292c8b5eee15dc
tree22bcf3769d2014c7dcb91994ba0a6a4fce0717ee
parent52da917814156af924589154bc8021ff34648eb4
Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs().
Review URL: https://codereview.chromium.org/13414006

git-svn-id: http://skia.googlecode.com/svn/trunk@8525 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/tests.gyp
include/gpu/GrRenderTarget.h
include/gpu/GrSurface.h
include/gpu/GrTexture.h
src/gpu/GrContext.cpp
src/gpu/GrGpu.h
src/gpu/GrTexture.cpp
tests/GrSurfaceTest.cpp [new file with mode: 0644]