Unreviewed; build fix.
authorsenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 18 Sep 2012 20:44:01 +0000 (20:44 +0000)
committersenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 18 Sep 2012 20:44:01 +0000 (20:44 +0000)
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

index ecb533a5784b8e6f3cbc9f3eb23e9e140f4f713b..03635a8c8ebf6b1a4611f9c96ab79476663ac820 100644 (file)
@@ -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',