nvidia-texture-tools/src/nvtt/squish
2008-12-01 08:11:43 +00:00
..
extra Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
squish.xcodeproj Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
vs7 Create 2.0.5 release. 2008-12-01 08:11:43 +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 Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
clusterfit.h Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
CMakeLists.txt Only compile the files from squish that are really needed. 2007-12-16 02:02:38 +00:00
colourblock.cpp Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
colourblock.h Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
colourfit.cpp Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
colourfit.h Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
colourset.cpp Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
colourset.h Create 2.0.5 release. 2008-12-01 08:11:43 +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 Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
fastclusterfit.h Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
fastclusterlookup.inl Use FLT_MAX instead of INFINITE. The latter not supported in msvc. 2008-04-20 06:01:50 +00:00
Makefile Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
maths.cpp Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
maths.h Create 2.0.5 release. 2008-12-01 08:11:43 +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 Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
simd_ve.h Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
simd.h Create 2.0.5 release. 2008-12-01 08:11:43 +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 Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
texture_compression_s3tc.txt Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
weightedclusterfit.cpp Create 2.0.5 release. 2008-12-01 08:11:43 +00:00
weightedclusterfit.h Create 2.0.5 release. 2008-12-01 08:11:43 +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