GrTexture can now create its own cache key
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Jun 2012 20:05:28 +0000 (20:05 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Jun 2012 20:05:28 +0000 (20:05 +0000)
commita1e5795279bd085496fa04c59e588f440bf30457
tree7ad0fb599faa8cca9839b435736b9523e0690ffa
parent778e1635030ab77b29b592a9dcafc112ad60ce65
GrTexture can now create its own cache key

http://codereview.appspot.com/6269047/

git-svn-id: http://skia.googlecode.com/svn/trunk@4148 2bbb7eff-a529-9590-31e7-b0007b416f81
include/gpu/GrContext.h
include/gpu/GrTexture.h
include/gpu/SkGr.h
src/gpu/GrContext.cpp
src/gpu/GrResourceCache.h
src/gpu/GrTexture.cpp
src/gpu/SkGpuDevice.cpp
src/gpu/SkGr.cpp
src/gpu/SkGrTexturePixelRef.cpp