aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gypi
diff options
context:
space:
mode:
authorGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 20:44:01 +0000
committerGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 20:44:01 +0000
commit79723f9826241896ae4ac0d462c96ffcbc47789a (patch)
treedb774e7fb374d15cd911dd87fbe22cde36faf585 /gyp/bench.gypi
parent5faa2dc266ec933b3961f985e5718236f1ecbe47 (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/bench.gypi')
-rw-r--r--gyp/bench.gypi3
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',