FasTC/BPTCEncoder
Pavel Krajcevski 663caada50 Generalize BPTC compression.
1. Split compression parameter generation and compression parameter
packing. This gives a good performance boost, since we don't pack every
single time we compress. The error is computed each time, and only the
best parameters are packed.

2. Allow the shape selection function to specify up to ten shapes to
try for compression. We were already doing this kind of hackily where
we allowed both a three and two partition shape. This makes it a little
cleaner and exposes it to the user.
2014-03-25 11:40:06 -04:00
..
config Some formatting and rearrange the BPTC code to be more structured like the others 2014-01-21 14:46:25 -05:00
include Generalize BPTC compression. 2014-03-25 11:40:06 -04:00
src Generalize BPTC compression. 2014-03-25 11:40:06 -04:00
CMakeLists.txt Move BPTC shapes header to include folder 2014-03-22 21:17:46 -04:00