nvidia-texture-tools/src/nvtt/squish
2008-01-07 07:45:27 +00:00
..
extra flatten tree. 2007-10-14 08:58:24 +00:00
squish.xcodeproj flatten tree. 2007-10-14 08:58:24 +00:00
vs7 flatten tree. 2007-10-14 08:58:24 +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 Fix more errors in the use of the color metric. 2007-12-13 06:36:23 +00:00
clusterfit.h Fix more errors in the use of the color metric. 2007-12-13 06:36:23 +00:00
CMakeLists.txt Only compile the files from squish that are really needed. 2007-12-16 02:02:38 +00:00
colourblock.cpp flatten tree. 2007-10-14 08:58:24 +00:00
colourblock.h flatten tree. 2007-10-14 08:58:24 +00:00
colourfit.cpp flatten tree. 2007-10-14 08:58:24 +00:00
colourfit.h flatten tree. 2007-10-14 08:58:24 +00:00
colourset.cpp Fix DXT1a support. 2008-01-07 07:45:27 +00:00
colourset.h flatten tree. 2007-10-14 08:58:24 +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 Fix more errors in the use of the color metric. 2007-12-13 06:36:23 +00:00
fastclusterfit.h Fix more errors in the use of the color metric. 2007-12-13 06:36:23 +00:00
Makefile flatten tree. 2007-10-14 08:58:24 +00:00
maths.cpp Fix color weighting metric. 2007-12-13 06:29:03 +00:00
maths.h Fix color weighting metric. 2007-12-13 06:29:03 +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 flatten tree. 2007-10-14 08:58:24 +00:00
simd_ve.h flatten tree. 2007-10-14 08:58:24 +00:00
simd.h flatten tree. 2007-10-14 08:58:24 +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 flatten tree. 2007-10-14 08:58:24 +00:00
texture_compression_s3tc.txt flatten tree. 2007-10-14 08:58:24 +00:00
weightedclusterfit.cpp Fix more errors in the use of the color metric. 2007-12-13 06:36:23 +00:00
weightedclusterfit.h Fix more errors in the use of the color metric. 2007-12-13 06:36:23 +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