diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-05 18:27:23 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-05 18:27:23 +0000 |
commit | 9b6a185e36f3145aa53732e8fb30c870ff38a93c (patch) | |
tree | e915879ecb830d3b80dfc9167ddfef808c9d985a /gyp | |
parent | 7ee12ca99f4ac0aadb8c4d29ae793c411faf73db (diff) |
Revert "Add blend optimization helpers and use to convert rect draws to clears."
This reverts commit r10537.
git-svn-id: http://skia.googlecode.com/svn/trunk@10542 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index c71abbf273..fff79220ff 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -55,8 +55,6 @@ '<(skia_src_path)/gpu/GrAtlas.cpp', '<(skia_src_path)/gpu/GrAtlas.h', '<(skia_src_path)/gpu/GrBinHashKey.h', - '<(skia_src_path)/gpu/GrBlend.cpp', - '<(skia_src_path)/gpu/GrBlend.h', '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', '<(skia_src_path)/gpu/GrBufferAllocPool.h', '<(skia_src_path)/gpu/GrCacheID.cpp', |