nvidia-texture-tools/src/nvtt/squish
2008-02-28 17:02:29 +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 weighted cluster fit. 2008-02-01 19:48:12 +00:00
clusterfit.h Fix weighted cluster fit. 2008-02-01 19:48:12 +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 Minor optimizations. 2008-02-04 10:01:43 +00:00
colourfit.h Fix weighted cluster fit. 2008-02-01 19:48:12 +00:00
colourset.cpp Minor optimizations. 2008-02-04 10:01:43 +00:00
colourset.h Add create minimal set option. 2008-01-26 05:32:23 +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 Minor optimizations. 2008-02-04 10:01:43 +00:00
fastclusterfit.h Fix weighted cluster fit. 2008-02-01 19:48:12 +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 Fix compilation error when SIMD is not supported. 2008-02-11 07:00:14 +00:00
simd_ve.h Fix osx build. 2008-02-28 17:02:29 +00:00
simd.h Fix compilation error when SIMD is not supported. 2008-02-11 07:00:14 +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 Minor optimizations. 2008-02-04 10:01:43 +00:00
weightedclusterfit.h Fix weighted cluster fit. 2008-02-01 19:48:12 +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