diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-01-19 17:19:40 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-01-19 17:19:40 +0000 |
commit | 42ab7ea76e57ae1abaf98258ecd159f60c36b3ba (patch) | |
tree | f1725c879f56069ce1568f4be4f86d1e730c6e51 /gpu/src/gr_files.mk | |
parent | e49d57117507903a7d912218b4e1ebd2f15bbbd7 (diff) |
Cleanup including of GL headers and provide way to include custom headers, extension getter.
git-svn-id: http://skia.googlecode.com/svn/trunk@713 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src/gr_files.mk')
-rw-r--r-- | gpu/src/gr_files.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/src/gr_files.mk b/gpu/src/gr_files.mk index f9ca49e9ab..2665d92c0e 100644 --- a/gpu/src/gr_files.mk +++ b/gpu/src/gr_files.mk @@ -11,6 +11,7 @@ SOURCE := \ GrGpuGLShaders.cpp \ GrGpuGLFixed.cpp \ GrGpuFactory.cpp \ + GrGLUtil.cpp \ GrGpuGL.cpp \ GrInOrderDrawBuffer.cpp \ GrMatrix.cpp \ @@ -20,4 +21,4 @@ SOURCE := \ GrTextureCache.cpp \ GrTextContext.cpp \ GrTextStrike.cpp \ - GrVertexBufferAllocPool.cpp + GrVertexBufferAllocPool.cpp |