commit | 150d28465d340e3c6da6a3e1fd5adfdb128e61d0 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jan 12 20:19:56 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jan 12 20:19:56 2012 +0000 |
tree | f51a4610c914a5bf20cabb8072cd330f15be8940 | |
parent | 6a8df70f44e4b924fb8df1039223d6cd80c491f9 [diff] [blame] |
Add code path to SW rasterize paths and upload as a mask texture Review URL: http://codereview.appspot.com/5542043/ git-svn-id: http://skia.googlecode.com/svn/trunk@3031 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 9fcded1..454204d 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp
@@ -144,6 +144,7 @@ '../include/core', '../include/config', '../include/gpu', + '../src/core', # SkRasterClip.h ], 'dependencies': [ 'libtess.gyp:libtess',