From c5cb215e3e89f9307c02395cdfb45f303228d628 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Fri, 30 Apr 2004 09:48:21 +0000 Subject: FXT1: getting warmer --- src/mesa/main/texcompress_fxt1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c index 98e9158074..cb55346151 100644 --- a/src/mesa/main/texcompress_fxt1.c +++ b/src/mesa/main/texcompress_fxt1.c @@ -80,9 +80,9 @@ texstore_rgb_fxt1(STORE_PARAMS) ASSERT(dstZoffset == 0); /* [dBorca] - * we still need to pass a 4byte/pixel texture to the codec + * we still need to pass 4byte/texel to the codec */ - if (srcFormat != GL_RGB || + if (1 || srcFormat != GL_RGB || srcType != CHAN_TYPE || ctx->_ImageTransferState || srcPacking->SwapBytes) { -- cgit v1.2.3