Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 23 Jan 2013 20:25:22 +0000 (20:25 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 23 Jan 2013 20:25:22 +0000 (20:25 +0000)
commit728302281920727b96e6cec0bfc7575900f34a8b
treee6db912047f689e3a89e8e26b55c1fab27a42ff3
parentf91c63e116fda7385d9265a00d3302f46baf25c2
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
Review URL: https://codereview.appspot.com/7201046

git-svn-id: http://skia.googlecode.com/svn/trunk@7348 2bbb7eff-a529-9590-31e7-b0007b416f81
22 files changed:
include/gpu/GrRenderTarget.h
include/gpu/GrResource.h
include/gpu/GrSurface.h
include/gpu/GrTexture.h
src/gpu/GrGeometryBuffer.h
src/gpu/GrIndexBuffer.h
src/gpu/GrPath.h
src/gpu/GrResource.cpp
src/gpu/GrStencilBuffer.h
src/gpu/GrVertexBuffer.h
src/gpu/gl/GrGLIndexBuffer.cpp
src/gpu/gl/GrGLIndexBuffer.h
src/gpu/gl/GrGLPath.cpp
src/gpu/gl/GrGLRenderTarget.cpp
src/gpu/gl/GrGLRenderTarget.h
src/gpu/gl/GrGLStencilBuffer.cpp
src/gpu/gl/GrGLStencilBuffer.h
src/gpu/gl/GrGLTexture.cpp
src/gpu/gl/GrGLTexture.h
src/gpu/gl/GrGLVertexBuffer.cpp
src/gpu/gl/GrGLVertexBuffer.h
src/gpu/gl/GrGpuGL.cpp