Add lockKeylessTexture() for caching texture without a content key.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Apr 2011 15:51:06 +0000 (15:51 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Apr 2011 15:51:06 +0000 (15:51 +0000)
commitfea37b5e532dfe776269253afb9951e763c3b205
tree276a520d1cdfad17bdda4ca608bf4192138efdb7
parent9875dd14af6d768da8d1a4be58b98fc91ceca0dd
Add lockKeylessTexture() for caching texture without a content key.

Review URL: http://codereview.appspot.com/4440065/

git-svn-id: http://skia.googlecode.com/svn/trunk@1172 2bbb7eff-a529-9590-31e7-b0007b416f81
gpu/include/GrContext.h
gpu/include/GrGpu.h
gpu/include/GrTextureCache.h
gpu/include/GrTypes.h
gpu/src/GrAtlas.cpp
gpu/src/GrContext.cpp
gpu/src/GrGpu.cpp
gpu/src/GrGpuGL.cpp
gpu/src/GrGpuGL.h
src/gpu/SkGpuDevice.cpp
src/gpu/SkGr.cpp