From 79723f9826241896ae4ac0d462c96ffcbc47789a Mon Sep 17 00:00:00 2001 From: "senorblanco@chromium.org" Date: Tue, 18 Sep 2012 20:44:01 +0000 Subject: [PATCH] Unreviewed; build fix. Disable matrixconvolution bench until I can figure out the premul issues. git-svn-id: http://skia.googlecode.com/svn/trunk@5593 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/bench.gypi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gyp/bench.gypi b/gyp/bench.gypi index ecb533a578..03635a8c8e 100644 --- a/gyp/bench.gypi +++ b/gyp/bench.gypi @@ -20,7 +20,8 @@ '../bench/InterpBench.cpp', '../bench/MathBench.cpp', '../bench/MatrixBench.cpp', - '../bench/MatrixConvolutionBench.cpp', + #Disable this benchmark until non-premul alpha problems are figured out + #'../bench/MatrixConvolutionBench.cpp', '../bench/MemoryBench.cpp', '../bench/MorphologyBench.cpp', '../bench/MutexBench.cpp',