stk-code_catmod/lib/libsquish
2019-07-12 14:53:55 +08:00
..
alpha.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
alpha.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
ChangeLog.txt Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
clusterfit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
clusterfit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
CMakeLists.txt Add iOS flags handling in cmake 2019-07-12 14:53:55 +08:00
colourblock.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourblock.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourfit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourfit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourset.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
colourset.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
config Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
config.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
Doxyfile Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
libsquish.pc.in Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
LICENSE.txt Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
Makefile Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
maths.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
maths.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
rangefit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
rangefit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
README.txt Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd_float.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd_sse.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd_ve.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
simd.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
singlecolourfit.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
singlecolourfit.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
singlecolourlookup.inl Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
squish.cpp Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08:00
squish.h Add SP for correct normal and easier shader system 2017-12-25 14:00:10 +08: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
-----------------------------------

The preferred way to install the library on Unix/Mac (and Windows) is via cmake:
 cmake . && make && sudo make install

REPORTING BUGS OR FEATURE REQUESTS
----------------------------------

Feedback can be sent to Simon Brown (the developer) at si@sjbrown.co.uk
Feedback can also be sent to Stefan Roettger (the maintainer) at snroettg@gmail.com