aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-05 17:08:27 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-05 17:08:27 +0000
commit669fdc4ed8ed461a141cb97d0afdd9ef72a82be1 (patch)
tree8c39d9d769e212749ce8e970129460f575a76f96 /gyp
parent62ab7addb06bbc5b93460eaf2f70a9f8399308d3 (diff)
Adds read pixels to GrTexture and GrRenderTarget
Adds SkGrRenderTargetPixelRef for SkBitmaps that are backed by RTs that aren't textures. Adds onReadPixels implementations for SkGr pixel ref types git-svn-id: http://skia.googlecode.com/svn/trunk@1056 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp
index 123a34d98c..bd19c0461a 100644
--- a/gyp/skia.gyp
+++ b/gyp/skia.gyp
@@ -990,6 +990,7 @@
'../gpu/src/GrTextContext.cpp',
'../gpu/src/GrTextStrike.cpp',
'../gpu/src/GrTextStrike_impl.h',
+ '../gpu/src/GrTexture.cpp',
'../gpu/src/GrTextureCache.cpp',
'../gpu/src/gr_unittests.cpp',