OSDN Git Service

use rand64-avg
authorRudolf Polzer <divverent@xonotic.org>
Thu, 14 Jul 2011 05:06:19 +0000 (07:06 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 14 Jul 2011 17:12:28 +0000 (19:12 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 4ebdde9..950fe0b 100644 (file)
--- a/test.sh
+++ b/test.sh
@@ -59,7 +59,7 @@ EOF
        echo >&3 "<th>rand64-wavg</th>"
        echo >&3 "<th>norand-wavg</th>"
        echo >&3 "<th>faster-wavg</th>"
-       echo >&3 "<th>norand-avg</th>"
+       echo >&3 "<th>rand64-avg</th>"
        echo >&3 "</tr>"
 }
 html_rowstart()
@@ -113,7 +113,7 @@ for i in dxtfail base_concrete1a disabled floor_tile3a lift02 panel_ceil1a sunse
        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=0  t "$i".tga "$i"-norand-avg.dds  ./s2tc
+       S2TC_COLORDIST_MODE=AVG        S2TC_RANDOM_COLORS=64 t "$i".tga "$i"-rand64-avg.dds  ./s2tc
 
        html_rowend
 done