From 8e230dcfa739ebb1bd6d315548822057a24a7e79 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 19 Mar 2021 09:27:36 -0700 Subject: [PATCH] Allow DXT1 for textures that have alpha (e.g. grates). Should save some VRAM. --- misc/tools/cached-converter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2