diff options
author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-02-14 15:11:59 +0000 |
---|---|---|
committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-02-14 15:11:59 +0000 |
commit | 6bf38b59c9de1cd35cd091cf8766117f4e1f66a0 (patch) | |
tree | 586fb0cb56795200f273f79eb29c858e8fbe8588 /include | |
parent | 7bc13a62609149f0b535c2f3ff7210eb834d8b36 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/gl/GrGLConfig.h (renamed from include/gpu/GrGLConfig.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/GrGLConfig_chrome.h (renamed from include/gpu/GrGLConfig_chrome.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/GrGLDefines.h (renamed from include/gpu/GrGLDefines.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/GrGLInterface.h (renamed from include/gpu/GrGLInterface.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/SkGLContext.h (renamed from include/gpu/SkGLContext.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/SkMesaGLContext.h (renamed from include/gpu/SkMesaGLContext.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/SkNativeGLContext.h (renamed from include/gpu/SkNativeGLContext.h) | 0 | ||||
-rw-r--r-- | include/gpu/gl/SkNullGLContext.h (renamed from include/gpu/SkNullGLContext.h) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/include/gpu/GrGLConfig.h b/include/gpu/gl/GrGLConfig.h index 5ae931c607..5ae931c607 100644 --- a/include/gpu/GrGLConfig.h +++ b/include/gpu/gl/GrGLConfig.h diff --git a/include/gpu/GrGLConfig_chrome.h b/include/gpu/gl/GrGLConfig_chrome.h index 50ea34c6d3..50ea34c6d3 100644 --- a/include/gpu/GrGLConfig_chrome.h +++ b/include/gpu/gl/GrGLConfig_chrome.h diff --git a/include/gpu/GrGLDefines.h b/include/gpu/gl/GrGLDefines.h index e66eec4edf..e66eec4edf 100644 --- a/include/gpu/GrGLDefines.h +++ b/include/gpu/gl/GrGLDefines.h diff --git a/include/gpu/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h index 968afab0d4..968afab0d4 100644 --- a/include/gpu/GrGLInterface.h +++ b/include/gpu/gl/GrGLInterface.h diff --git a/include/gpu/SkGLContext.h b/include/gpu/gl/SkGLContext.h index 542d1bbc06..542d1bbc06 100644 --- a/include/gpu/SkGLContext.h +++ b/include/gpu/gl/SkGLContext.h diff --git a/include/gpu/SkMesaGLContext.h b/include/gpu/gl/SkMesaGLContext.h index 5c329ff120..5c329ff120 100644 --- a/include/gpu/SkMesaGLContext.h +++ b/include/gpu/gl/SkMesaGLContext.h diff --git a/include/gpu/SkNativeGLContext.h b/include/gpu/gl/SkNativeGLContext.h index 36461ba7b2..36461ba7b2 100644 --- a/include/gpu/SkNativeGLContext.h +++ b/include/gpu/gl/SkNativeGLContext.h diff --git a/include/gpu/SkNullGLContext.h b/include/gpu/gl/SkNullGLContext.h index 9e16cee089..9e16cee089 100644 --- a/include/gpu/SkNullGLContext.h +++ b/include/gpu/gl/SkNullGLContext.h |