From 9381363050ec9d3e724076a8e9152bfa9a8de1d1 Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Thu, 27 Oct 2011 20:21:16 +0000 Subject: 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 --- gyp/gpu.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') 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', -- cgit v1.2.3