nvidia-texture-tools/src/nvtt/squish
2009-10-21 07:42:33 +00:00
..
extra Use FLT_MAX instead of INFINITE. The latter not supported in msvc. 2008-04-20 06:01:50 +00:00
alpha.cpp flatten tree. 2007-10-14 08:58:24 +00:00
alpha.h flatten tree. 2007-10-14 08:58:24 +00:00
ChangeLog flatten tree. 2007-10-14 08:58:24 +00:00
clusterfit.cpp Remove commented out code. 2009-07-06 09:06:17 +00:00
clusterfit.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
CMakeLists.txt Merge fixes from 2.0 branch. 2009-01-10 01:31:02 +00:00
colourblock.cpp Add squish external compressor. 2008-11-23 08:59:56 +00:00
colourblock.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
colourfit.cpp Add squish external compressor. 2008-11-23 08:59:56 +00:00
colourfit.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
colourset.cpp Add squish external compressor. 2008-11-23 08:59:56 +00:00
colourset.h Use minimal set by default. 2009-10-21 07:42:33 +00:00
config flatten tree. 2007-10-14 08:58:24 +00:00
config.h flatten tree. 2007-10-14 08:58:24 +00:00
Doxyfile flatten tree. 2007-10-14 08:58:24 +00:00
fastclusterfit.cpp Add squish external compressor. 2008-11-23 08:59:56 +00:00
fastclusterfit.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
fastclusterlookup.inl Use FLT_MAX instead of INFINITE. The latter not supported in msvc. 2008-04-20 06:01:50 +00:00
maths.cpp Add simd power solver. 2009-07-04 19:33:55 +00:00
maths.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
rangefit.cpp flatten tree. 2007-10-14 08:58:24 +00:00
rangefit.h flatten tree. 2007-10-14 08:58:24 +00:00
README flatten tree. 2007-10-14 08:58:24 +00:00
simd_3dnow.h some more experiments. 2008-01-06 01:57:43 +00:00
simd_sse.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
simd_ve.h Fix errors on ibook G4. 2009-03-04 07:04:32 +00:00
simd.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
singlechannelfit.cpp flatten tree. 2007-10-14 08:58:24 +00:00
singlechannelfit.h flatten tree. 2007-10-14 08:58:24 +00:00
singlecolourfit.cpp flatten tree. 2007-10-14 08:58:24 +00:00
singlecolourfit.h flatten tree. 2007-10-14 08:58:24 +00:00
singlecolourlookup.inl flatten tree. 2007-10-14 08:58:24 +00:00
squish.cpp flatten tree. 2007-10-14 08:58:24 +00:00
squish.h Add squish external compressor. 2008-11-23 08:59:56 +00:00
weightedclusterfit.cpp Add squish external compressor. 2008-11-23 08:59:56 +00:00
weightedclusterfit.h Add squish external compressor. 2008-11-23 08:59:56 +00:00

LICENSE
-------

The squish library is distributed under the terms and conditions of the MIT
license. This license is specified at the top of each source file and must be
preserved in its entirety.

BUILDING AND INSTALLING THE LIBRARY
-----------------------------------

If you are using Visual Studio 2003 or above under Windows then load the Visual
Studio 2003 project in the vs7 folder. By default, the library is built using
SSE optimisations. To change this either change or remove the SQUISH_USE_SSE=1
from the preprocessor symbols.

If you are using a Mac then load the Xcode 2.2 project in the distribution. By
default, the library is built using Altivec optimisations. To change this
either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols. I
guess I'll have to think about changing this for the new Intel Macs that are
rolling out...

If you are using unix then first edit the config file in the base directory of
the distribution, enabling Altivec or SSE with the USE_ALTIVEC or USE_SSE
variables, and editing the optimisation flags passed to the C++ compiler if
necessary. Then make can be used to build the library, and make install (from
the superuser account) can be used to install (into /usr/local by default).

REPORTING BUGS OR FEATURE REQUESTS
----------------------------------

Feedback can be sent to Simon Brown (the developer) at si@sjbrown.co.uk

New releases are announced on the squish library homepage at
http://sjbrown.co.uk/?code=squish