aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-18 17:49:20 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-18 17:49:20 +0000
commit168e63418cadba4018aadf95c091d40d9deb13b9 (patch)
treee99bf7049023ed0c763ab19fd0ce9944a972f2b1 /gyp/gpu.gyp
parent95ead84e0fe4a81b5a3343204a348ce600b47bb5 (diff)
Infrastructure for new Ganesh shader pipeline: base classes for GPU
implementation of user-defined effects. http://codereview.appspot.com/6052047/ git-svn-id: http://skia.googlecode.com/svn/trunk@3726 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index fc2277e0b3..0ffaa283bd 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -219,6 +219,8 @@
'../src/gpu/GrBufferAllocPool.h',
'../src/gpu/GrClip.cpp',
'../src/gpu/GrContext.cpp',
+ '../src/gpu/GrCustomStage.cpp',
+ '../src/gpu/GrCustomStage.h',
'../src/gpu/GrDefaultPathRenderer.cpp',
'../src/gpu/GrDefaultPathRenderer.h',
'../src/gpu/GrDefaultTextContext.cpp',
@@ -285,6 +287,8 @@
'../src/gpu/gl/GrGLIRect.h',
'../src/gpu/gl/GrGLProgram.cpp',
'../src/gpu/gl/GrGLProgram.h',
+ '../src/gpu/gl/GrGLProgramStage.cpp',
+ '../src/gpu/gl/GrGLProgramStage.h',
'../src/gpu/gl/GrGLRenderTarget.cpp',
'../src/gpu/gl/GrGLRenderTarget.h',
'../src/gpu/gl/GrGLShaderVar.h',