FasTC/BPTCEncoder/include
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
..
BPTCCompressor.h Generalize BPTC compression. 2014-03-25 11:40:06 -04:00
Shapes.h Move BPTC shapes header to include folder 2014-03-22 21:17:46 -04:00