diff options
author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-10-27 20:21:16 +0000 |
---|---|---|
committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-10-27 20:21:16 +0000 |
commit | 9381363050ec9d3e724076a8e9152bfa9a8de1d1 (patch) | |
tree | dfb55ed16d0ba0db6671c880bb320198501231c5 /gyp | |
parent | 13788bfbedc2528fbfa71162c888908c88f03ac2 (diff) |
Extract GrDrawTarget::DrState into independent GrDrawState struct.
This is intended to be a first step towards making the stack of states
maintained by GrDrawTarget cheaper to maintain.
git-svn-id: http://skia.googlecode.com/svn/trunk@2544 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 391824e85d..b66bfc6d6f 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -188,6 +188,7 @@ '../src/gpu/GrContext.cpp', '../src/gpu/GrDefaultPathRenderer.cpp', '../src/gpu/GrDefaultPathRenderer.h', + '../src/gpu/GrDrawState.h', '../src/gpu/GrDrawTarget.cpp', '../src/gpu/GrDrawTarget.h', '../src/gpu/GrGeometryBuffer.h', |