DavidWyand-GG e6abbee773 Update squish library to compile under Linux %!s(int64=12) %!d(string=hai) anos
..
ChangeLog 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
README 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
alpha.cpp e6abbee773 Update squish library to compile under Linux %!s(int64=12) %!d(string=hai) anos
alpha.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
clusterfit.cpp 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
clusterfit.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
colourblock.cpp 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
colourblock.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
colourfit.cpp 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
colourfit.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
colourset.cpp 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
colourset.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
config.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
maths.cpp 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
maths.h 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
rangefit.cpp 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
rangefit.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
simd.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
simd_float.h 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
simd_sse.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
simd_ve.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
singlecolourfit.cpp e6abbee773 Update squish library to compile under Linux %!s(int64=12) %!d(string=hai) anos
singlecolourfit.h 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
singlecolourlookup.inl 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
squish-Info.plist 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos
squish.cpp 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
squish.h 8de0b7cbb1 Update squish library to 1.11 %!s(int64=13) %!d(string=hai) anos
texture_compression_s3tc.txt 7dbfe6994d Engine directory for ticket #1 %!s(int64=13) %!d(string=hai) anos

README

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
SSE2 optimisations. To change this either change or remove the SQUISH_USE_SSE=2
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 [email protected]

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