From: Rudolf Polzer Date: Thu, 14 Jul 2011 11:20:23 +0000 (+0200) Subject: reorder columns X-Git-Tag: android-x86-6.0-r1~130 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0fd1499eab9f3d2fd545a02f26576d18bf0e4dad;p=android-x86%2Fexternal-s2tc.git reorder columns --- diff --git a/test.sh b/test.sh index d5f2e3c..a61cd81 100644 --- a/test.sh +++ b/test.sh @@ -52,20 +52,23 @@ EOF echo >&3 "" echo >&3 "" echo >&3 "" + if $use_compressonator; then echo >&3 "" fi if $use_nvcompress; then echo >&3 "" fi + echo >&3 "" + echo >&3 "" + echo >&3 "" + if $use_libtxc_dxtn; then echo >&3 "" fi - echo >&3 "" - echo >&3 "" echo >&3 "" echo >&3 "" - echo >&3 "" + echo >&3 "" } html_rowstart() @@ -132,14 +135,16 @@ for i in dxtfail base_concrete1a disabled floor_tile3a lift02 panel_ceil1a sunse html "$i"-nvcompress.dds fi + ( S2TC_COLORDIST_MODE=SRGB_MIXED S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-mrgb.dds ./s2tc ) + ( S2TC_COLORDIST_MODE=WAVG S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-wavg.dds ./s2tc ) + ( S2TC_COLORDIST_MODE=AVG S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-avg.dds ./s2tc ) + if $use_libtxc_dxtn; then ( LD_PRELOAD=/usr/lib/libtxc_dxtn.so t "$i".tga "$i"-libtxc_dxtn.dds ./s2tc ) fi - ( S2TC_COLORDIST_MODE=SRGB_MIXED S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-mrgb.dds ./s2tc ) - ( S2TC_COLORDIST_MODE=WAVG S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-wavg.dds ./s2tc ) ( S2TC_COLORDIST_MODE=WAVG S2TC_RANDOM_COLORS=0 t "$i".tga "$i"-norand-wavg.dds ./s2tc ) + ( S2TC_COLORDIST_MODE=WAVG S2TC_RANDOM_COLORS=-1 t "$i".tga "$i"-faster-wavg.dds ./s2tc ) - ( S2TC_COLORDIST_MODE=AVG S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-avg.dds ./s2tc ) html_rowend done
PictureOriginalCompressonatornvcompressrand64-sRGB-mixedrand64-wavgrand64-avglibtxc_dxtnrand64-sRGB-mixedrand64-wavgnorand-wavgfaster-wavgrand64-avg