OSDN Git Service

add Android.mk to build for android
[android-x86/external-s2tc.git] / s2tc_algorithm.cpp
2015-12-19 Rudolf Polzerlibtxc_dxtn: stop depending on libstdc++.
2014-11-13 divVerentImplement the w0avg mode (approximation to wavg, FAST)
2013-11-04 Rudolf PolzerFix some warnings, fixes #3
2013-11-03 Rudolf Polzerreenable alpha 0 pixel ignorance for DXT1
2013-10-31 Rudolf PolzerFix a weird bug in selecting initial colors by wrong...
2013-10-31 Rudolf PolzerFix for #2 (alpha zero pixels wreaking havoc).
2012-12-27 Rudolf PolzerAvoid the case c0 == c1 when encoding
2012-12-17 Rudolf Polzermake it compile with clang; fix a memory leak cppcheck...
2012-12-17 Laurent CarlierFix crash with ETQW and Quake 4
2011-07-22 Rudolf PolzerRefactor the code to provide a better framework for...
2011-07-19 Rudolf Polzerit probably isn't worth to have MODE_NORMAL and MODE_RA...
2011-07-19 Rudolf Polzerget rid of REFINE_CHECK mode as it has no real advantag...
2011-07-19 Rudolf Polzeruse RGB color order internally now
2011-07-19 Rudolf Polzerremove "int bgr" argument from 565 color reduction
2011-07-19 Rudolf Polzeralpha 0 pixels are always important (think color filter...
2011-07-19 Rudolf Polzerremove L*a*b* colorspace support - not working well...
2011-07-18 Rudolf Polzerfix a bug in floyd steinberg
2011-07-18 Rudolf Polzeradd support for floyd steinberg
2011-07-18 Rudolf Polzercan't specialize function templates, ugh
2011-07-18 Rudolf Polzertemplateify dithering
2011-07-18 Rudolf Polzerproperly mark everything as MIT licensed
2011-07-16 Rudolf Polzerclean up a bit (binary now renamed to s2tc_compress)