diff options
author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-17 18:43:21 +0000 |
---|---|---|
committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-17 18:43:21 +0000 |
commit | 2f68e7684bb2ecdf0c03a513c31d0626d2caf752 (patch) | |
tree | de5b359fa82d5e3abf26a640a5c11ba7fa4807fb /gyp | |
parent | a8a977a97babddacd406f09b8106ff9f0ef18993 (diff) |
Move texture domains onto a GrCustomStage, off of GrSamplerState.
This will require gyp changes to roll into Chrome.
http://codereview.appspot.com/6405050/
git-svn-id: http://skia.googlecode.com/svn/trunk@4641 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 4a708d8e38..523ba522f9 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -295,6 +295,8 @@ '../src/gpu/effects/GrMorphologyEffect.h', '../src/gpu/effects/GrSingleTextureEffect.cpp', '../src/gpu/effects/GrSingleTextureEffect.h', + '../src/gpu/effects/GrTextureDomainEffect.cpp', + '../src/gpu/effects/GrTextureDomainEffect.h', '../src/gpu/gl/GrGLCaps.cpp', '../src/gpu/gl/GrGLCaps.h', |