]> git.sesse.net Git - movit/commitdiff
Correct the number of blur taps read.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 26 Jul 2014 23:17:12 +0000 (01:17 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 26 Jul 2014 23:19:06 +0000 (01:19 +0200)
We read about twice as many as we should have; the others were
probably just set to 0.0, which has no effect but still burns
arithmetic, unless your driver happens to optimize very aggressively
for this (which I don't think anyone does anymore).

Found by Christophe Thommeret.


No differences found