diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-18 20:44:01 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-18 20:44:01 +0000 |
commit | 79723f9826241896ae4ac0d462c96ffcbc47789a (patch) | |
tree | db774e7fb374d15cd911dd87fbe22cde36faf585 /gyp | |
parent | 5faa2dc266ec933b3961f985e5718236f1ecbe47 (diff) |
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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
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', |