From: Rudolf Polzer Date: Fri, 19 Mar 2021 16:27:36 +0000 (-0700) Subject: Allow DXT1 for textures that have alpha (e.g. grates). X-Git-Tag: xonotic-v0.8.5~69 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e230dcfa739ebb1bd6d315548822057a24a7e79;p=xonotic%2Fxonotic.git Allow DXT1 for textures that have alpha (e.g. grates). Should save some VRAM. --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index cb905953..a538c709 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -21,8 +21,8 @@ set -e : ${del_src:=false} : ${git_src_repo:=} : ${dds_noalpha:=dxt1} -: ${dds_prealpha:=dxt2 dxt4} -: ${dds_sepalpha:=dxt3 dxt5} +: ${dds_prealpha:=dxt1 dxt2 dxt4} +: ${dds_sepalpha:=dxt1 dxt3 dxt5} selfprofile_t0=`date +%s` selfprofile_step=init