Move GL-specific source code to make room for D3D back end.
authortomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 10 Feb 2012 21:01:00 +0000 (21:01 +0000)
committertomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 10 Feb 2012 21:01:00 +0000 (21:01 +0000)
commitdd182cbca60a7f0003330c01dfc64f69f56aea90
tree19e01a17322afef55c47163c963e32a3678ca385
parent5eb7b8cf34a554a793f5e8122236a957cfb1b85f
Move GL-specific source code to make room for D3D back end.

git-svn-id: http://skia.googlecode.com/svn/trunk@3165 2bbb7eff-a529-9590-31e7-b0007b416f81
32 files changed:
src/gpu/GrGpu.cpp
src/gpu/GrGpuFactory.cpp
src/gpu/gl/GrGLContextInfo.cpp [moved from src/gpu/GrGLContextInfo.cpp with 100% similarity]
src/gpu/gl/GrGLContextInfo.h [moved from src/gpu/GrGLContextInfo.h with 100% similarity]
src/gpu/gl/GrGLCreateNativeInterface_none.cpp [moved from src/gpu/GrGLCreateNativeInterface_none.cpp with 100% similarity]
src/gpu/gl/GrGLCreateNullInterface.cpp [moved from src/gpu/GrGLCreateNullInterface.cpp with 99% similarity]
src/gpu/gl/GrGLDefaultInterface_native.cpp [moved from src/gpu/GrGLDefaultInterface_native.cpp with 100% similarity]
src/gpu/gl/GrGLDefaultInterface_none.cpp [moved from src/gpu/GrGLDefaultInterface_none.cpp with 100% similarity]
src/gpu/gl/GrGLIRect.h [moved from src/gpu/GrGLIRect.h with 100% similarity]
src/gpu/gl/GrGLIndexBuffer.cpp [moved from src/gpu/GrGLIndexBuffer.cpp with 100% similarity]
src/gpu/gl/GrGLIndexBuffer.h [moved from src/gpu/GrGLIndexBuffer.h with 97% similarity]
src/gpu/gl/GrGLInterface.cpp [moved from src/gpu/GrGLInterface.cpp with 100% similarity]
src/gpu/gl/GrGLProgram.cpp [moved from src/gpu/GrGLProgram.cpp with 99% similarity]
src/gpu/gl/GrGLProgram.h [moved from src/gpu/GrGLProgram.h with 99% similarity]
src/gpu/gl/GrGLRenderTarget.cpp [moved from src/gpu/GrGLRenderTarget.cpp with 100% similarity]
src/gpu/gl/GrGLRenderTarget.h [moved from src/gpu/GrGLRenderTarget.h with 100% similarity]
src/gpu/gl/GrGLSL.cpp [moved from src/gpu/GrGLSL.cpp with 100% similarity]
src/gpu/gl/GrGLSL.h [moved from src/gpu/GrGLSL.h with 100% similarity]
src/gpu/gl/GrGLShaderVar.h [moved from src/gpu/GrGLShaderVar.h with 99% similarity]
src/gpu/gl/GrGLStencilBuffer.cpp [moved from src/gpu/GrGLStencilBuffer.cpp with 100% similarity]
src/gpu/gl/GrGLStencilBuffer.h [moved from src/gpu/GrGLStencilBuffer.h with 97% similarity]
src/gpu/gl/GrGLTexture.cpp [moved from src/gpu/GrGLTexture.cpp with 100% similarity]
src/gpu/gl/GrGLTexture.h [moved from src/gpu/GrGLTexture.h with 99% similarity]
src/gpu/gl/GrGLUtil.cpp [moved from src/gpu/GrGLUtil.cpp with 100% similarity]
src/gpu/gl/GrGLVertexBuffer.cpp [moved from src/gpu/GrGLVertexBuffer.cpp with 100% similarity]
src/gpu/gl/GrGLVertexBuffer.h [moved from src/gpu/GrGLVertexBuffer.h with 97% similarity]
src/gpu/gl/GrGpuGL.cpp [moved from src/gpu/GrGpuGL.cpp with 100% similarity]
src/gpu/gl/GrGpuGL.h [moved from src/gpu/GrGpuGL.h with 98% similarity]
src/gpu/gl/GrGpuGLShaders.cpp [moved from src/gpu/GrGpuGLShaders.cpp with 99% similarity]
src/gpu/gl/GrGpuGLShaders.h [moved from src/gpu/GrGpuGLShaders.h with 100% similarity]
src/gpu/gl/SkGLContext.cpp [moved from src/gpu/SkGLContext.cpp with 100% similarity]
src/gpu/gl/SkNullGLContext.cpp [moved from src/gpu/SkNullGLContext.cpp with 100% similarity]