Move GL-specific include files to their own subdirectory, to better
authortomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Feb 2012 15:11:59 +0000 (15:11 +0000)
committertomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 14 Feb 2012 15:11:59 +0000 (15:11 +0000)
commit6bf38b59c9de1cd35cd091cf8766117f4e1f66a0
tree586fb0cb56795200f273f79eb29c858e8fbe8588
parent7bc13a62609149f0b535c2f3ff7210eb834d8b36
Move GL-specific include files to their own subdirectory, to better
coexist alongside D3D backend.
Requires gyp change.

http://codereview.appspot.com/5665045/

git-svn-id: http://skia.googlecode.com/svn/trunk@3185 2bbb7eff-a529-9590-31e7-b0007b416f81
31 files changed:
bench/BenchGpuTimer_gl.cpp
bench/benchmain.cpp
gm/gmmain.cpp
gyp/gpu.gyp
include/gpu/gl/GrGLConfig.h [moved from include/gpu/GrGLConfig.h with 100% similarity]
include/gpu/gl/GrGLConfig_chrome.h [moved from include/gpu/GrGLConfig_chrome.h with 100% similarity]
include/gpu/gl/GrGLDefines.h [moved from include/gpu/GrGLDefines.h with 100% similarity]
include/gpu/gl/GrGLInterface.h [moved from include/gpu/GrGLInterface.h with 100% similarity]
include/gpu/gl/SkGLContext.h [moved from include/gpu/SkGLContext.h with 100% similarity]
include/gpu/gl/SkMesaGLContext.h [moved from include/gpu/SkMesaGLContext.h with 100% similarity]
include/gpu/gl/SkNativeGLContext.h [moved from include/gpu/SkNativeGLContext.h with 100% similarity]
include/gpu/gl/SkNullGLContext.h [moved from include/gpu/SkNullGLContext.h with 100% similarity]
samplecode/SampleApp.cpp
src/gpu/GrGpuFactory.cpp
src/gpu/GrGpuVertex.h
src/gpu/gl/GrGLContextInfo.h
src/gpu/gl/GrGLCreateNullInterface.cpp
src/gpu/gl/GrGLDefaultInterface_native.cpp
src/gpu/gl/GrGLIRect.h
src/gpu/gl/GrGLIndexBuffer.h
src/gpu/gl/GrGLInterface.cpp
src/gpu/gl/GrGLSL.h
src/gpu/gl/GrGLStencilBuffer.h
src/gpu/gl/GrGLUtil.cpp
src/gpu/gl/GrGLVertexBuffer.h
src/gpu/gl/SkGLContext.cpp
src/gpu/gl/SkNullGLContext.cpp
src/gpu/unix/GrGLCreateNativeInterface_unix.cpp
src/gpu/unix/SkNativeGLContext_unix.cpp
tests/GLInterfaceValidation.cpp
tests/Test.cpp