diff options
Diffstat (limited to 'libraries/squish/README')
-rw-r--r-- | libraries/squish/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/squish/README b/libraries/squish/README new file mode 100644 index 0000000000..0651686ba8 --- /dev/null +++ b/libraries/squish/README @@ -0,0 +1,6 @@ +The squish library (abbreviated to libsquish) is an open source DXT +compression library written in C++ with the following features: +* Supports the DXT1, DXT3 and DXT5 formats. +* Optimised for both SSE and Altivec SIMD instruction sets. +* Builds on multiple platforms (x86 and PPC tested). +* Very simple interface. |