nvidia-texture-tools/src/nvimage/nvtt/squish
2007-07-22 06:09:14 +00:00
..
extra Import all sources from perforce. 2007-04-17 08:49:19 +00:00
squish.xcodeproj Import all sources from perforce. 2007-04-17 08:49:19 +00:00
vs7 Import all sources from perforce. 2007-04-17 08:49:19 +00:00
alpha.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
alpha.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
ChangeLog Import all sources from perforce. 2007-04-17 08:49:19 +00:00
clusterfit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
clusterfit.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
CMakeLists.txt Import all sources from perforce. 2007-04-17 08:49:19 +00:00
colourblock.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
colourblock.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
colourfit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
colourfit.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
colourset.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
colourset.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
config Import all sources from perforce. 2007-04-17 08:49:19 +00:00
config.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
Doxyfile Import all sources from perforce. 2007-04-17 08:49:19 +00:00
fastclusterfit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
fastclusterfit.h start adding some support for ctx1 and other fixes. 2007-07-22 06:09:14 +00:00
Makefile Import all sources from perforce. 2007-04-17 08:49:19 +00:00
maths.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
maths.h start adding some support for ctx1 and other fixes. 2007-07-22 06:09:14 +00:00
rangefit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
rangefit.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
README Import all sources from perforce. 2007-04-17 08:49:19 +00:00
simd_sse.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
simd_ve.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
simd.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
singlechannelfit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
singlechannelfit.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
singlecolourfit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
singlecolourfit.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
singlecolourlookup.inl Import all sources from perforce. 2007-04-17 08:49:19 +00:00
squish.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
squish.h Import all sources from perforce. 2007-04-17 08:49:19 +00:00
texture_compression_s3tc.txt Import all sources from perforce. 2007-04-17 08:49:19 +00:00
weightedclusterfit.cpp Import all sources from perforce. 2007-04-17 08:49:19 +00:00
weightedclusterfit.h Import all sources from perforce. 2007-04-17 08:49:19 +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