• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

extra/H15-May-2010-969674

squish.xcodeproj/H15-May-2010-532519

vs7/H15-May-2010-519515

ChangeLogH A D15-May-20101.2 KiB3929

DoxyfileH A D15-May-20108.2 KiB224222

MakefileH A D15-May-2010529 3218

READMEH A D15-May-20101.5 KiB3626

alpha.cppH A D15-May-20107.6 KiB327220

alpha.hH A D15-May-20101.6 KiB4210

clusterfit.cppH A D15-May-201012.7 KiB494352

clusterfit.hH A D15-May-20102.3 KiB8446

colourblock.cppH A D15-May-20106.4 KiB279132

colourblock.hH A D15-May-20101.8 KiB4410

colourfit.cppH A D15-May-20101.7 KiB6028

colourfit.hH A D15-May-20101.7 KiB5620

colourset.cppH A D15-May-20104.2 KiB15486

colourset.hH A D15-May-20102.2 KiB7032

configH A D15-May-2010405 2317

config.hH A D15-May-20102 KiB5623

fastclusterfit.cppH A D15-May-201014.7 KiB603380

fastclusterfit.hH A D15-May-20102.2 KiB7737

fastclusterlookup.inlH A D15-May-201073.9 KiB1,1361,132

maths.cppH A D15-May-20103.8 KiB13879

maths.hH A D15-May-20104.3 KiB240178

rangefit.cppH A D15-May-20104.9 KiB203121

rangefit.hH A D15-May-20101.7 KiB5521

simd.hH A D15-May-20101.6 KiB4615

simd_3dnow.hH A D15-May-20105.4 KiB214114

simd_sse.hH A D15-May-20105 KiB194125

simd_ve.hH A D03-May-20224.4 KiB178117

singlechannelfit.cppH A D15-May-20104.2 KiB14580

singlechannelfit.hH A D15-May-20101.8 KiB5420

singlecolourfit.cppH A D15-May-20104.3 KiB173100

singlecolourfit.hH A D15-May-20101.9 KiB5924

singlecolourlookup.inlH A D15-May-201064.7 KiB1,0411,036

squish.cppH A D15-May-20106 KiB226135

squish.hH A D15-May-20109.7 KiB24523

weightedclusterfit.cppH A D15-May-201015.9 KiB594396

weightedclusterfit.hH A D15-May-20102.2 KiB7939

README

1LICENSE
2-------
3
4The squish library is distributed under the terms and conditions of the MIT
5license. This license is specified at the top of each source file and must be
6preserved in its entirety.
7
8BUILDING AND INSTALLING THE LIBRARY
9-----------------------------------
10
11If you are using Visual Studio 2003 or above under Windows then load the Visual
12Studio 2003 project in the vs7 folder. By default, the library is built using
13SSE optimisations. To change this either change or remove the SQUISH_USE_SSE=1
14from the preprocessor symbols.
15
16If you are using a Mac then load the Xcode 2.2 project in the distribution. By
17default, the library is built using Altivec optimisations. To change this
18either change or remove SQUISH_USE_ALTIVEC=1 from the preprocessor symbols. I
19guess I'll have to think about changing this for the new Intel Macs that are
20rolling out...
21
22If you are using unix then first edit the config file in the base directory of
23the distribution, enabling Altivec or SSE with the USE_ALTIVEC or USE_SSE
24variables, and editing the optimisation flags passed to the C++ compiler if
25necessary. Then make can be used to build the library, and make install (from
26the superuser account) can be used to install (into /usr/local by default).
27
28REPORTING BUGS OR FEATURE REQUESTS
29----------------------------------
30
31Feedback can be sent to Simon Brown (the developer) at si@sjbrown.co.uk
32
33New releases are announced on the squish library homepage at
34http://sjbrown.co.uk/?code=squish
35
36