]> git.sesse.net Git - movit/commitdiff
Use a smaller support texture for the FFT.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Mar 2014 16:09:36 +0000 (17:09 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Mar 2014 16:09:36 +0000 (17:09 +0100)
Many of the rows in the support texture are exactly the same,
so don't store the duplicates; gives a small performance boost.
In a sense, this is exactly the same property that GPUwave uses
with drawing multiple quads at the lower level.


No differences found