From 24ab3b0ce50b3428f063849b6160e468f047487c Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 14 Aug 2013 21:56:37 +0000 Subject: Add blend optimization helpers and use to convert rect draws to clears. R=robertphillips@google.com, jvanverth@google.com Author: bsalomon@google.com Review URL: https://chromiumcodereview.appspot.com/22558003 git-svn-id: http://skia.googlecode.com/svn/trunk@10723 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/gpu.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp/gpu.gypi') diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index fff79220ff..c71abbf273 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -55,6 +55,8 @@ '<(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', -- cgit v1.2.3