move old (unmaintained) gl backend out of src. src/gpu superceeds this now.
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 22 Feb 2011 20:50:57 +0000 (20:50 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 22 Feb 2011 20:50:57 +0000 (20:50 +0000)
commit5d32fc4c1cb2a5ee68cd5e195a5959f800cc3bc7
treeb57f70a53cf4f87f68bd833ebd8fae3e17f7f833
parentffca400ef6f96a280c3e2c09210f950af64a1f24
move old (unmaintained) gl backend out of src. src/gpu superceeds this now.
Will delete the files in obsolete/ at some point...

git-svn-id: http://skia.googlecode.com/svn/trunk@830 2bbb7eff-a529-9590-31e7-b0007b416f81
15 files changed:
obsolete/SkGL.cpp [moved from src/gl/SkGL.cpp with 100% similarity]
obsolete/SkGL.h [moved from src/gl/SkGL.h with 100% similarity]
obsolete/SkGLCanvas.cpp [moved from src/gl/SkGLCanvas.cpp with 100% similarity]
obsolete/SkGLDevice.cpp [moved from src/gl/SkGLDevice.cpp with 100% similarity]
obsolete/SkGLDevice.h [moved from src/gl/SkGLDevice.h with 100% similarity]
obsolete/SkGLDevice_FBO.cpp [moved from src/gl/SkGLDevice_FBO.cpp with 100% similarity]
obsolete/SkGLDevice_FBO.h [moved from src/gl/SkGLDevice_FBO.h with 100% similarity]
obsolete/SkGLDevice_SWLayer.cpp [moved from src/gl/SkGLDevice_SWLayer.cpp with 100% similarity]
obsolete/SkGLDevice_SWLayer.h [moved from src/gl/SkGLDevice_SWLayer.h with 100% similarity]
obsolete/SkGLState.cpp [moved from src/gl/SkGLState.cpp with 100% similarity]
obsolete/SkGLState.h [moved from src/gl/SkGLState.h with 100% similarity]
obsolete/SkGLTextCache.cpp [moved from src/gl/SkGLTextCache.cpp with 100% similarity]
obsolete/SkGLTextCache.h [moved from src/gl/SkGLTextCache.h with 100% similarity]
obsolete/SkTextureCache.cpp [moved from src/gl/SkTextureCache.cpp with 100% similarity]
obsolete/SkTextureCache.h [moved from src/gl/SkTextureCache.h with 100% similarity]