aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-19 14:42:13 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-19 14:42:13 +0000
commit0da3719050473344b6013fd7b614611984f20eff (patch)
treed3081e12ae3d4b6c884f9b7a700c2f740ce19b78 /gyp
parent6c5ccd95f73661b07dd0a300c62c7da17cd6e55a (diff)
Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses.
Core Review: http://codereview.appspot.com/5846049/ git-svn-id: http://skia.googlecode.com/svn/trunk@3426 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 7080ebbea2..a4d7c18db5 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -102,6 +102,7 @@
'../include/gpu/gl/SkMesaGLContext.h',
'../include/gpu/gl/SkNativeGLContext.h',
'../include/gpu/gl/SkNullGLContext.h',
+ '../include/gpu/gl/SkDebugGLContext.h',
'../src/gpu/GrPrintf_skia.cpp',
'../src/gpu/SkGpuCanvas.cpp',
@@ -112,6 +113,7 @@
'../src/gpu/gl/SkGLContext.cpp',
'../src/gpu/gl/SkNullGLContext.cpp',
+ '../src/gpu/gl/SkDebugGLContext.cpp',
'../src/gpu/android/SkNativeGLContext_android.cpp',
@@ -252,6 +254,7 @@
'../src/gpu/gl/GrGLContextInfo.h',
'../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
'../src/gpu/gl/GrGLCreateNullInterface.cpp',
+ '../src/gpu/gl/GrGLCreateDebugInterface.cpp',
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
'../src/gpu/gl/GrGLDefaultInterface_native.cpp',
'../src/gpu/gl/GrGLIndexBuffer.cpp',